←Select platform

Buffer Property

Summary

Gets or sets an array that holds all points that represents the shape drawn by the user.

Syntax

C#
VB
WinRT C#
C++
public int[] Buffer { get; set; } 
  
Public Property Buffer As Integer() 
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>^ ); 
} 

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

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