Android.Graphics.Paint.Cap Class
The Cap specifies the treatment for the beginning and ending of
stroked lines and paths.
See Also: Paint+Cap
Syntax
[Android.Runtime.Register("android/graphics/Paint$Cap", DoNotGenerateAcw=true)]
public sealed class Paint.Cap : Enum
public sealed class Paint.Cap : Enum
Remarks
The Cap specifies the treatment for the beginning and ending of stroked lines and paths. The default is BUTT.
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Android.Graphics.Paint.Cap are listed below.
See Also: Enum
Public Properties
[read-only] static | Butt | Paint+Cap. The stroke ends with the path, and does not project beyond it. |
[read-only] static | Round | Paint+Cap. The stroke projects out as a semicircle, with the center at the end of the path. |
[read-only] static | Square | Paint+Cap. The stroke projects out as a square, with the center at the end of the path. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |