







![]() ![]() |
Project Mercury API Reference |
PolygonEmitter..::.Points Property |
PolygonEmitter Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Polygon points.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
public PolygonPointCollection Points { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Points As PolygonPointCollection |
Visual C++ |
---|
public: property PolygonPointCollection^ Points { PolygonPointCollection^ get (); void set (PolygonPointCollection^ value); } |