Android.Graphics.Paint.GetStyle Method
Return the paint's style, used for controlling how primitives' geometries are interpreted (except for drawBitmap, which always assumes FILL_STYLE).

Syntax

[Android.Runtime.Register("getStyle", "()Landroid/graphics/Paint$Style;", "GetGetStyleHandler")]
public virtual Paint.Style GetStyle ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return the paint's style, used for controlling how primitives' geometries are interpreted (except for drawBitmap, which always assumes FILL_STYLE).

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1