ImageGear .NET - Updated May 30, 2018
CopySettingsFrom Method (ImGearVectorTextObject)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : CopySettingsFrom Method
Source text object.
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)

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

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members
ImGearVectorTextObject Class