ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / CopySettingsFrom Method
The source text Entity.




In This Topic
    CopySettingsFrom Method (ImGearVectorEntityText)
    In This Topic
    Copies all common text settings from one text entity to another.
    Syntax
    'Declaration
     
    Public Sub CopySettingsFrom( _
       ByVal textEntity As ImGearVectorEntityText _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim textEntity As ImGearVectorEntityText
     
    instance.CopySettingsFrom(textEntity)
    public void CopySettingsFrom( 
       ImGearVectorEntityText textEntity
    )
    public: void CopySettingsFrom( 
       ImGearVectorEntityText* textEntity
    ) 
    public:
    void CopySettingsFrom( 
       ImGearVectorEntityText^ textEntity
    ) 

    Parameters

    textEntity
    The source text Entity.
    Remarks
    This is convenient when creating a new text string with almost the same settings as an existing one.
    See Also