Center Property (Shape3D)
In This Topic
Gets the center of the shape.
Syntax
'Declaration
Public Overridable ReadOnly Property Center As Point3D
'Usage
Dim instance As Shape3D
Dim value As Point3D
value = instance.Center
public virtual Point3D Center {get;}
See Also