메소드 |
설명 |
|
AppendPath ( Path path ) : void |
|
|
Arc ( double xc, double yc, double radius, double angle1, double angle2 ) : void |
|
|
ArcNegative ( double xc, double yc, double radius, double angle1, double angle2 ) : void |
|
|
Clip ( ) : void |
|
|
ClipPreserve ( ) : void |
|
|
ClosePath ( ) : void |
|
|
Context ( IntPtr handle, bool owner ) : System |
|
|
Context ( Surface surface ) : System |
|
|
CopyPage ( ) : void |
|
|
CopyPath ( ) : Path |
|
|
CopyPathFlat ( ) : Path |
|
|
CurveTo ( PointD p1, PointD p2, PointD p3 ) : void |
|
|
CurveTo ( double x1, double y1, double x2, double y2, double x3, double y3 ) : void |
|
|
DeviceToUser ( double &x, double &y ) : void |
|
|
DeviceToUserDistance ( double &dx, double &dy ) : void |
|
|
Dispose ( ) : void |
|
|
Fill ( ) : void |
|
|
FillExtents ( ) : Rectangle |
|
|
FillPreserve ( ) : void |
|
|
GetContextFontFace ( ) : FontFace |
|
|
GetGroupTarget ( ) : Surface |
|
|
GetScaledFont ( ) : ScaledFont |
|
|
GetSource ( ) : Pattern |
|
|
GetTarget ( ) : Surface |
|
|
GlyphExtents ( Glyph glyphs ) : TextExtents |
|
|
GlyphPath ( Glyph glyphs ) : void |
|
|
IdentityMatrix ( ) : void |
|
|
InClip ( double x, double y ) : bool |
|
|
InFill ( double x, double y ) : bool |
|
|
InStroke ( double x, double y ) : bool |
|
|
LineTo ( PointD p ) : void |
|
|
LineTo ( double x, double y ) : void |
|
|
Mask ( Pattern pattern ) : void |
|
|
MaskSurface ( Surface surface, double surface_x, double surface_y ) : void |
|
|
MoveTo ( PointD p ) : void |
|
|
MoveTo ( double x, double y ) : void |
|
|
NewPath ( ) : void |
|
|
NewSubPath ( ) : void |
|
|
Paint ( ) : void |
|
|
PaintWithAlpha ( double alpha ) : void |
|
|
PopGroup ( ) : Pattern |
|
|
PopGroupToSource ( ) : void |
|
|
PushGroup ( ) : void |
|
|
PushGroup ( Content content ) : void |
|
|
Rectangle ( PointD p, double width, double height ) : void |
|
|
Rectangle ( Rectangle rectangle ) : void |
|
|
Rectangle ( double x, double y, double width, double height ) : void |
|
|
RelCurveTo ( Distance d1, Distance d2, Distance d3 ) : void |
|
|
RelCurveTo ( double dx1, double dy1, double dx2, double dy2, double dx3, double dy3 ) : void |
|
|
RelLineTo ( Distance d ) : void |
|
|
RelLineTo ( double dx, double dy ) : void |
|
|
RelMoveTo ( Distance d ) : void |
|
|
RelMoveTo ( double dx, double dy ) : void |
|
|
ResetClip ( ) : void |
|
|
Restore ( ) : void |
|
|
Rotate ( double angle ) : void |
|
|
Save ( ) : void |
|
|
Scale ( double sx, double sy ) : void |
|
|
SelectFontFace ( string family, FontSlant slant, FontWeight weight ) : void |
|
|
SetContextFontFace ( FontFace value ) : void |
|
|
SetDash ( double dashes, double offset ) : void |
|
|
SetFontSize ( double scale ) : void |
|
|
SetScaledFont ( ScaledFont font ) : void |
|
|
SetSource ( Pattern source ) : void |
|
|
SetSource ( Surface source ) : void |
|
|
SetSource ( Surface source, double x, double y ) : void |
|
|
SetSourceColor ( Color color ) : void |
|
|
SetSourceRGB ( double r, double g, double b ) : void |
|
|
SetSourceRGBA ( double r, double g, double b, double a ) : void |
|
|
SetTarget ( Surface target ) : void |
|
|
ShowGlyphs ( Glyph glyphs ) : void |
|
|
ShowPage ( ) : void |
|
|
ShowText ( byte utf8 ) : void |
|
|
ShowText ( string str ) : void |
|
|
Stroke ( ) : void |
|
|
StrokeExtents ( ) : Rectangle |
|
|
StrokePreserve ( ) : void |
|
|
TextExtents ( byte utf8 ) : TextExtents |
|
|
TextExtents ( string s ) : TextExtents |
|
|
TextPath ( byte utf8 ) : void |
|
|
TextPath ( string str ) : void |
|
|
Transform ( Matrix m ) : void |
|
|
Translate ( double tx, double ty ) : void |
|
|
UserToDevice ( double &x, double &y ) : void |
|
|
UserToDeviceDistance ( double &dx, double &dy ) : void |
|
|