Canvas.DrawRegion(Region, Paint) 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.
Draws the given region using the given paint.
[Android.Runtime.Register("drawRegion", "(Landroid/graphics/Region;Landroid/graphics/Paint;)V", "GetDrawRegion_Landroid_graphics_Region_Landroid_graphics_Paint_Handler", ApiSince=36)]
public virtual void DrawRegion(Android.Graphics.Region region, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawRegion", "(Landroid/graphics/Region;Landroid/graphics/Paint;)V", "GetDrawRegion_Landroid_graphics_Region_Landroid_graphics_Paint_Handler", ApiSince=36)>]
abstract member DrawRegion : Android.Graphics.Region * Android.Graphics.Paint -> unit
override this.DrawRegion : Android.Graphics.Region * Android.Graphics.Paint -> unit
Parameters
- region
- Region
The region to be drawn
- paint
- Paint
The paint used to draw the region
- Attributes
Remarks
Draws the given region using the given paint.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.