C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the PremultiplyAlphaValuesCommand class with explicit parameters.
public PremultiplyAlphaValuesCommand(
bool convertToPremultipliedValues
)
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
)
convertToPremultipliedValues
true to convert to premultiplied alpha values; false to convert from premultiplied alpha values.
For an example, refer to PremultiplyAlphaValuesCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET