LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

PlaneOffset Property (PlaneCommand)






Gets or sets the distance between the parallel planes. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PlaneCommand Class
PlaneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.