WKWebExtension.GetIcon(CGSize) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("iconForSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage? GetIcon(CoreGraphics.CGSize size);
[Foundation.Export("iconForSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSImage? GetIcon(CoreGraphics.CGSize size);
[<Foundation.Export("iconForSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIcon : CoreGraphics.CGSize -> UIKit.UIImage
override this.GetIcon : CoreGraphics.CGSize -> UIKit.UIImage
[<Foundation.Export("iconForSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIcon : CoreGraphics.CGSize -> AppKit.NSImage
override this.GetIcon : CoreGraphics.CGSize -> AppKit.NSImage
Parameters
- size
- CGSize
Returns
- Attributes