C# Класс MonoMac.CoreGraphics.CGContext

Наследование: INativeObject, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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