UIGraphicsRendererContext.FillRect Method

Definition

Overloads

FillRect(CGRect)

Fills the rect with the active color.

FillRect(CGRect, CGBlendMode)

Paints with the current fill color, blending with .

FillRect(CGRect)

Fills the rect with the active color.

[Foundation.Export("fillRect:")]
public virtual void FillRect (CoreGraphics.CGRect rect);
abstract member FillRect : CoreGraphics.CGRect -> unit
override this.FillRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

The rectangle to be filled.

Attributes

Applies to

FillRect(CGRect, CGBlendMode)

Paints with the current fill color, blending with .

[Foundation.Export("fillRect:blendMode:")]
public virtual void FillRect (CoreGraphics.CGRect rect, CoreGraphics.CGBlendMode blendMode);
abstract member FillRect : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit
override this.FillRect : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit

Parameters

rect
CGRect
blendMode
CGBlendMode
Attributes

Applies to