Class SfGraphics
Inheritance
System.Object
SfGraphics
Assembly: Syncfusion.Core.XForms.macOS.dll
public class SfGraphics : NSGraphicsContext
Constructors
Declaration
Methods
BeginImageContextWithOptions(CGSize, Boolean, nfloat)
Declaration
public static void BeginImageContextWithOptions(CGSize size, bool opaque, nfloat scale)
Parameters
Type |
Name |
Description |
CoreGraphics.CGSize |
size |
|
System.Boolean |
opaque |
|
System.nfloat |
scale |
|
EndImageContext()
Declaration
public static void EndImageContext()
GetCurrentContext()
Declaration
public static CGContext GetCurrentContext()
Returns
Type |
CoreGraphics.CGContext |
GetImageFromCurrentImageContext()
Declaration
public static NSImage GetImageFromCurrentImageContext()
Returns
PopContext()
Declaration
public static void PopContext()
PushContext(CGContext)
Declaration
public static void PushContext(CGContext context)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
context |
|