ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomMark Class / SavePropertiesToUserData Method




In This Topic
    SavePropertiesToUserData Method
    In This Topic
    Saves custom mark's properties to User data dictionary.
    Syntax
    'Declaration
     
    Protected MustOverride Sub SavePropertiesToUserData() 
    'Usage
     
    Dim instance As ImGearARTCustomMark
     
    instance.SavePropertiesToUserData()
    protected abstract void SavePropertiesToUserData()
    protected: abstract void SavePropertiesToUserData(); 
    protected:
    abstract void SavePropertiesToUserData(); 
    See Also