ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearContrastSettings Structure / CopyFrom Method
An ImGearContrastSettings structure object to copy.




In This Topic
    CopyFrom Method (ImGearContrastSettings)
    In This Topic
    Initializes the object from existing ImGearContrastSettings structure object.
    Syntax
    'Declaration
     
    Public Sub CopyFrom( _
       ByVal value As IImGearContrastSettings _
    ) 
    'Usage
     
    Dim instance As ImGearContrastSettings
    Dim value As IImGearContrastSettings
     
    instance.CopyFrom(value)
    public void CopyFrom( 
       IImGearContrastSettings value
    )
    public: void CopyFrom( 
       IImGearContrastSettings* value
    ) 
    public:
    void CopyFrom( 
       IImGearContrastSettings^ value
    ) 

    Parameters

    value
    An ImGearContrastSettings structure object to copy.
    See Also