Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / RightTriangleShape Class / AssignFrom Method
The source object to copy properties from.

In This Topic
    AssignFrom Method (RightTriangleShape)
    In This Topic
    Assigns (copies) properties from another ShapeBase to the current object.
    Syntax
    'Declaration
     
    Public Overridable Sub AssignFrom( _
       ByVal source As ShapeBase _
    ) 
    public virtual void AssignFrom( 
       ShapeBase source
    )

    Parameters

    source
    The source object to copy properties from.
    See Also