←Select platform

Dimension Property

Summary

Gets or sets the number of pixels by which to resize the region.

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

Number of pixels by which to resize the region. This property only accepts positive values.

Example

Refer to ResizeRegionCommand.

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