OverlayPrimitive Type
Declarative overlay primitive. One case per supported Skia draw call.
Union cases
| Union case |
Description
|
Full Usage:
Circle(center, radius, style, space)
Parameters:
OverlayPoint
radius : float32
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Image(anchor, width, height, bytes, space)
Parameters:
OverlayPoint
width : int
height : int
bytes : byte array
space : CoordinateSpace
|
|
Full Usage:
Line(from, to, style, space)
Parameters:
OverlayPoint
to : OverlayPoint
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Path(verbs, style, space)
Parameters:
PathVerb list
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Polygon(points, style, space)
Parameters:
OverlayPoint list
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Polyline(points, style, space)
Parameters:
OverlayPoint list
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Rectangle(x, y, w, h, cornerRadius, style, space)
Parameters:
float32
y : float32
w : float32
h : float32
cornerRadius : float32
style : OverlayStyle
space : CoordinateSpace
|
|
Full Usage:
Text(anchor, text, fontSize, fontFamily, align, style, space)
Parameters:
OverlayPoint
text : string
fontSize : float32
fontFamily : string
align : TextAlign
style : OverlayStyle
space : CoordinateSpace
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCircle
Returns: bool
|
|
Full Usage:
this.IsImage
Returns: bool
|
|
Full Usage:
this.IsLine
Returns: bool
|
|
Full Usage:
this.IsPath
Returns: bool
|
|
Full Usage:
this.IsPolygon
Returns: bool
|
|
Full Usage:
this.IsPolyline
Returns: bool
|
|
Full Usage:
this.IsRectangle
Returns: bool
|
|
Full Usage:
this.IsText
Returns: bool
|
|
FSBarV1_Archived