RecordingCanvas.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", "", ApiSince=35)]
public override void DrawRegion(Android.Graphics.Region region, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawRegion", "(Landroid/graphics/Region;Landroid/graphics/Paint;)V", "", ApiSince=35)>]
override this.DrawRegion : Android.Graphics.Region * Android.Graphics.Paint -> unit
Parameters
- region
- Region
- paint
- Paint
- Attributes
Remarks
Draws the given region using the given paint.
Android reference for android.graphics.RecordingCanvas.drawRegion.
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.