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