VectorGroup
-
Cmn
class VectorGroup : VectorNode, Iterable
| kotlin.Any | ||
| ↳ | androidx.compose.ui.graphics.vector.VectorNode | |
| ↳ | androidx.compose.ui.graphics.vector.VectorGroup |
Defines a group of paths or subgroups, plus transformation information. The transformations are defined in the same coordinates as the viewport. The transformations are applied in the order of scale, rotate then translate.
This is constructed as part of the result of ImageVector.Builder construction
Summary
Public functions |
||
|---|---|---|
open operator Boolean |
Cmn
|
|
operator VectorNode |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
open operator Iterator<VectorNode> |
iterator() |
Cmn
|
Public properties |
||
|---|---|---|
List<PathNode> |
Path information used to clip the content within the group |
Cmn
|
String |
Name of the corresponding group |
Cmn
|
Float |
X coordinate of the pivot point to rotate or scale the group |
Cmn
|
Float |
Y coordinate of the pivot point to rotate or scale the group |
Cmn
|
Float |
Rotation of the group in degrees |
Cmn
|
Float |
Scale factor in the X-axis to apply to the group |
Cmn
|
Float |
Scale factor in the Y-axis to apply to the group |
Cmn
|
Int |
Cmn
|
|
Float |
Translation in virtual pixels to apply along the x-axis |
Cmn
|
Float |
Translation in virtual pixels to apply along the y-axis |
Cmn
|
Public properties
clipPathData
val clipPathData: List<PathNode>
Path information used to clip the content within the group