←Select platform

Dimension Property

Summary
Gets or sets the dimensions of the neighborhood used in creating the effect (Dimension x Dimension), in pixels. This property only accepts nonzero positive values.
Syntax
C#
VB
C++
public int Dimension { get; set; } 
  
Public Property Dimension As Integer 
public: 
property int Dimension { 
   int get(); 
   void set (    int ); 
} 

Property Value

Dimensions of the neighborhood used in creating the effect (Dimension x Dimension), in pixels.

Example

Refer to DryCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.