UIGraphicsRendererContext.FillRect 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 |
|---|---|
| FillRect(CGRect) | |
| FillRect(CGRect, CGBlendMode) |
FillRect(CGRect)
[Foundation.Export("fillRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FillRect(CoreGraphics.CGRect rect);
[<Foundation.Export("fillRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FillRect : CoreGraphics.CGRect -> unit
override this.FillRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
- Attributes
Applies to
FillRect(CGRect, CGBlendMode)
[Foundation.Export("fillRect:blendMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FillRect(CoreGraphics.CGRect rect, CoreGraphics.CGBlendMode blendMode);
[<Foundation.Export("fillRect:blendMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FillRect : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit
override this.FillRect : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit
Parameters
- rect
- CGRect
- blendMode
- CGBlendMode
- Attributes