ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorTextObject Class / CopySettingsFrom Method
Source text object.




In This Topic
    CopySettingsFrom Method (ImGearVectorTextObject)
    In This Topic
    Copies all settings from one text object to another except text string.
    Syntax
    'Declaration
     
    Public Sub CopySettingsFrom( _
       ByVal textObject As ImGearVectorTextObject _
    ) 
    'Usage
     
    Dim instance As ImGearVectorTextObject
    Dim textObject As ImGearVectorTextObject
     
    instance.CopySettingsFrom(textObject)
    public void CopySettingsFrom( 
       ImGearVectorTextObject textObject
    )
    public: void CopySettingsFrom( 
       ImGearVectorTextObject* textObject
    ) 
    public:
    void CopySettingsFrom( 
       ImGearVectorTextObject^ textObject
    ) 

    Parameters

    textObject
    Source text object.
    Remarks
    This can be helpful when creating a new text object with almost the same settings as an existing one.
    See Also