LEADTOOLS (Leadtools assembly)

ConvertToPremultipliedValues Property

Show in webframe







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)
            
 
get_ConvertToPremultipliedValues();
set_ConvertToPremultipliedValues(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.