Origin Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets the origin of the shape defined by the points in the 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);
}

See Also