ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / Scale Method
X scale factor.
Y scale factor.
Z scale factor.




In This Topic
    Scale Method (ImGearVectorView)
    In This Topic
    Scales the camera according to the specified scale factors.
    Syntax
    'Declaration
     
    Public Sub Scale( _
       ByVal scaleX As Single, _
       ByVal scaleY As Single, _
       ByVal scaleZ As Single _
    ) 
    'Usage
     
    Dim instance As ImGearVectorView
    Dim scaleX As Single
    Dim scaleY As Single
    Dim scaleZ As Single
     
    instance.Scale(scaleX, scaleY, scaleZ)
    public void Scale( 
       float scaleX,
       float scaleY,
       float scaleZ
    )
    public: void Scale( 
       float scaleX,
       float scaleY,
       float scaleZ
    ) 
    public:
    void Scale( 
       float scaleX,
       float scaleY,
       float scaleZ
    ) 

    Parameters

    scaleX
    X scale factor.
    scaleY
    Y scale factor.
    scaleZ
    Z scale factor.
    See Also