Browse Source

Formatting.

pull/447/head
Steven Kirk 11 years ago
parent
commit
9a7f8dea57
  1. 6
      src/Windows/Perspex.Direct2D1/RenderTarget.cs

6
src/Windows/Perspex.Direct2D1/RenderTarget.cs

@ -76,14 +76,16 @@ namespace Perspex.Direct2D1
/// </summary>
public Factory Direct2DFactory
{
get; }
get;
}
/// <summary>
/// Gets the DirectWrite factory.
/// </summary>
public DwFactory DirectWriteFactory
{
get; }
get;
}
/// <summary>
/// Creates a drawing context for a rendering session.

Loading…
Cancel
Save