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
StrokeRect(CGRect) |
Draws the |
StrokeRect(CGRect, CGBlendMode) |
Draws the path of <param name="rect" /> using the current stroke color, blending with <param name="blendMode" />. |
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 <param name="rect" /> using the current stroke color, blending with <param name="blendMode" />.
[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