←Select platform

Type Property

Summary

Gets or sets the mask to use in the convolution process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public MaskConvolutionCommandType Type { get; set; } 
@property (nonatomic, assign) LTMaskConvolutionCommandType type 
public MaskConvolutionCommandType getType() 
public void setType(MaskConvolutionCommandType value) 
             
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');  

Property Value

Enumeration that indicates which mask to use in the convolution process.

Example

Refer to MaskConvolutionCommand example.

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.ImageProcessing.Effects Assembly