Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ConvertToPremultipliedValues Property








Indicates whether to convert to or from premultiplied alpha values.
Syntax
public bool ConvertToPremultipliedValues {get; set;}
'Declaration
 
Public Property ConvertToPremultipliedValues As Boolean
'Usage
 
Dim instance As PremultiplyAlphaValuesCommand
Dim value As Boolean
 
instance.ConvertToPremultipliedValues = value
 
value = instance.ConvertToPremultipliedValues
public bool ConvertToPremultipliedValues {get; set;}
@property (nonatomic, assign) BOOL convertToPremultipliedValues;
public boolean getConvertToPremultipliedValues()
public void setConvertToPremultipliedValues(boolean value)
            
 <br/>get_ConvertToPremultipliedValues();<br/>set_ConvertToPremultipliedValues(value);<br/>Object.defineProperty('ConvertToPremultipliedValues'); 
public:
property bool ConvertToPremultipliedValues {
   bool get();
   void set (    bool value);
}

Property Value

true to convert to premultiplied alpha values; false to convert from premultiplied alpha values.
Example
For an example, refer to PremultiplyAlphaValuesCommand.
Requirements

Target Platforms

See Also

Reference

PremultiplyAlphaValuesCommand Class
PremultiplyAlphaValuesCommand Members

Error processing SSI file