ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / RestrictedICCProfile Class / createInstance Method / createInstance(ICCCurveType) Method
gray curve

In This Topic
    createInstance(ICCCurveType) Method
    In This Topic
    Factory method for creating a RestrictedICCProfile from gray curve data.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function createInstance( _
       ByVal gcurve As ICCCurveType _
    ) As RestrictedICCProfile
    public static RestrictedICCProfile createInstance( 
       ICCCurveType gcurve
    )

    Parameters

    gcurve
    gray curve

    Return Value

    MonochromeInputRestrictedProfile
    See Also