LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Type Property (CylinderCommand)

Show in webframe







Gets or sets a value that indicates the cylinder shape.
Syntax
public CylinderCommandType Type {get; set;}
'Declaration
 
Public Property Type As CylinderCommandType
'Usage
 
Dim instance As CylinderCommand
Dim value As CylinderCommandType
 
instance.Type = value
 
value = instance.Type
public CylinderCommandType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property CylinderCommandType Type {
   CylinderCommandType get();
   void set (    CylinderCommandType value);
}

Property Value

A value that indicates the cylinder shape.
Example
Refer to CylinderCommand.
Requirements

Target Platforms

See Also

Reference

CylinderCommand Class
CylinderCommand Members

 

 


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