C# 클래스 MonoMac.CoreGraphics.CGContext

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
AddArc ( float x, float y, float radius, float startAngle, float endAngle, bool clockwise ) : void
AddArcToPoint ( float x1, float y1, float x2, float y2, float radius ) : void
AddCurveToPoint ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void
AddEllipseInRect ( RectangleF rect ) : void
AddLineToPoint ( float x, float y ) : void
AddLines ( PointF points ) : void
AddPath ( CGPath path ) : void
AddQuadCurveToPoint ( float cpx, float cpy, float x, float y ) : void
AddRect ( RectangleF rect ) : void
AddRects ( RectangleF rects ) : void
BeginPage ( RectangleF rect ) : void
BeginPath ( ) : void
ClearRect ( RectangleF rect ) : void
Clip ( ) : void
ClipToMask ( RectangleF rect, CGImage mask ) : void
ClipToRect ( RectangleF rect ) : void
ClipToRects ( RectangleF rects ) : void
ClosePath ( ) : void
ConcatCTM ( CGAffineTransform transform ) : void
ContextFillRects ( RectangleF rects ) : void
ConvertPointToUserSpace ( PointF point ) : PointF
ConvertRectToDeviceSpace ( RectangleF rect ) : RectangleF
ConvertRectToUserSpace ( RectangleF rect ) : RectangleF
ConvertSizeToDeviceSpace ( SizeF size ) : SizeF
ConvertSizeToUserSpace ( SizeF size ) : SizeF
Dispose ( ) : void
DrawImage ( RectangleF rect, CGImage image ) : void
DrawLayer ( MonoMac.CoreGraphics.CGLayer layer, PointF point ) : void
DrawLayer ( MonoMac.CoreGraphics.CGLayer layer, RectangleF rect ) : void
DrawLinearGradient ( CGGradient gradient, PointF startPoint, PointF endPoint, CGGradientDrawingOptions options ) : void
DrawPDFPage ( CGPDFPage page ) : void
DrawPath ( CGPathDrawingMode mode ) : void
DrawRadialGradient ( CGGradient gradient, PointF startCenter, float startRadius, PointF endCenter, float endRadius, CGGradientDrawingOptions options ) : void
DrawTiledImage ( RectangleF rect, CGImage image ) : void
EOClip ( ) : void
EOFillPath ( ) : void
EndPage ( ) : void
FillEllipseInRect ( RectangleF rect ) : void
FillPath ( ) : void
FillRect ( RectangleF rect ) : void
Flush ( ) : void
GetCTM ( ) : CGAffineTransform
GetClipBoundingBox ( ) : RectangleF
GetPathBoundingBox ( ) : RectangleF
GetPathCurrentPoint ( ) : PointF
GetUserSpaceToDeviceSpaceTransform ( ) : CGAffineTransform
IsPathEmpty ( ) : bool
MoveTo ( float x, float y ) : void
PathContainsPoint ( PointF point, CGPathDrawingMode mode ) : bool
PointToDeviceSpace ( PointF point ) : PointF
ReplacePathWithStrokedPath ( ) : void
RestoreState ( ) : void
RotateCTM ( float angle ) : void
SaveState ( ) : void
ScaleCTM ( float sx, float sy ) : void
SelectFont ( string name, float size, CGTextEncoding textEncoding ) : void
SetAllowsAntialiasing ( bool allowsAntialiasing ) : void
SetAlpha ( float alpha ) : void
SetBlendMode ( CGBlendMode mode ) : void
SetCMYKFillColor ( float cyan, float magenta, float yellow, float black, float alpha ) : void
SetCMYKStrokeColor ( float cyan, float magenta, float yellow, float black, float alpha ) : void
SetCharacterSpacing ( float spacing ) : void
SetFillColor ( float components ) : void
SetFillColorSpace ( MonoMac.CoreGraphics.CGColorSpace space ) : void
SetFillColorWithColor ( CGColor color ) : void
SetFillPattern ( CGPattern pattern, float components ) : void
SetFlatness ( float flatness ) : void
SetFont ( MonoMac.CoreGraphics.CGFont font ) : void
SetFontSize ( float size ) : void
SetGrayFillColor ( float gray, float alpha ) : void
SetGrayStrokeColor ( float gray, float alpha ) : void
SetLineCap ( CGLineCap cap ) : void
SetLineDash ( float phase, float lenghts ) : void
SetLineDash ( float phase, float lenghts, int n ) : void
SetLineJoin ( CGLineJoin join ) : void
SetLineWidth ( float w ) : void
SetMiterLimit ( float limit ) : void
SetPatternPhase ( SizeF phase ) : void
SetRGBFillColor ( float red, float green, float blue, float alpha ) : void
SetRGBStrokeColor ( float red, float green, float blue, float alpha ) : void
SetRenderingIntent ( CGColorRenderingIntent intent ) : void
SetShadow ( SizeF offset, float blur ) : void
SetShadowWithColor ( SizeF offset, float blur, CGColor color ) : void
SetShouldAntialias ( bool shouldAntialias ) : void
SetShouldSmoothFonts ( bool shouldSmoothFonts ) : void
SetStrokeColor ( float components ) : void
SetStrokeColorSpace ( MonoMac.CoreGraphics.CGColorSpace space ) : void
SetStrokeColorWithColor ( CGColor color ) : void
SetStrokePattern ( CGPattern pattern, float components ) : void
SetTextDrawingMode ( CGTextDrawingMode mode ) : void
ShowGlyphs ( ushort glyphs ) : void
ShowGlyphs ( ushort glyphs, int count ) : void
ShowGlyphsAtPoint ( float x, float y, ushort glyphs ) : void
ShowGlyphsAtPoint ( float x, float y, ushort glyphs, int count ) : void
ShowGlyphsAtPositions ( ushort glyphs, PointF positions, int size_t_count ) : void
ShowGlyphsWithAdvances ( ushort glyphs, SizeF advances, int count ) : void
ShowText ( string str ) : void
ShowText ( string str, int l ) : void
ShowTextAtPoint ( float x, float y, string str ) : void
ShowTextAtPoint ( float x, float y, string str, int length ) : void
StrokeEllipseInRect ( RectangleF rect ) : void
StrokeLineSegments ( PointF points ) : void
StrokePath ( ) : void
StrokeRect ( RectangleF rect ) : void
StrokeRectWithWidth ( RectangleF rect, float width ) : void
Synchronize ( ) : void
TranslateCTM ( float tx, float ty ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CGContext ( IntPtr handle ) : System
CGContext ( IntPtr handle, bool owns ) : System
CGContextAddArc ( IntPtr c, float x, float y, float radius, float startAngle, float endAngle, int clockwise ) : void
CGContextAddArcToPoint ( IntPtr c, float x1, float y1, float x2, float y2, float radius ) : void
CGContextAddCurveToPoint ( IntPtr c, float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void
CGContextAddEllipseInRect ( IntPtr context, RectangleF rect ) : void
CGContextAddLineToPoint ( IntPtr c, float x, float y ) : void
CGContextAddLines ( IntPtr c, PointF points, int size_t_count ) : void
CGContextAddPath ( IntPtr context, IntPtr path_ref ) : void
CGContextAddQuadCurveToPoint ( IntPtr c, float cpx, float cpy, float x, float y ) : void
CGContextAddRect ( IntPtr c, RectangleF rect ) : void
CGContextAddRects ( IntPtr c, RectangleF rects, int size_t_count ) : void
CGContextBeginPage ( IntPtr c, IntPtr zero ) : void
CGContextBeginPage ( IntPtr c, RectangleF &mediaBox ) : void
CGContextBeginPath ( IntPtr c ) : void
CGContextClearRect ( IntPtr c, RectangleF rect ) : void
CGContextClip ( IntPtr c ) : void
CGContextClipToMask ( IntPtr c, RectangleF rect, IntPtr mask ) : void
CGContextClipToRect ( IntPtr c, RectangleF rect ) : void
CGContextClipToRects ( IntPtr c, RectangleF rects, int size_t_count ) : void
CGContextClosePath ( IntPtr c ) : void
CGContextConcatCTM ( IntPtr ctx, CGAffineTransform transform ) : void
CGContextConvertPointToDeviceSpace ( IntPtr context, PointF point ) : PointF
CGContextConvertPointToUserSpace ( IntPtr context, PointF point ) : PointF
CGContextConvertRectToDeviceSpace ( IntPtr context, RectangleF rect ) : RectangleF
CGContextConvertRectToUserSpace ( IntPtr context, RectangleF rect ) : RectangleF
CGContextConvertSizeToDeviceSpace ( IntPtr context, SizeF size ) : SizeF
CGContextConvertSizeToUserSpace ( IntPtr context, SizeF size ) : SizeF
CGContextCopyPath ( IntPtr context ) : IntPtr
CGContextDrawImage ( IntPtr c, RectangleF rect, IntPtr image ) : void
CGContextDrawLayerAtPoint ( IntPtr context, PointF rect, IntPtr layer ) : void
CGContextDrawLayerInRect ( IntPtr context, RectangleF rect, IntPtr layer ) : void
CGContextDrawLinearGradient ( IntPtr context, IntPtr gradient, PointF startPoint, PointF endPoint, CGGradientDrawingOptions options ) : void
CGContextDrawPDFPage ( IntPtr c, IntPtr page ) : void
CGContextDrawPath ( IntPtr c, CGPathDrawingMode mode ) : void
CGContextDrawRadialGradient ( IntPtr context, IntPtr gradient, PointF startCenter, float startRadius, PointF endCenter, float endRadius, CGGradientDrawingOptions options ) : void
CGContextDrawTiledImage ( IntPtr c, RectangleF rect, IntPtr image ) : void
CGContextEOClip ( IntPtr c ) : void
CGContextEOFillPath ( IntPtr c ) : void
CGContextEndPage ( IntPtr c ) : void
CGContextFillEllipseInRect ( IntPtr context, RectangleF rect ) : void
CGContextFillPath ( IntPtr c ) : void
CGContextFillRect ( IntPtr c, RectangleF rect ) : void
CGContextFillRects ( IntPtr c, RectangleF rects, int size_t_count ) : void
CGContextFlush ( IntPtr c ) : void
CGContextGetCTM ( IntPtr c ) : CGAffineTransform
CGContextGetClipBoundingBox ( IntPtr c ) : RectangleF
CGContextGetInterpolationQuality ( IntPtr context ) : CGInterpolationQuality
CGContextGetPathBoundingBox ( IntPtr c ) : RectangleF
CGContextGetPathCurrentPoint ( IntPtr c ) : PointF
CGContextGetTextMatrix ( IntPtr c ) : CGAffineTransform
CGContextGetTextPosition ( IntPtr context ) : PointF
CGContextGetUserSpaceToDeviceSpaceTransform ( IntPtr context ) : CGAffineTransform
CGContextIsPathEmpty ( IntPtr c ) : int
CGContextMoveToPoint ( IntPtr c, float x, float y ) : void
CGContextPathContainsPoint ( IntPtr context, PointF point, CGPathDrawingMode mode ) : int
CGContextRelease ( IntPtr handle ) : void
CGContextReplacePathWithStrokedPath ( IntPtr c ) : void
CGContextRestoreGState ( IntPtr context ) : void
CGContextRetain ( IntPtr handle ) : void
CGContextRotateCTM ( IntPtr ctx, float angle ) : void
CGContextSaveGState ( IntPtr context ) : void
CGContextScaleCTM ( IntPtr ctx, float sx, float sy ) : void
CGContextSelectFont ( IntPtr c, string name, float size, CGTextEncoding textEncoding ) : void
CGContextSetAllowsAntialiasing ( IntPtr context, int allowsAntialiasing ) : void
CGContextSetAllowsFontSmoothing ( IntPtr context, bool allows ) : IntPtr
CGContextSetAllowsFontSubpixelPositioning ( IntPtr context, bool allows ) : IntPtr
CGContextSetAllowsFontSubpixelQuantization ( IntPtr context, bool allows ) : IntPtr
CGContextSetAlpha ( IntPtr c, float alpha ) : void
CGContextSetBlendMode ( IntPtr context, CGBlendMode mode ) : void
CGContextSetCMYKFillColor ( IntPtr context, float cyan, float magenta, float yellow, float black, float alpha ) : void
CGContextSetCMYKStrokeColor ( IntPtr context, float cyan, float magenta, float yellow, float black, float alpha ) : void
CGContextSetCharacterSpacing ( IntPtr context, float spacing ) : void
CGContextSetFillColor ( IntPtr context, float components ) : void
CGContextSetFillColorSpace ( IntPtr context, IntPtr space ) : void
CGContextSetFillColorWithColor ( IntPtr c, IntPtr color ) : void
CGContextSetFillPattern ( IntPtr context, IntPtr pattern, float components ) : void
CGContextSetFlatness ( IntPtr c, float flatness ) : void
CGContextSetFont ( IntPtr c, IntPtr font ) : void
CGContextSetFontSize ( IntPtr c, float size ) : void
CGContextSetGrayFillColor ( IntPtr context, float gray, float alpha ) : void
CGContextSetGrayStrokeColor ( IntPtr context, float gray, float alpha ) : void
CGContextSetInterpolationQuality ( IntPtr context, CGInterpolationQuality quality ) : void
CGContextSetLineCap ( IntPtr c, CGLineCap cap ) : void
CGContextSetLineDash ( IntPtr c, float phase, float lenghts, int count ) : void
CGContextSetLineJoin ( IntPtr c, CGLineJoin join ) : void
CGContextSetLineWidth ( IntPtr c, float width ) : void
CGContextSetMiterLimit ( IntPtr c, float limit ) : void
CGContextSetPatternPhase ( IntPtr context, SizeF phase ) : void
CGContextSetRGBFillColor ( IntPtr context, float red, float green, float blue, float alpha ) : void
CGContextSetRGBStrokeColor ( IntPtr context, float red, float green, float blue, float alpha ) : void
CGContextSetRenderingIntent ( IntPtr context, CGColorRenderingIntent intent ) : void
CGContextSetShadow ( IntPtr context, SizeF offset, float blur ) : void
CGContextSetShadowWithColor ( IntPtr context, SizeF offset, float blur, IntPtr color ) : void
CGContextSetShouldAntialias ( IntPtr c, int shouldAntialias ) : void
CGContextSetShouldSmoothFonts ( IntPtr c, int shouldSmoothFonts ) : void
CGContextSetShouldSubpixelPositionFonts ( IntPtr context, bool should ) : IntPtr
CGContextSetShouldSubpixelQuantizeFonts ( IntPtr context, bool should ) : IntPtr
CGContextSetStrokeColor ( IntPtr context, float components ) : void
CGContextSetStrokeColorSpace ( IntPtr context, IntPtr space ) : void
CGContextSetStrokeColorWithColor ( IntPtr c, IntPtr color ) : void
CGContextSetStrokePattern ( IntPtr context, IntPtr pattern, float components ) : void
CGContextSetTextDrawingMode ( IntPtr c, CGTextDrawingMode mode ) : void
CGContextSetTextMatrix ( IntPtr c, CGAffineTransform t ) : void
CGContextSetTextPosition ( IntPtr c, float x, float y ) : void
CGContextShowGlyphs ( IntPtr c, ushort glyphs, int size_t_count ) : void
CGContextShowGlyphsAtPoint ( IntPtr context, float x, float y, ushort glyphs, int size_t_count ) : void
CGContextShowGlyphsAtPositions ( IntPtr context, ushort glyphs, PointF positions, int size_t_count ) : void
CGContextShowGlyphsWithAdvances ( IntPtr c, ushort glyphs, SizeF advances, int size_t_count ) : void
CGContextShowText ( IntPtr c, string s, int size_t_length ) : void
CGContextShowTextAtPoint ( IntPtr c, float x, float y, string str, int size_t_length ) : void
CGContextStrokeEllipseInRect ( IntPtr context, RectangleF rect ) : void
CGContextStrokeLineSegments ( IntPtr c, PointF points, int size_t_count ) : void
CGContextStrokePath ( IntPtr c ) : void
CGContextStrokeRect ( IntPtr c, RectangleF rect ) : void
CGContextStrokeRectWithWidth ( IntPtr c, RectangleF rect, float width ) : void
CGContextSynchronize ( IntPtr c ) : void
CGContextTranslateCTM ( IntPtr ctx, float tx, float ty ) : void
CopyPath ( ) : CGPath
SetAllowsFontSmoothing ( bool allows ) : void
SetAllowsFontSubpixelQuantization ( bool allows ) : void
SetAllowsSubpixelPositioning ( bool allows ) : void
SetShouldSubpixelPositionFonts ( bool shouldSubpixelPositionFonts ) : void
ShouldSubpixelQuantizeFonts ( bool shouldSubpixelQuantizeFonts ) : void

메소드 상세

AddArc() 공개 메소드

public AddArc ( float x, float y, float radius, float startAngle, float endAngle, bool clockwise ) : void
x float
y float
radius float
startAngle float
endAngle float
clockwise bool
리턴 void

AddArcToPoint() 공개 메소드

public AddArcToPoint ( float x1, float y1, float x2, float y2, float radius ) : void
x1 float
y1 float
x2 float
y2 float
radius float
리턴 void

AddCurveToPoint() 공개 메소드

public AddCurveToPoint ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void
cp1x float
cp1y float
cp2x float
cp2y float
x float
y float
리턴 void

AddEllipseInRect() 공개 메소드

public AddEllipseInRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

AddLineToPoint() 공개 메소드

public AddLineToPoint ( float x, float y ) : void
x float
y float
리턴 void

AddLines() 공개 메소드

public AddLines ( PointF points ) : void
points System.Drawing.PointF
리턴 void

AddPath() 공개 메소드

public AddPath ( CGPath path ) : void
path CGPath
리턴 void

AddQuadCurveToPoint() 공개 메소드

public AddQuadCurveToPoint ( float cpx, float cpy, float x, float y ) : void
cpx float
cpy float
x float
y float
리턴 void

AddRect() 공개 메소드

public AddRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

AddRects() 공개 메소드

public AddRects ( RectangleF rects ) : void
rects System.Drawing.RectangleF
리턴 void

BeginPage() 공개 메소드

public BeginPage ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

BeginPath() 공개 메소드

public BeginPath ( ) : void
리턴 void

ClearRect() 공개 메소드

public ClearRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

Clip() 공개 메소드

public Clip ( ) : void
리턴 void

ClipToMask() 공개 메소드

public ClipToMask ( RectangleF rect, CGImage mask ) : void
rect System.Drawing.RectangleF
mask CGImage
리턴 void

ClipToRect() 공개 메소드

public ClipToRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

ClipToRects() 공개 메소드

public ClipToRects ( RectangleF rects ) : void
rects System.Drawing.RectangleF
리턴 void

ClosePath() 공개 메소드

public ClosePath ( ) : void
리턴 void

ConcatCTM() 공개 메소드

public ConcatCTM ( CGAffineTransform transform ) : void
transform CGAffineTransform
리턴 void

ContextFillRects() 공개 메소드

public ContextFillRects ( RectangleF rects ) : void
rects System.Drawing.RectangleF
리턴 void

ConvertPointToUserSpace() 공개 메소드

public ConvertPointToUserSpace ( PointF point ) : PointF
point System.Drawing.PointF
리턴 System.Drawing.PointF

ConvertRectToDeviceSpace() 공개 메소드

public ConvertRectToDeviceSpace ( RectangleF rect ) : RectangleF
rect System.Drawing.RectangleF
리턴 System.Drawing.RectangleF

ConvertRectToUserSpace() 공개 메소드

public ConvertRectToUserSpace ( RectangleF rect ) : RectangleF
rect System.Drawing.RectangleF
리턴 System.Drawing.RectangleF

ConvertSizeToDeviceSpace() 공개 메소드

public ConvertSizeToDeviceSpace ( SizeF size ) : SizeF
size System.Drawing.SizeF
리턴 System.Drawing.SizeF

ConvertSizeToUserSpace() 공개 메소드

public ConvertSizeToUserSpace ( SizeF size ) : SizeF
size System.Drawing.SizeF
리턴 System.Drawing.SizeF

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrawImage() 공개 메소드

public DrawImage ( RectangleF rect, CGImage image ) : void
rect System.Drawing.RectangleF
image CGImage
리턴 void

DrawLayer() 공개 메소드

public DrawLayer ( MonoMac.CoreGraphics.CGLayer layer, PointF point ) : void
layer MonoMac.CoreGraphics.CGLayer
point System.Drawing.PointF
리턴 void

DrawLayer() 공개 메소드

public DrawLayer ( MonoMac.CoreGraphics.CGLayer layer, RectangleF rect ) : void
layer MonoMac.CoreGraphics.CGLayer
rect System.Drawing.RectangleF
리턴 void

DrawLinearGradient() 공개 메소드

public DrawLinearGradient ( CGGradient gradient, PointF startPoint, PointF endPoint, CGGradientDrawingOptions options ) : void
gradient CGGradient
startPoint System.Drawing.PointF
endPoint System.Drawing.PointF
options CGGradientDrawingOptions
리턴 void

DrawPDFPage() 공개 메소드

public DrawPDFPage ( CGPDFPage page ) : void
page CGPDFPage
리턴 void

DrawPath() 공개 메소드

public DrawPath ( CGPathDrawingMode mode ) : void
mode CGPathDrawingMode
리턴 void

DrawRadialGradient() 공개 메소드

public DrawRadialGradient ( CGGradient gradient, PointF startCenter, float startRadius, PointF endCenter, float endRadius, CGGradientDrawingOptions options ) : void
gradient CGGradient
startCenter System.Drawing.PointF
startRadius float
endCenter System.Drawing.PointF
endRadius float
options CGGradientDrawingOptions
리턴 void

DrawTiledImage() 공개 메소드

public DrawTiledImage ( RectangleF rect, CGImage image ) : void
rect System.Drawing.RectangleF
image CGImage
리턴 void

EOClip() 공개 메소드

public EOClip ( ) : void
리턴 void

EOFillPath() 공개 메소드

public EOFillPath ( ) : void
리턴 void

EndPage() 공개 메소드

public EndPage ( ) : void
리턴 void

FillEllipseInRect() 공개 메소드

public FillEllipseInRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

FillPath() 공개 메소드

public FillPath ( ) : void
리턴 void

FillRect() 공개 메소드

public FillRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetCTM() 공개 메소드

public GetCTM ( ) : CGAffineTransform
리턴 CGAffineTransform

GetClipBoundingBox() 공개 메소드

public GetClipBoundingBox ( ) : RectangleF
리턴 System.Drawing.RectangleF

GetPathBoundingBox() 공개 메소드

public GetPathBoundingBox ( ) : RectangleF
리턴 System.Drawing.RectangleF

GetPathCurrentPoint() 공개 메소드

public GetPathCurrentPoint ( ) : PointF
리턴 System.Drawing.PointF

GetUserSpaceToDeviceSpaceTransform() 공개 메소드

public GetUserSpaceToDeviceSpaceTransform ( ) : CGAffineTransform
리턴 CGAffineTransform

IsPathEmpty() 공개 메소드

public IsPathEmpty ( ) : bool
리턴 bool

MoveTo() 공개 메소드

public MoveTo ( float x, float y ) : void
x float
y float
리턴 void

PathContainsPoint() 공개 메소드

public PathContainsPoint ( PointF point, CGPathDrawingMode mode ) : bool
point System.Drawing.PointF
mode CGPathDrawingMode
리턴 bool

PointToDeviceSpace() 공개 메소드

public PointToDeviceSpace ( PointF point ) : PointF
point System.Drawing.PointF
리턴 System.Drawing.PointF

ReplacePathWithStrokedPath() 공개 메소드

public ReplacePathWithStrokedPath ( ) : void
리턴 void

RestoreState() 공개 메소드

public RestoreState ( ) : void
리턴 void

RotateCTM() 공개 메소드

public RotateCTM ( float angle ) : void
angle float
리턴 void

SaveState() 공개 메소드

public SaveState ( ) : void
리턴 void

ScaleCTM() 공개 메소드

public ScaleCTM ( float sx, float sy ) : void
sx float
sy float
리턴 void

SelectFont() 공개 메소드

public SelectFont ( string name, float size, CGTextEncoding textEncoding ) : void
name string
size float
textEncoding CGTextEncoding
리턴 void

SetAllowsAntialiasing() 공개 메소드

public SetAllowsAntialiasing ( bool allowsAntialiasing ) : void
allowsAntialiasing bool
리턴 void

SetAlpha() 공개 메소드

public SetAlpha ( float alpha ) : void
alpha float
리턴 void

SetBlendMode() 공개 메소드

public SetBlendMode ( CGBlendMode mode ) : void
mode CGBlendMode
리턴 void

SetCMYKFillColor() 공개 메소드

public SetCMYKFillColor ( float cyan, float magenta, float yellow, float black, float alpha ) : void
cyan float
magenta float
yellow float
black float
alpha float
리턴 void

SetCMYKStrokeColor() 공개 메소드

public SetCMYKStrokeColor ( float cyan, float magenta, float yellow, float black, float alpha ) : void
cyan float
magenta float
yellow float
black float
alpha float
리턴 void

SetCharacterSpacing() 공개 메소드

public SetCharacterSpacing ( float spacing ) : void
spacing float
리턴 void

SetFillColor() 공개 메소드

public SetFillColor ( float components ) : void
components float
리턴 void

SetFillColorSpace() 공개 메소드

public SetFillColorSpace ( MonoMac.CoreGraphics.CGColorSpace space ) : void
space MonoMac.CoreGraphics.CGColorSpace
리턴 void

SetFillColorWithColor() 공개 메소드

public SetFillColorWithColor ( CGColor color ) : void
color CGColor
리턴 void

SetFillPattern() 공개 메소드

public SetFillPattern ( CGPattern pattern, float components ) : void
pattern CGPattern
components float
리턴 void

SetFlatness() 공개 메소드

public SetFlatness ( float flatness ) : void
flatness float
리턴 void

SetFont() 공개 메소드

public SetFont ( MonoMac.CoreGraphics.CGFont font ) : void
font MonoMac.CoreGraphics.CGFont
리턴 void

SetFontSize() 공개 메소드

public SetFontSize ( float size ) : void
size float
리턴 void

SetGrayFillColor() 공개 메소드

public SetGrayFillColor ( float gray, float alpha ) : void
gray float
alpha float
리턴 void

SetGrayStrokeColor() 공개 메소드

public SetGrayStrokeColor ( float gray, float alpha ) : void
gray float
alpha float
리턴 void

SetLineCap() 공개 메소드

public SetLineCap ( CGLineCap cap ) : void
cap CGLineCap
리턴 void

SetLineDash() 공개 메소드

public SetLineDash ( float phase, float lenghts ) : void
phase float
lenghts float
리턴 void

SetLineDash() 공개 메소드

public SetLineDash ( float phase, float lenghts, int n ) : void
phase float
lenghts float
n int
리턴 void

SetLineJoin() 공개 메소드

public SetLineJoin ( CGLineJoin join ) : void
join CGLineJoin
리턴 void

SetLineWidth() 공개 메소드

public SetLineWidth ( float w ) : void
w float
리턴 void

SetMiterLimit() 공개 메소드

public SetMiterLimit ( float limit ) : void
limit float
리턴 void

SetPatternPhase() 공개 메소드

public SetPatternPhase ( SizeF phase ) : void
phase System.Drawing.SizeF
리턴 void

SetRGBFillColor() 공개 메소드

public SetRGBFillColor ( float red, float green, float blue, float alpha ) : void
red float
green float
blue float
alpha float
리턴 void

SetRGBStrokeColor() 공개 메소드

public SetRGBStrokeColor ( float red, float green, float blue, float alpha ) : void
red float
green float
blue float
alpha float
리턴 void

SetRenderingIntent() 공개 메소드

public SetRenderingIntent ( CGColorRenderingIntent intent ) : void
intent CGColorRenderingIntent
리턴 void

SetShadow() 공개 메소드

public SetShadow ( SizeF offset, float blur ) : void
offset System.Drawing.SizeF
blur float
리턴 void

SetShadowWithColor() 공개 메소드

public SetShadowWithColor ( SizeF offset, float blur, CGColor color ) : void
offset System.Drawing.SizeF
blur float
color CGColor
리턴 void

SetShouldAntialias() 공개 메소드

public SetShouldAntialias ( bool shouldAntialias ) : void
shouldAntialias bool
리턴 void

SetShouldSmoothFonts() 공개 메소드

public SetShouldSmoothFonts ( bool shouldSmoothFonts ) : void
shouldSmoothFonts bool
리턴 void

SetStrokeColor() 공개 메소드

public SetStrokeColor ( float components ) : void
components float
리턴 void

SetStrokeColorSpace() 공개 메소드

public SetStrokeColorSpace ( MonoMac.CoreGraphics.CGColorSpace space ) : void
space MonoMac.CoreGraphics.CGColorSpace
리턴 void

SetStrokeColorWithColor() 공개 메소드

public SetStrokeColorWithColor ( CGColor color ) : void
color CGColor
리턴 void

SetStrokePattern() 공개 메소드

public SetStrokePattern ( CGPattern pattern, float components ) : void
pattern CGPattern
components float
리턴 void

SetTextDrawingMode() 공개 메소드

public SetTextDrawingMode ( CGTextDrawingMode mode ) : void
mode CGTextDrawingMode
리턴 void

ShowGlyphs() 공개 메소드

public ShowGlyphs ( ushort glyphs ) : void
glyphs ushort
리턴 void

ShowGlyphs() 공개 메소드

public ShowGlyphs ( ushort glyphs, int count ) : void
glyphs ushort
count int
리턴 void

ShowGlyphsAtPoint() 공개 메소드

public ShowGlyphsAtPoint ( float x, float y, ushort glyphs ) : void
x float
y float
glyphs ushort
리턴 void

ShowGlyphsAtPoint() 공개 메소드

public ShowGlyphsAtPoint ( float x, float y, ushort glyphs, int count ) : void
x float
y float
glyphs ushort
count int
리턴 void

ShowGlyphsAtPositions() 공개 메소드

public ShowGlyphsAtPositions ( ushort glyphs, PointF positions, int size_t_count ) : void
glyphs ushort
positions System.Drawing.PointF
size_t_count int
리턴 void

ShowGlyphsWithAdvances() 공개 메소드

public ShowGlyphsWithAdvances ( ushort glyphs, SizeF advances, int count ) : void
glyphs ushort
advances System.Drawing.SizeF
count int
리턴 void

ShowText() 공개 메소드

public ShowText ( string str ) : void
str string
리턴 void

ShowText() 공개 메소드

public ShowText ( string str, int l ) : void
str string
l int
리턴 void

ShowTextAtPoint() 공개 메소드

public ShowTextAtPoint ( float x, float y, string str ) : void
x float
y float
str string
리턴 void

ShowTextAtPoint() 공개 메소드

public ShowTextAtPoint ( float x, float y, string str, int length ) : void
x float
y float
str string
length int
리턴 void

StrokeEllipseInRect() 공개 메소드

public StrokeEllipseInRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

StrokeLineSegments() 공개 메소드

public StrokeLineSegments ( PointF points ) : void
points System.Drawing.PointF
리턴 void

StrokePath() 공개 메소드

public StrokePath ( ) : void
리턴 void

StrokeRect() 공개 메소드

public StrokeRect ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

StrokeRectWithWidth() 공개 메소드

public StrokeRectWithWidth ( RectangleF rect, float width ) : void
rect System.Drawing.RectangleF
width float
리턴 void

Synchronize() 공개 메소드

public Synchronize ( ) : void
리턴 void

TranslateCTM() 공개 메소드

public TranslateCTM ( float tx, float ty ) : void
tx float
ty float
리턴 void