C1.WPF.Document Assembly / C1.WPF.Document Namespace / PieShape Class / AssignFrom Method
The source object to copy properties from.

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

Parameters

source
The source object to copy properties from.
See Also