LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Buffer Property

Show in webframe







Gets or sets an array that holds all points that represents the shape drawn by the user.
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);
Object.defineProperty('Buffer');
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

See Also

Reference

FunctionalLightCommand Class
FunctionalLightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.