Direct2DRenderContext

Undocumented in source.

Constructors

this
this(HWND hwnd)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

begin
void begin()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBrush
ImageBrush createImageBrush(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
createTextFormat
TextFormat createTextFormat(string fontFamily, float size, FontStyle style, int weight, FontStretch stretch)
Undocumented in source. Be warned that the author may not have intended to support it.
createTextLayout
TextLayout createTextLayout(TextFormat format, string text, Size box)
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(double x, double y, TextLayout textLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RenderContext

begin
void begin()
Undocumented in source.
end
void end()
Undocumented in source.
resize
void resize()
Undocumented in source.
clear
void clear(Color color)
Undocumented in source.
drawText
void drawText(double x, double y, TextLayout textLayout)
Undocumented in source.
createTextFormat
TextFormat createTextFormat(string fontFamily, float size, FontStyle style, int weight, FontStretch stretch)
Undocumented in source.
createTextLayout
TextLayout createTextLayout(TextFormat format, string text, Size box)
Undocumented in source.
createImageBrush
ImageBrush createImageBrush(Image image)
Undocumented in source.

Meta