Visual Basic (Declaration) | |
---|---|
Public Property LabParameters As ConversionLabParameters |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ConversionLabParameters LabParameters {get; set;} |
C++/CLI | |
---|---|
public: property ConversionLabParameters LabParameters { ConversionLabParameters get(); void set (ConversionLabParameters value); } |
Return Value
A ConversionLabParameters structure that contains the CIELab conversion properties.Refer to RasterColorConverter.ConvertDirectToImage(ConversionColorFormat,ConversionColorFormat,Byte[],Int32,RasterImage,Int32,Int32,Int32,Int32) example.
The CIELab conversion properties.
If this property value is null(Nothing), default values are assumed.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family