ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Clone Method

In This Topic
    Clone Method (TransformMatrix)
    In This Topic
    Create a new object that is a copy of this C1.Framework.Mathematics.Matrix.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    public object Clone()

    Return Value

    A object is a copy of this C1.Framework.Mathematics.Matrix.
    See Also