Skip to content

M_Aurora_Settings_FreeFormObject__ctor_1

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

FreeFormObject Constructor (Single, Single, Single, Single, Single)

Creates an instance of the FreeFormObject with specified parameters.

Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public FreeFormObject(
	float x,
	float y,
	float width = 30f,
	float height = 30f,
	float angle = 0f
)

Parameters

 

x
Type: System.Single
The X coordinate
y
Type: System.Single
The Y coordinate
width (Optional)
Type: System.Single
The Width
height (Optional)
Type: System.Single
The Height
angle (Optional)
Type: System.Single
The rotation angle

See Also

Reference

FreeFormObject Class
FreeFormObject Overload
Aurora.Settings Namespace

Clone this wiki locally