←Select platform

PlaneOffset Property

Summary

Gets or sets the distance between the parallel planes.

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

Property Value

Distance between the parallel planes. This property only accepts positive values.

Example

Refer to PlaneBendCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly