←Select platform

PremultiplyAlphaValuesCommand Constructor(bool)

Summary

Initializes a new instance of the PremultiplyAlphaValuesCommand class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal convertToPremultipliedValues As Boolean _ 
) 
public PremultiplyAlphaValuesCommand(  
   bool convertToPremultipliedValues 
) 
-(id)initWithConvertToPremultipliedValues:(BOOL)convertToPremultipliedValues; 
public PremultiplyAlphaValuesCommand(boolean convertToPremultipliedValues) 
function PremultiplyAlphaValuesCommand(  
   convertToPremultipliedValues  
) 
public: 
PremultiplyAlphaValuesCommand(  
   bool convertToPremultipliedValues 
) 

Parameters

convertToPremultipliedValues
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