←Select platform

SetAlphaValuesCommand Constructor(int)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal alpha As Integer _ 
) 
public SetAlphaValuesCommand(  
   int alpha 
) 
- (instancetype)initWithAlpha:(NSUInteger)alpha 
public SetAlphaValuesCommand(int alpha) 
function SetAlphaValuesCommand(  
   alpha  
) 
public: 
SetAlphaValuesCommand(  
   int alpha 
) 

Parameters

alpha
Alpha value to set.

Example

For an example, refer to SetAlphaValuesCommand.

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