UIGraphicsRendererContext.StrokeRect 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 |
|---|---|
| StrokeRect(CGRect) | |
| StrokeRect(CGRect, CGBlendMode) |
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