Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Space Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > CubismCommand Class : Space Property



Gets or sets a value that represents the space between cubes.

Syntax

Visual Basic (Declaration) 
Public Property Space As Integer
Visual Basic (Usage)Copy Code
Dim instance As CubismCommand
Dim value As Integer
 
instance.Space = value
 
value = instance.Space
C# 
public int Space {get; set;}
C++/CLI 
public:
property int Space {
   int get();
   void set (int value);
}

Return Value

Value that represents the space between cubes, in pixels. As this value decreases the concentration of cubes increases and vice versa. The valid range is from 1 to the image or region dimension that is minimum, that is the minimum value of the height and width. This property only accepts positive values.

Example

Refer to CubismCommand.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also