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

Buffer Property






Gets or sets an array that holds all points that represents the shape drawn by the user. .NET support WinRT support
Syntax
public int[] Buffer {get; set;}
'Declaration
 
Public Property Buffer As Integer()
'Usage
 
Dim instance As FunctionalLightCommand
Dim value() As Integer
 
instance.Buffer = value
 
value = instance.Buffer
public int[] Buffer {get; set;}
 get_Buffer();
set_Buffer(value);
public:
property array<int>^ Buffer {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that holds all points that represents the shape drawn by the user. This property is used only if the Flags property is set to FunctionalLightCommandFlags.Freehand. These values should be between -1000 and 1000. They are internally divided by 1000, so the real values are between -1 and 1.
Example
Refer to Angle.
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

FunctionalLightCommand Class
FunctionalLightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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