Share via


UIGraphicsRendererContext.FillRect Method

Definition

Overloads

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

Applies to