LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Length Property (CubismCommand)

Show in webframe







Gets or sets a value that represents the cube side length, in pixels.
Syntax
public int Length {get; set;}
'Declaration
 
Public Property Length As Integer
'Usage
 
Dim instance As CubismCommand
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
public int Length {get; set;}

            

            
 
get_Length();
set_Length(value);
Object.defineProperty('Length');
public:
property int Length {
   int get();
   void set (    int value);
}

Property Value

Cube side length, in pixels. This property only accepts positive values.
Example
Refer to CubismCommand.
Requirements

Target Platforms

See Also

Reference

CubismCommand Class
CubismCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.