UIGraphics.RectFillUsingBlendMode(CGRect, CGBlendMode) 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.
Fills rect with the current fill color, using blendMode.
public static void RectFillUsingBlendMode(CoreGraphics.CGRect rect, CoreGraphics.CGBlendMode blendMode);
static member RectFillUsingBlendMode : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit
Parameters
- rect
- CGRect
The rectangle to fill.
- blendMode
- CGBlendMode
The blend mode to use when filling.
Remarks
Developers can call this method from any thread.