←Select platform

Length Property

Summary

Gets or sets a value that represents the cube side length, in pixels.

Syntax
C#
VB
C++
public int Length { get; set; } 
Public Property Length As Integer 
public: 
property int Length { 
   int get(); 
   void set (    int ); 
} 

Property Value

Cube side length, in pixels. This property only accepts positive values.

Example

Refer to CubismCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly