Share via


UIGraphicsRendererContext.StrokeRect Method

Definition

Overloads

StrokeRect(CGRect)

[Foundation.Export("strokeRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StrokeRect(CoreGraphics.CGRect rect);
[<Foundation.Export("strokeRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StrokeRect : CoreGraphics.CGRect -> unit
override this.StrokeRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect
Attributes

Applies to

StrokeRect(CGRect, CGBlendMode)

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

Parameters

rect
CGRect
blendMode
CGBlendMode
Attributes

Applies to