You are here: Start » AVL.NET » Object2D Constructor

Object2D Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Object2D
(
	Avl.Rectangle2D match_,
	Avl.CoordinateSystem2D alignment_,
	Avl.Point2D point_,
	float angle_,
	float scale_,
	float score_,
	float aspect_
)

Parameters

Name Type Range Default Description
match_Avl.Rectangle2D
alignment_Avl.CoordinateSystem2D
point_Avl.Point2D
angle_float
scale_float
score_float
aspect_float

See also