LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PlaneOffset Property (PlaneBendCommand)

Show in webframe







Gets or sets the distance between the parallel planes.
Syntax
public int PlaneOffset {get; set;}
'Declaration
 
Public Property PlaneOffset As Integer
'Usage
 
Dim instance As PlaneBendCommand
Dim value As Integer
 
instance.PlaneOffset = value
 
value = instance.PlaneOffset
public int PlaneOffset {get; set;}

            

            
 
get_PlaneOffset();
set_PlaneOffset(value);
Object.defineProperty('PlaneOffset');
public:
property int PlaneOffset {
   int get();
   void set (    int value);
}

Property Value

Distance between the parallel planes. This property only accepts positive values.
Example
Refer to PlaneBendCommand.
Requirements

Target Platforms

See Also

Reference

PlaneBendCommand Class
PlaneBendCommand Members

 

 


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