UIBezierPath.Fill 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.
Overloads
| Name | Description |
|---|---|
| Fill() | |
| Fill(CGBlendMode, NFloat) |
Fills the region enclosed by the path. |
Fill()
[Foundation.Export("fill")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Fill();
[<Foundation.Export("fill")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Fill : unit -> unit
override this.Fill : unit -> unit
- Attributes
Applies to
Fill(CGBlendMode, NFloat)
Fills the region enclosed by the path.
[Foundation.Export("fillWithBlendMode:alpha:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Fill(CoreGraphics.CGBlendMode blendMode, System.Runtime.InteropServices.NFloat alpha);
[<Foundation.Export("fillWithBlendMode:alpha:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Fill : CoreGraphics.CGBlendMode * System.Runtime.InteropServices.NFloat -> unit
override this.Fill : CoreGraphics.CGBlendMode * System.Runtime.InteropServices.NFloat -> unit
Parameters
- blendMode
- CGBlendMode
- alpha
- NFloat
- Attributes
Remarks
This can be used from a background thread.