Visual Basic (Declaration) | |
---|---|
Public Property Method As ConversionMethodFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ConversionParameters Dim value As ConversionMethodFlags instance.Method = value value = instance.Method |
C# | |
---|---|
public ConversionMethodFlags Method {get; set;} |
C++/CLI | |
---|---|
public: property ConversionMethodFlags Method { ConversionMethodFlags get(); void set ( ConversionMethodFlags value); } |
Property Value
This property works in one of two ways:- If you set it and call the RasterColorConverterEngine.Start method, it will specify the initial SDK conversion method. Therefore, the ActiveMethod property should be set with the conversion method to be used. Possible values for this case are: ConversionMethodFlags.UseXXX types.
- If you set it and call the RasterColorConverterEngine.SetParameters method, it will specify the conversion parameter to be changed. Possible values for this case are: ConversionMethodFlags.ChangeXXX types.
Refer to ConversionParameters.WhitePoint example.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)