←Select platform

ConvertToPremultipliedValues Property

Summary

Indicates whether to convert to or from premultiplied alpha values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ConvertToPremultipliedValues { get; set; } 
Public Property ConvertToPremultipliedValues As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly