iframe >
Xamarin.Android Documentation
DrawPolygon Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Core Assembly
>
C1.Android.Core Namespace
>
IRenderEngine Interface
: DrawPolygon Method
Array of x-coordinates.
Array of y-coordinates.
Draw polygon with currect stroke and fill.
Syntax
C#
void
DrawPolygon(
double
[]
xs
,
double
[]
ys
)
Parameters
xs
Array of x-coordinates.
ys
Array of y-coordinates.
See Also
Reference
IRenderEngine Interface
IRenderEngine Members
Send Feedback