프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PixelAligningDrawingTarget | System | ||
canPixelAlign | bool | ||
pixelAlign | Point | ||
pixelAlign | Point | ||
pixelAlign | Rectangle | ||
pixelAlign | Rectangle | ||
toLogical | |||
toPixel | |||
transformChanged | void |
메소드 | 설명 | |
---|---|---|
Arc ( Rectangle rectangle, double start, double stop ) : void | ||
Bezier ( |
||
Create ( IDrawingTarget target, System.Action disposer, |
||
Dispose ( ) : void | ||
Ellipse ( Rectangle rectangle ) : void | ||
Geometry ( IGeometry geometry ) : void | ||
Line ( Point p1, Point p2 ) : void | ||
Polygon ( ) : void | ||
Rectangle ( Rectangle rectangle ) : void | ||
RoundedRectangle ( Rectangle rectangle, |
||
Text ( string text, Rectangle rectangle ) : void |
메소드 | 설명 | |
---|---|---|
PixelAligningDrawingTarget ( IDrawingTarget target, |
||
canPixelAlign ( Matrix m ) : bool | ||
pixelAlign ( Point p ) : Point | ||
pixelAlign ( double x, double y ) : Point | ||
pixelAlign ( Rectangle r ) : Rectangle | ||
pixelAlign ( double x, double y, double width, double height ) : Rectangle | ||
toLogical ( |
||
toPixel ( |
||
transformChanged ( ) : void |
public Arc ( Rectangle rectangle, double start, double stop ) : void | ||
rectangle | Rectangle | |
start | double | |
stop | double | |
리턴 | void |
public static Create ( IDrawingTarget target, System.Action disposer, |
||
target | IDrawingTarget | |
disposer | System.Action | |
state | ||
transform | ||
리턴 | IDrawingTarget |
public RoundedRectangle ( Rectangle rectangle, |
||
rectangle | Rectangle | |
cornerRadius | ||
리턴 | void |
public Text ( string text, Rectangle rectangle ) : void | ||
text | string | |
rectangle | Rectangle | |
리턴 | void |