메소드 | 설명 | |
---|---|---|
Arc ( float x, float y, float width, float height, float startRadians, float endRadians ) : void | ||
Bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void | ||
ClearToColor ( |
||
Ellipse ( int left, int top, int right, int bottom ) : void | ||
Line ( float x1, float y1, float x2, float y2 ) : void | ||
PDirect2DRenderer ( |
||
PolyLine ( |
||
Polygon ( |
||
Rectangle ( float x, float y, float width, float height ) : void | ||
Resize ( int w, int h ) : void | ||
SetBrush ( IBrush brush ) : void | ||
SetPen ( IPen pen ) : void | ||
SetPixel ( float x, float y, |
||
StrokeAndFillTriangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void |
메소드 | 설명 | |
---|---|---|
CreateDeviceResources ( ) : void |
This method creates the render target and associated D2D and DWrite resources
|
|
CreateFactories ( ) : void | ||
SetRenderMode ( RenderModes rm ) : void |
public Arc ( float x, float y, float width, float height, float startRadians, float endRadians ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
startRadians | float | |
endRadians | float | |
리턴 | void |
public Bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void | ||
x1 | int | |
y1 | int | |
cx1 | int | |
cy1 | int | |
cx2 | int | |
cy2 | int | |
x2 | int | |
y2 | int | |
리턴 | void |
public Ellipse ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
리턴 | void |
public Line ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
리턴 | void |
public PDirect2DRenderer ( |
||
winHandle | ||
리턴 | System |
public Rectangle ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
리턴 | void |
public SetPixel ( float x, float y, |
||
x | float | |
y | float | |
c | ||
리턴 | void |
public StrokeAndFillTriangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
x3 | float | |
y3 | float | |
리턴 | void |