UIGraphicsRendererContext.FillRect 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
FillRect(CGRect) |
Fills the |
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