Share via


NSAdaptiveImageGlyph.GetImage(CGSize, NFloat, CGPoint, CGSize) Method

Definition

[Foundation.Export("imageForProposedSize:scaleFactor:imageOffset:imageSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGImage? GetImage(CoreGraphics.CGSize proposedSize, System.Runtime.InteropServices.NFloat scaleFactor, out CoreGraphics.CGPoint imageOffset, out CoreGraphics.CGSize imageSize);
[<Foundation.Export("imageForProposedSize:scaleFactor:imageOffset:imageSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetImage : CoreGraphics.CGSize * System.Runtime.InteropServices.NFloat * CGPoint * CGSize -> CoreGraphics.CGImage
override this.GetImage : CoreGraphics.CGSize * System.Runtime.InteropServices.NFloat * CGPoint * CGSize -> CoreGraphics.CGImage

Parameters

proposedSize
CGSize
scaleFactor
NFloat
imageOffset
CGPoint
imageSize
CGSize

Returns

Implements

Attributes

Applies to