Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

PlaneOffset Property (PlaneCommand)








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 PlaneCommand
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

PlaneCommand Class
PlaneCommand Members

Error processing SSI file