Gets/Sets the point´s size
Namespace:
GLSV
Assembly:
GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
| C# |
|---|
public int Size { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Size As Integer |
| Visual C++ |
|---|
public:
property int Size {
int get ();
void set (int value);
} |
See Also