GeometryTransform Property (Pie3D)
In This Topic
Gets the transformation that is applied to the geometry of the shape.
Syntax
'Declaration
Public Overridable ReadOnly Property GeometryTransform As Transform
'Usage
Dim instance As Pie3D
Dim value As Transform
value = instance.GeometryTransform
public virtual Transform GeometryTransform {get;}
See Also