메소드 | 설명 | |
---|---|---|
Affine ( |
Creates a new DrawableAffine instance using the specified Matrix.
|
|
Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : |
Creates a new DrawableAffine instance.
|
|
Alpha ( double x, double y, PaintMethod paintMethod ) : |
Creates a new DrawableOpacity instance.
|
|
Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : |
Creates a new DrawableArc instance.
|
|
Bezier ( ) : |
Creates a new DrawableBezier instance.
|
|
Bezier ( IEnumerable |
Creates a new DrawableBezier instance.
|
|
BorderColor ( |
Creates a new DrawableColor instance.
|
|
BorderColor ( |
Creates a new DrawableColor instance.
|
|
Circle ( double originX, double originY, double perimeterX, double perimeterY ) : |
Creates a new DrawableCircle instance.
|
|
ClipPath ( string clipPath ) : |
Creates a new DrawableClipPath instance.
|
|
ClipRule ( FillRule fillRule ) : |
Creates a new DrawableClipRule instance.
|
|
ClipUnits ( ClipPathUnit units ) : |
Creates a new DrawableClipUnits instance.
|
|
Color ( double x, double y, PaintMethod paintMethod ) : |
Creates a new DrawableColor instance.
|
|
Composite ( |
Creates a new DrawableCompositeImage instance.
|
|
Composite ( |
Creates a new DrawableCompositeImage instance.
|
|
Composite ( double x, double y, CompositeOperator compose, |
Creates a new DrawableCompositeImage instance.
|
|
Composite ( double x, double y, |
Creates a new DrawableCompositeImage instance.
|
|
Density ( System.Drawing.PointD pointDensity ) : |
Creates a new DrawableDensity instance.
|
|
Density ( double density ) : |
Creates a new DrawableDensity instance.
|
|
Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : |
Creates a new DrawableEllipse instance.
|
|
FillColor ( |
Creates a new DrawableFillColor instance.
|
|
FillColor ( |
Creates a new DrawableFillColor instance.
|
|
FillOpacity ( Percentage opacity ) : |
Creates a new DrawableFillOpacity instance.
|
|
FillPatternUrl ( string url ) : |
Creates a new DrawableFillPatternUrl instance.
|
|
FillRule ( FillRule fillRule ) : |
Creates a new DrawableFillRule instance.
|
|
Font ( string family ) : |
Creates a new DrawableFont instance.
|
|
Font ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : |
Creates a new DrawableFont instance.
|
|
FontPointSize ( double pointSize ) : |
Creates a new DrawablePointSize instance.
|
|
Gravity ( Gravity gravity ) : |
Creates a new DrawableGravity instance.
|
|
Line ( double startX, double startY, double endX, double endY ) : |
Creates a new DrawableLine instance.
|
|
Path ( ) : |
Creates a new DrawablePath instance.
|
|
Path ( IEnumerable |
Creates a new DrawablePath instance.
|
|
Point ( double x, double y ) : |
Creates a new DrawablePoint instance.
|
|
Polygon ( ) : |
Creates a new DrawablePolygon instance.
|
|
Polygon ( IEnumerable |
Creates a new DrawablePolygon instance.
|
|
Polyline ( ) : |
Creates a new DrawablePolyline instance.
|
|
Polyline ( IEnumerable |
Creates a new DrawablePolyline instance.
|
|
PopClipPath ( ) : |
Creates a new DrawablePopClipPath instance.
|
|
PopGraphicContext ( ) : |
Creates a new DrawablePopGraphicContext instance.
|
|
PopPattern ( ) : |
Creates a new DrawablePopPattern instance.
|
|
PushClipPath ( string clipPath ) : |
Creates a new DrawablePushClipPath instance.
|
|
PushGraphicContext ( ) : |
Creates a new DrawablePushGraphicContext instance.
|
|
PushPattern ( string id, double x, double y, double width, double height ) : |
Creates a new DrawablePushPattern instance.
|
|
Rectangle ( |
Creates a new DrawableRectangle instance.
|
|
Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : |
Creates a new DrawableRectangle instance.
|
|
Rotation ( double angle ) : |
Creates a new DrawableRotation instance.
|
|
RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : |
Creates a new DrawableRoundRectangle instance.
|
|
Scaling ( double x, double y ) : |
Creates a new DrawableScaling instance.
|
|
SkewX ( double angle ) : |
Creates a new DrawableSkewX instance.
|
|
SkewY ( double angle ) : |
Creates a new DrawableSkewY instance.
|
|
StrokeAntialias ( bool isEnabled ) : |
Creates a new DrawableStrokeAntialias instance.
|
|
StrokeColor ( |
Creates a new DrawableStrokeColor instance.
|
|
StrokeColor ( |
Creates a new DrawableStrokeColor instance.
|
|
StrokeDashArray ( ) : |
Creates a new DrawableDashArray instance.
|
|
StrokeDashOffset ( double offset ) : |
Creates a new DrawableStrokeDashOffset instance.
|
|
StrokeLineCap ( LineCap lineCap ) : |
Creates a new DrawableStrokeLineCap instance.
|
|
StrokeLineJoin ( LineJoin lineJoin ) : |
Creates a new DrawableStrokeLineJoin instance.
|
|
StrokeMiterLimit ( int miterlimit ) : |
Creates a new DrawableMiterLimit instance.
|
|
StrokeOpacity ( Percentage opacity ) : |
Creates a new DrawableStrokeOpacity instance.
|
|
StrokePatternUrl ( string url ) : |
Creates a new DrawableStrokePatternUrl instance.
|
|
StrokeWidth ( double width ) : |
Creates a new DrawableStrokeWidth instance.
|
|
Text ( double x, double y, string value ) : |
Creates a new DrawableText instance.
|
|
TextAlignment ( TextAlignment alignment ) : |
Creates a new DrawableTextAntialias instance.
|
|
TextAntialias ( bool isEnabled ) : |
Creates a new DrawableTextAntialias instance.
|
|
TextDecoration ( TextDecoration decoration ) : |
Creates a new DrawableTextDecoration instance.
|
|
TextDirection ( TextDirection direction ) : |
Creates a new DrawableTextDirection instance.
|
|
TextEncoding ( Encoding encoding ) : |
Creates a new DrawableTextEncoding instance.
|
|
TextInterlineSpacing ( double spacing ) : |
Creates a new DrawableTextInterlineSpacing instance.
|
|
TextInterwordSpacing ( double spacing ) : |
Creates a new DrawableTextInterwordSpacing instance.
|
|
TextKerning ( double kerning ) : |
Creates a new DrawableTextKerning instance.
|
|
TextUnderColor ( |
Creates a new DrawableTextUnderColor instance.
|
|
TextUnderColor ( |
Creates a new DrawableTextUnderColor instance.
|
|
Translation ( double x, double y ) : |
Creates a new DrawableTranslation instance.
|
|
Viewbox ( |
Creates a new DrawableViewbox instance.
|
|
Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : |
Creates a new DrawableViewbox instance.
|
public Affine ( |
||
matrix | The matrix. | |
리턴 |
public Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : |
||
scaleX | double | The X coordinate scaling element. |
scaleY | double | The Y coordinate scaling element. |
shearX | double | The X coordinate shearing element. |
shearY | double | The Y coordinate shearing element. |
translateX | double | The X coordinate of the translation element. |
translateY | double | The Y coordinate of the translation element. |
리턴 |
public Alpha ( double x, double y, PaintMethod paintMethod ) : |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
paintMethod | PaintMethod | The paint method to use. |
리턴 |
public Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : |
||
startX | double | The starting X coordinate of the bounding rectangle. |
startY | double | The starting Y coordinate of thebounding rectangle. |
endX | double | The ending X coordinate of the bounding rectangle. |
endY | double | The ending Y coordinate of the bounding rectangle. |
startDegrees | double | The starting degrees of rotation. |
endDegrees | double | The ending degrees of rotation. |
리턴 |
public Bezier ( IEnumerable |
||
coordinates | IEnumerable |
The coordinates. |
리턴 |
public BorderColor ( |
||
color | The color of the border. | |
리턴 |
public BorderColor ( |
||
color | The color of the border. | |
리턴 |
public Circle ( double originX, double originY, double perimeterX, double perimeterY ) : |
||
originX | double | The origin X coordinate. |
originY | double | The origin Y coordinate. |
perimeterX | double | The perimeter X coordinate. |
perimeterY | double | The perimeter Y coordinate. |
리턴 |
public ClipPath ( string clipPath ) : |
||
clipPath | string | The ID of the clip path. |
리턴 |
public ClipRule ( FillRule fillRule ) : |
||
fillRule | FillRule | The rule to use when filling drawn objects. |
리턴 |
public ClipUnits ( ClipPathUnit units ) : |
||
units | ClipPathUnit | The clip path units. |
리턴 |
public Color ( double x, double y, PaintMethod paintMethod ) : |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
paintMethod | PaintMethod | The paint method to use. |
리턴 |
public Composite ( |
||
offset | The offset from origin. | |
compose | CompositeOperator | The algorithm to use. |
image | The image to draw. | |
리턴 |
public Composite ( |
||
offset | The offset from origin. | |
image | The image to draw. | |
리턴 |
public Composite ( double x, double y, CompositeOperator compose, |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
compose | CompositeOperator | The algorithm to use. |
image | The image to draw. | |
리턴 |
public Composite ( double x, double y, |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
image | The image to draw. | |
리턴 |
public Density ( System.Drawing.PointD pointDensity ) : |
||
pointDensity | System.Drawing.PointD | The vertical and horizontal resolution. |
리턴 |
public Density ( double density ) : |
||
density | double | The vertical and horizontal resolution. |
리턴 |
public Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : |
||
originX | double | The origin X coordinate. |
originY | double | The origin Y coordinate. |
radiusX | double | The X radius. |
radiusY | double | The Y radius. |
startDegrees | double | The starting degrees of rotation. |
endDegrees | double | The ending degrees of rotation. |
리턴 |
public FillColor ( |
||
color | The color to use. | |
리턴 |
public FillColor ( |
||
color | The color to use. | |
리턴 |
public FillOpacity ( Percentage opacity ) : |
||
opacity | Percentage | The opacity. |
리턴 |
public FillPatternUrl ( string url ) : |
||
url | string | Url specifying pattern ID (e.g. "#pattern_id"). |
리턴 |
public FillRule ( FillRule fillRule ) : |
||
fillRule | FillRule | The rule to use when filling drawn objects. |
리턴 |
public Font ( string family ) : |
||
family | string | The font family or the full path to the font file. |
리턴 |
public Font ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : |
||
family | string | The font family or the full path to the font file. |
style | FontStyleType | The style of the font. |
weight | FontWeight | The weight of the font. |
stretch | FontStretch | The font stretching type. |
리턴 |
public FontPointSize ( double pointSize ) : |
||
pointSize | double | The point size. |
리턴 |
public Gravity ( Gravity gravity ) : |
||
gravity | Gravity | The gravity. |
리턴 |
public Line ( double startX, double startY, double endX, double endY ) : |
||
startX | double | The starting X coordinate. |
startY | double | The starting Y coordinate. |
endX | double | The ending X coordinate. |
endY | double | The ending Y coordinate. |
리턴 |
public Path ( IEnumerable |
||
paths | IEnumerable |
The paths to use. |
리턴 |
public Point ( double x, double y ) : |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
리턴 |
public Polygon ( IEnumerable |
||
coordinates | IEnumerable |
The coordinates. |
리턴 |
public Polyline ( IEnumerable |
||
coordinates | IEnumerable |
The coordinates. |
리턴 |
public PushClipPath ( string clipPath ) : |
||
clipPath | string | The ID of the clip path. |
리턴 |
public PushPattern ( string id, double x, double y, double width, double height ) : |
||
id | string | The ID of the pattern. |
x | double | The X coordinate. |
y | double | The Y coordinate. |
width | double | The width. |
height | double | The height. |
리턴 |
public Rectangle ( |
||
rectangle | The rectangle to use. | |
리턴 |
public Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : |
||
upperLeftX | double | The upper left X coordinate. |
upperLeftY | double | The upper left Y coordinate. |
lowerRightX | double | The lower right X coordinate. |
lowerRightY | double | The lower right Y coordinate. |
리턴 |
public RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : |
||
centerX | double | The center X coordinate. |
centerY | double | The center Y coordinate. |
width | double | The width. |
height | double | The height. |
cornerWidth | double | The corner width. |
cornerHeight | double | The corner height. |
리턴 |
public Scaling ( double x, double y ) : |
||
x | double | Horizontal scale factor. |
y | double | Vertical scale factor. |
리턴 |
public StrokeAntialias ( bool isEnabled ) : |
||
isEnabled | bool | True if stroke antialiasing is enabled otherwise false. |
리턴 |
public StrokeColor ( |
||
color | The color to use. | |
리턴 |
public StrokeColor ( |
||
color | The color to use. | |
리턴 |
public StrokeDashOffset ( double offset ) : |
||
offset | double | The dash offset. |
리턴 |
public StrokeLineCap ( LineCap lineCap ) : |
||
lineCap | LineCap | The line cap. |
리턴 |
public StrokeLineJoin ( LineJoin lineJoin ) : |
||
lineJoin | LineJoin | The line join. |
리턴 |
public StrokeMiterLimit ( int miterlimit ) : |
||
miterlimit | int | The miter limit. |
리턴 |
public StrokeOpacity ( Percentage opacity ) : |
||
opacity | Percentage | The opacity. |
리턴 |
public StrokePatternUrl ( string url ) : |
||
url | string | Url specifying pattern ID (e.g. "#pattern_id"). |
리턴 |
public StrokeWidth ( double width ) : |
||
width | double | The width. |
리턴 |
public Text ( double x, double y, string value ) : |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
value | string | The text to draw. |
리턴 |
public TextAlignment ( TextAlignment alignment ) : |
||
alignment | TextAlignment | Text alignment. |
리턴 |
public TextAntialias ( bool isEnabled ) : |
||
isEnabled | bool | True if text antialiasing is enabled otherwise false. |
리턴 |
public TextDecoration ( TextDecoration decoration ) : |
||
decoration | TextDecoration | The text decoration. |
리턴 |
public TextDirection ( TextDirection direction ) : |
||
direction | TextDirection | Direction to use. |
리턴 |
public TextEncoding ( Encoding encoding ) : |
||
encoding | Encoding | Encoding to use. |
리턴 |
public TextInterlineSpacing ( double spacing ) : |
||
spacing | double | Spacing to use. |
리턴 |
public TextInterwordSpacing ( double spacing ) : |
||
spacing | double | Spacing to use. |
리턴 |
public TextKerning ( double kerning ) : |
||
kerning | double | Kerning to use. |
리턴 |
public TextUnderColor ( |
||
color | The color to use. | |
리턴 |
public TextUnderColor ( |
||
color | The color to use. | |
리턴 |
public Translation ( double x, double y ) : |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
리턴 |
public Viewbox ( |
||
rectangle | The rectangle to use. | |
리턴 |
public Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : |
||
upperLeftX | double | The upper left X coordinate. |
upperLeftY | double | The upper left Y coordinate. |
lowerRightX | double | The lower right X coordinate. |
lowerRightY | double | The lower right Y coordinate. |
리턴 |