←Select platform

PlaneOffset Property

Summary

Gets or sets the distance between the parallel planes.

Syntax

C#
VB
WinRT C#
C++
public int PlaneOffset { get; set; } 
  
Public Property PlaneOffset As Integer 
public int PlaneOffset {get; set;} 
  
get_PlaneOffset(); 
set_PlaneOffset(value); 
Object.defineProperty('PlaneOffset');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly