Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / CameraPosition Property


In This Topic
    CameraPosition Property
    In This Topic
    Represents the position of the camera in the 3D world.
    Syntax
    'Declaration
     
    ReadOnly Property CameraPosition As Point3D
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As Point3D
     
    value = instance.CameraPosition
    Point3D CameraPosition {get;}
    See Also