Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ColorTransform Structure / Create Method
The type of color transform.
The value of color transform.


In This Topic
    Create Method (ColorTransform)
    In This Topic
    Creates a ColorTransform value.
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal type As ColorTransformType, _
       ByVal value As Double _
    ) As ColorTransform
    'Usage
     
    
    Dim type As ColorTransformType
    Dim value As Double
    Dim value As ColorTransform
     
    value = ColorTransform.Create(type, value)

    Parameters

    type
    The type of color transform.
    value
    The value of color transform.

    Return Value

    The new ColorTransform value.
    See Also