UIGraphicsRendererContext.StrokeRect Method

Definition

Overloads

StrokeRect(CGRect)

Draws the rect without filling its interior.

StrokeRect(CGRect, CGBlendMode)

Draws the path of using the current stroke color, blending with .

StrokeRect(CGRect)

Draws the rect without filling its interior.

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

Parameters

rect
CGRect

The rectangle to be drawn.

Attributes

Applies to

StrokeRect(CGRect, CGBlendMode)

Draws the path of using the current stroke color, blending with .

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

Parameters

rect
CGRect
blendMode
CGBlendMode
Attributes

Applies to