CGContext
CGContext(IntPtr)
~CGContext()
Handle
InterpolationQuality
TextMatrix
TextPosition
AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)
AddArc(NFloat, NFloat, NFloat, NFloat, NFloat, Boolean)
AddArcToPoint(nfloat, nfloat, nfloat, nfloat, nfloat)
AddArcToPoint(NFloat, NFloat, NFloat, NFloat, NFloat)
AddCurveToPoint(nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)
AddCurveToPoint(NFloat, NFloat, NFloat, NFloat, NFloat, NFloat)
AddEllipseInRect(CGRect)
AddLines(CGPoint[])
AddLineToPoint(nfloat, nfloat)
AddLineToPoint(NFloat, NFloat)
AddPath(CGPath)
AddQuadCurveToPoint(nfloat, nfloat, nfloat, nfloat)
AddQuadCurveToPoint(NFloat, NFloat, NFloat, NFloat)
AddRect(CGRect)
AddRects(CGRect[])
AsBitmapContext()
BeginPage(CGRect?)
BeginPath()
BeginTransparencyLayer(NSDictionary)
BeginTransparencyLayer(CGRect, NSDictionary)
ClearRect(CGRect)
Clip()
ClipToMask(CGRect, CGImage)
ClipToRect(CGRect)
ClipToRects(CGRect[])
ClosePath()
ConcatCTM(CGAffineTransform)
ContextFillRects(CGRect[])
ConvertPointToUserSpace(CGPoint)
ConvertRectToDeviceSpace(CGRect)
ConvertRectToUserSpace(CGRect)
ConvertSizeToDeviceSpace(CGSize)
ConvertSizeToUserSpace(CGSize)
CopyPath()
Dispose()
Dispose(Boolean)
DrawConicGradient(CGGradient, CGPoint, NFloat)
DrawImage(CGRect, CGImage)
DrawLayer(CGLayer, CGPoint)
DrawLayer(CGLayer, CGRect)
DrawLinearGradient(CGGradient, CGPoint, CGPoint, CGGradientDrawingOptions)
DrawPath(CGPathDrawingMode)
DrawPDFPage(CGPDFPage)
DrawRadialGradient(CGGradient, CGPoint, nfloat, CGPoint, nfloat, CGGradientDrawingOptions)
DrawRadialGradient(CGGradient, CGPoint, NFloat, CGPoint, NFloat, CGGradientDrawingOptions)
DrawShading(CGShading)
DrawTiledImage(CGRect, CGImage)
EndPage()
EndTransparencyLayer()
EOClip()
EOFillPath()
FillEllipseInRect(CGRect)
FillPath()
FillRect(CGRect)
Flush()
GetClipBoundingBox()
GetCTM()
GetPathBoundingBox()
GetPathCurrentPoint()
GetUserSpaceToDeviceSpaceTransform()
IsPathEmpty()
MoveTo(nfloat, nfloat)
MoveTo(NFloat, NFloat)
PathContainsPoint(CGPoint, CGPathDrawingMode)
PointToDeviceSpace(CGPoint)
Release()
ReplacePathWithStrokedPath()
ResetClip()
RestoreState()
Retain()
RotateCTM(nfloat)
RotateCTM(NFloat)
SaveState()
ScaleCTM(nfloat, nfloat)
ScaleCTM(NFloat, NFloat)
SelectFont(String, nfloat, CGTextEncoding)
SelectFont(String, NFloat, CGTextEncoding)
SetAllowsAntialiasing(Boolean)
SetAllowsFontSmoothing(Boolean)
SetAllowsFontSubpixelQuantization(Boolean)
SetAllowsSubpixelPositioning(Boolean)
SetAlpha(nfloat)
SetAlpha(NFloat)
SetBlendMode(CGBlendMode)
SetCharacterSpacing(nfloat)
SetCharacterSpacing(NFloat)
SetFillColor(CGColor)
SetFillColor(nfloat[])
SetFillColor(NFloat[])
SetFillColor(nfloat, nfloat)
SetFillColor(NFloat, NFloat)
SetFillColor(nfloat, nfloat, nfloat, nfloat)
SetFillColor(NFloat, NFloat, NFloat, NFloat)
SetFillColor(nfloat, nfloat, nfloat, nfloat, nfloat)
SetFillColor(NFloat, NFloat, NFloat, NFloat, NFloat)
SetFillColorSpace(CGColorSpace)
SetFillPattern(CGPattern, nfloat[])
SetFillPattern(CGPattern, NFloat[])
SetFlatness(nfloat)
SetFlatness(NFloat)
SetFont(CGFont)
SetFontSize(nfloat)
SetFontSize(NFloat)
SetLineCap(CGLineCap)
SetLineDash(nfloat, nfloat[])
SetLineDash(NFloat, NFloat[])
SetLineDash(nfloat, nfloat[], Int32)
SetLineDash(NFloat, NFloat[], Int32)
SetLineJoin(CGLineJoin)
SetLineWidth(nfloat)
SetLineWidth(NFloat)
SetMiterLimit(nfloat)
SetMiterLimit(NFloat)
SetPatternPhase(CGSize)
SetRenderingIntent(CGColorRenderingIntent)
SetShadow(CGSize, nfloat, CGColor)
SetShadow(CGSize, NFloat, CGColor)
SetShouldAntialias(Boolean)
SetShouldSmoothFonts(Boolean)
SetShouldSubpixelPositionFonts(Boolean)
SetStrokeColor(CGColor)
SetStrokeColor(nfloat[])
SetStrokeColor(NFloat[])
SetStrokeColor(nfloat, nfloat)
SetStrokeColor(NFloat, NFloat)
SetStrokeColor(nfloat, nfloat, nfloat, nfloat)
SetStrokeColor(NFloat, NFloat, NFloat, NFloat)
SetStrokeColor(nfloat, nfloat, nfloat, nfloat, nfloat)
SetStrokeColor(NFloat, NFloat, NFloat, NFloat, NFloat)
SetStrokeColorSpace(CGColorSpace)
SetStrokePattern(CGPattern, nfloat[])
SetStrokePattern(CGPattern, NFloat[])
SetTextDrawingMode(CGTextDrawingMode)
ShouldSubpixelQuantizeFonts(Boolean)
ShowGlyphs(UInt16[])
ShowGlyphs(UInt16[], Int32)
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[])
ShowGlyphsAtPoint(NFloat, NFloat, UInt16[])
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[], Int32)
ShowGlyphsAtPoint(NFloat, NFloat, UInt16[], Int32)
ShowGlyphsAtPositions(UInt16[], CGPoint[], Int32)
ShowGlyphsWithAdvances(UInt16[], CGSize[], Int32)
ShowText(Byte[])
ShowText(String)
ShowText(Byte[], Int32)
ShowText(String, Int32)
ShowTextAtPoint(nfloat, nfloat, Byte[])
ShowTextAtPoint(NFloat, NFloat, Byte[])
ShowTextAtPoint(nfloat, nfloat, String)
ShowTextAtPoint(NFloat, NFloat, String)
ShowTextAtPoint(nfloat, nfloat, Byte[], Int32)
ShowTextAtPoint(NFloat, NFloat, Byte[], Int32)
ShowTextAtPoint(nfloat, nfloat, String, Int32)
ShowTextAtPoint(NFloat, NFloat, String, Int32)
StrokeEllipseInRect(CGRect)
StrokeLineSegments(CGPoint[])
StrokePath()
StrokeRect(CGRect)
StrokeRectWithWidth(CGRect, nfloat)
StrokeRectWithWidth(CGRect, NFloat)
Synchronize()
TranslateCTM(nfloat, nfloat)
TranslateCTM(NFloat, NFloat)
net9.0-ios17.2
namespace CoreGraphics
{
[SupportedOSPlatform("ios")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("tvos")]
public class CGContext : NativeObject
{
public void AddArcToPoint(NFloat x1, NFloat y1, NFloat x2, NFloat y2, NFloat radius);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net9.0-ios17.2 | |
Assembly | Microsoft.iOS , Version=17.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API