←Select platform

Type Property

Summary

Gets or sets a value that indicates the operation to perform.

Syntax
C#
VB
Objective-C
C++
Java
public AddWeightedCommandType Type { get; set; } 
Public Property Type As AddWeightedCommandType 
@property (nonatomic, assign) LTAddWeightedCommandType type 
public AddWeightedCommandType getType() 
public void setType(AddWeightedCommandType value) 
public: 
property AddWeightedCommandType Type { 
   AddWeightedCommandType get(); 
   void set (    AddWeightedCommandType ); 
} 

Property Value

Value that indicates the operation to perform.

Example

Refer to AddWeightedCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly