Simulates a iOS UIBezierPath
object for ease of porting UI code from iOS to Android. NOTE: Only a small percentage of the UIBezierPath
features have been ported to support the Action Components.
More...
|
| UIBezierPath () |
| Initializes a new instance of the T:UIKit.UIBezierPath class. More...
|
|
| UIBezierPath (ShapeDrawable shape) |
| Initializes a new instance of the T:UIKit.UIBezierPath class. More...
|
|
void | Fill () |
| Draws a filled version of the path into the current graphics context. More...
|
|
void | Stroke () |
| Draws an outline version of the path into the current graphics context. More...
|
|
void | AddClip () |
| Converts the path into a clipping path. More...
|
|
|
List< ShapeDrawable > | Elements [get, set] |
| Gets or sets the elements that make up this path. More...
|
|
nfloat | LineWidth = new List<ShapeDrawable>() [get, set] |
| Gets or sets the width of the line. More...
|
|
Simulates a iOS UIBezierPath
object for ease of porting UI code from iOS to Android. NOTE: Only a small percentage of the UIBezierPath
features have been ported to support the Action Components.
UIKit.UIBezierPath.UIBezierPath |
( |
| ) |
|
Initializes a new instance of the T:UIKit.UIBezierPath class.
UIKit.UIBezierPath.UIBezierPath |
( |
ShapeDrawable |
shape | ) |
|
Initializes a new instance of the T:UIKit.UIBezierPath class.
- Parameters
-
void UIKit.UIBezierPath.AddClip |
( |
| ) |
|
Converts the path into a clipping path.
void UIKit.UIBezierPath.Fill |
( |
| ) |
|
Draws a filled version of the path into the current graphics context.
Creates a new UIBezierPath
from the given rect.
- Returns
- The rect.
- Parameters
-
Creates a new UIBezierPath
from the given round rect.
- Returns
- The rounded rect.
- Parameters
-
rect | Rect. |
corners | Corners. |
size | Size. |
Creates a new UIBezierPath
from the given round rect.
- Returns
- The rounded rect.
- Parameters
-
void UIKit.UIBezierPath.Stroke |
( |
| ) |
|
Draws an outline version of the path into the current graphics context.
List<ShapeDrawable> UIKit.UIBezierPath.Elements |
|
getset |
Gets or sets the elements that make up this path.
The elements.
nfloat UIKit.UIBezierPath.LineWidth = new List<ShapeDrawable>() |
|
getset |
Gets or sets the width of the line.
The width of the line.