ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class
Properties Methods


In This Topic
    ImGearVectorView Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorView.

    Public Properties
     NameDescription
    Public PropertyGets or sets ambient color of the view.  
    Public PropertyGets or sets a view content. The content is usually a block, but can be any entity.  
    Public PropertyGets or sets face culling mode for the view.  
    Public PropertyGets or sets a value indicating whether to display the layers that are marked as hidden.  
    Public PropertyGets or sets a lens focus of the view.  
    Public PropertyGets or sets layout factor of view.  
    Public PropertyGets or sets a value indicating whether lighting is enabled.  
    Public PropertyGets total number of available light sources.  
    Top
    Public Methods
     NameDescription
    Public MethodAdjusts the view bounding box to match the bounding box of the vector data.  
    Public MethodReturns the current background color of the view.  
    Public MethodReturns the light source with the specified index.  
    Public MethodReturns the point in 3D space that the view's camera is looking at. See corresponding method SetLookPoint for more information.  
    Public MethodReturns the current transformation matrix of the view.  
    Public MethodReturns the bounding parallelepiped of the view.  
    Public MethodReturns the name of the view.  
    Public MethodMoves the camera according to the specified offsets.  
    Public MethodRotates the camera on the specified angle about the specified vector.  
    Public MethodScales the camera according to the specified scale factors.  
    Public MethodSets the current background color of the view.  
    Public MethodSets the point in 3D space that the view's camera is looking at.  
    Public MethodSets the current transformation matrix of the view.  
    Public MethodSets the bounding parallelepiped of the view.  
    Public MethodSets the new name for the view.  
    Public MethodConverts 3D world coordinates to screen coordinates for the current view.  
    Top
    See Also