Gets or sets an array that holds all points that represents the shape drawn by the user.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Buffer As Integer() |
C# | |
---|
public int[] Buffer {get; set;} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also