







|
| Project Mercury API Reference |
| PolygonEmitter..::.Origin Property |
| PolygonEmitter Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets or sets the origin of the point collection.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public PolygonOrigin Origin { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Origin As PolygonOrigin |
| Visual C++ |
|---|
public: property PolygonOrigin Origin { PolygonOrigin get (); void set (PolygonOrigin value); } |
