메소드 | 설명 | |
---|---|---|
Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void | ||
Alpha ( double x, double y, PaintMethod paintMethod ) : void | ||
Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : void | ||
Bezier ( IList |
||
BorderColor ( |
||
Circle ( double originX, double originY, double perimeterX, double perimeterY ) : void | ||
ClipPath ( string value ) : void | ||
ClipRule ( FillRule value ) : void | ||
ClipUnits ( ClipPathUnit value ) : void | ||
Color ( double x, double y, PaintMethod paintMethod ) : void | ||
Composite ( double x, double y, double width, double height, CompositeOperator compositeOperator, |
||
Density ( PointD value ) : void | ||
Dispose ( ) : void | ||
Draw ( IEnumerable |
||
DrawingWand ( |
||
Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : void | ||
FillColor ( |
||
FillOpacity ( double value ) : void | ||
FillPatternUrl ( string url ) : void | ||
FillRule ( FillRule value ) : void | ||
Font ( string fontName ) : void | ||
FontFamily ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : void | ||
FontPointSize ( double value ) : void | ||
Gravity ( Gravity value ) : void | ||
Line ( double startX, double startY, double endX, double endY ) : void | ||
PathArcAbs ( IEnumerable |
||
PathArcRel ( IEnumerable |
||
PathClose ( ) : void | ||
PathCurveToAbs ( PointD controlPointStart, PointD controlPointEnd, PointD endPoint ) : void | ||
PathCurveToRel ( PointD controlPointStart, PointD controlPointEnd, PointD endPoint ) : void | ||
PathFinish ( ) : void | ||
PathLineToAbs ( IEnumerable |
||
PathLineToHorizontalAbs ( double x ) : void | ||
PathLineToHorizontalRel ( double x ) : void | ||
PathLineToRel ( IEnumerable |
||
PathLineToVerticalAbs ( double y ) : void | ||
PathLineToVerticalRel ( double y ) : void | ||
PathMoveToAbs ( double x, double y ) : void | ||
PathMoveToRel ( double x, double y ) : void | ||
PathQuadraticCurveToAbs ( PointD controlPoint, PointD endPoint ) : void | ||
PathQuadraticCurveToRel ( PointD controlPoint, PointD endPoint ) : void | ||
PathSmoothCurveToAbs ( PointD controlPoint, PointD endPoint ) : void | ||
PathSmoothCurveToRel ( PointD controlPoint, PointD endPoint ) : void | ||
PathSmoothQuadraticCurveToAbs ( PointD endPoint ) : void | ||
PathSmoothQuadraticCurveToRel ( PointD endPoint ) : void | ||
PathStart ( ) : void | ||
Point ( double x, double y ) : void | ||
Polygon ( IList |
||
Polyline ( IList |
||
PopClipPath ( ) : void | ||
PopGraphicContext ( ) : void | ||
PopPattern ( ) : void | ||
PushClipPath ( string clipPath ) : void | ||
PushGraphicContext ( ) : void | ||
PushPattern ( string id, double x, double y, double width, double height ) : void | ||
Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void | ||
Rotation ( double angle ) : void | ||
RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : void | ||
Scaling ( double x, double y ) : void | ||
SkewX ( double angle ) : void | ||
SkewY ( double angle ) : void | ||
StrokeAntialias ( bool isEnabled ) : void | ||
StrokeColor ( |
||
StrokeDashArray ( double dash ) : void | ||
StrokeDashOffset ( double value ) : void | ||
StrokeLineCap ( LineCap value ) : void | ||
StrokeLineJoin ( LineJoin value ) : void | ||
StrokeMiterLimit ( int value ) : void | ||
StrokeOpacity ( double value ) : void | ||
StrokePatternUrl ( string url ) : void | ||
StrokeWidth ( double value ) : void | ||
Text ( double x, double y, string value ) : void | ||
TextAlignment ( TextAlignment value ) : void | ||
TextAntialias ( bool isEnabled ) : void | ||
TextDecoration ( TextDecoration value ) : void | ||
TextDirection ( TextDirection value ) : void | ||
TextEncoding ( Encoding value ) : void | ||
TextInterlineSpacing ( double spacing ) : void | ||
TextInterwordSpacing ( double spacing ) : void | ||
TextKerning ( double value ) : void | ||
TextUnderColor ( |
||
Translation ( double x, double y ) : void | ||
Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void |
메소드 | 설명 | |
---|---|---|
GetInstance ( |
public Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void | ||
scaleX | double | |
scaleY | double | |
shearX | double | |
shearY | double | |
translateX | double | |
translateY | double | |
리턴 | void |
public Alpha ( double x, double y, PaintMethod paintMethod ) : void | ||
x | double | |
y | double | |
paintMethod | PaintMethod | |
리턴 | void |
public Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : void | ||
startX | double | |
startY | double | |
endX | double | |
endY | double | |
startDegrees | double | |
endDegrees | double | |
리턴 | void |
public Circle ( double originX, double originY, double perimeterX, double perimeterY ) : void | ||
originX | double | |
originY | double | |
perimeterX | double | |
perimeterY | double | |
리턴 | void |
public Color ( double x, double y, PaintMethod paintMethod ) : void | ||
x | double | |
y | double | |
paintMethod | PaintMethod | |
리턴 | void |
public Composite ( double x, double y, double width, double height, CompositeOperator compositeOperator, |
||
x | double | |
y | double | |
width | double | |
height | double | |
compositeOperator | CompositeOperator | |
image | ||
리턴 | void |
public Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : void | ||
originX | double | |
originY | double | |
radiusX | double | |
radiusY | double | |
startDegrees | double | |
endDegrees | double | |
리턴 | void |
public FontFamily ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : void | ||
family | string | |
style | FontStyleType | |
weight | FontWeight | |
stretch | FontStretch | |
리턴 | void |
public Line ( double startX, double startY, double endX, double endY ) : void | ||
startX | double | |
startY | double | |
endX | double | |
endY | double | |
리턴 | void |
public PathCurveToAbs ( PointD controlPointStart, PointD controlPointEnd, PointD endPoint ) : void | ||
controlPointStart | PointD | |
controlPointEnd | PointD | |
endPoint | PointD | |
리턴 | void |
public PathCurveToRel ( PointD controlPointStart, PointD controlPointEnd, PointD endPoint ) : void | ||
controlPointStart | PointD | |
controlPointEnd | PointD | |
endPoint | PointD | |
리턴 | void |
public PathLineToAbs ( IEnumerable |
||
coordinates | IEnumerable |
|
리턴 | void |
public PathLineToHorizontalAbs ( double x ) : void | ||
x | double | |
리턴 | void |
public PathLineToHorizontalRel ( double x ) : void | ||
x | double | |
리턴 | void |
public PathLineToRel ( IEnumerable |
||
coordinates | IEnumerable |
|
리턴 | void |
public PathQuadraticCurveToAbs ( PointD controlPoint, PointD endPoint ) : void | ||
controlPoint | PointD | |
endPoint | PointD | |
리턴 | void |
public PathQuadraticCurveToRel ( PointD controlPoint, PointD endPoint ) : void | ||
controlPoint | PointD | |
endPoint | PointD | |
리턴 | void |
public PathSmoothCurveToAbs ( PointD controlPoint, PointD endPoint ) : void | ||
controlPoint | PointD | |
endPoint | PointD | |
리턴 | void |
public PathSmoothCurveToRel ( PointD controlPoint, PointD endPoint ) : void | ||
controlPoint | PointD | |
endPoint | PointD | |
리턴 | void |
public PathSmoothQuadraticCurveToAbs ( PointD endPoint ) : void | ||
endPoint | PointD | |
리턴 | void |
public PathSmoothQuadraticCurveToRel ( PointD endPoint ) : void | ||
endPoint | PointD | |
리턴 | void |
public PushPattern ( string id, double x, double y, double width, double height ) : void | ||
id | string | |
x | double | |
y | double | |
width | double | |
height | double | |
리턴 | void |
public Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void | ||
upperLeftX | double | |
upperLeftY | double | |
lowerRightX | double | |
lowerRightY | double | |
리턴 | void |
public RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : void | ||
centerX | double | |
centerY | double | |
width | double | |
height | double | |
cornerWidth | double | |
cornerHeight | double | |
리턴 | void |
public Text ( double x, double y, string value ) : void | ||
x | double | |
y | double | |
value | string | |
리턴 | void |
public TextAlignment ( TextAlignment value ) : void | ||
value | TextAlignment | |
리턴 | void |
public TextDecoration ( TextDecoration value ) : void | ||
value | TextDecoration | |
리턴 | void |
public TextDirection ( TextDirection value ) : void | ||
value | TextDirection | |
리턴 | void |
public TextInterlineSpacing ( double spacing ) : void | ||
spacing | double | |
리턴 | void |
public TextInterwordSpacing ( double spacing ) : void | ||
spacing | double | |
리턴 | void |
public TextUnderColor ( |
||
color | ||
리턴 | void |
public Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void | ||
upperLeftX | double | |
upperLeftY | double | |
lowerRightX | double | |
lowerRightY | double | |
리턴 | void |