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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize