C# Class UI.Position

Inheritance: Attribute
Show file Open project: Kopernicus/KittopiaTech

Public Methods

Method Description
Position ( Rect source )

Creates a rect instance from the given parameters

Position ( Single x, Single y, Single width, Single height )

Creates a rect instance from the given parameters

Position ( Vector2 position, Vector2 size )

Creates a rect instance from the given parameters

Method Details

Position() public method

Creates a rect instance from the given parameters
public Position ( Rect source )
source Rect

Position() public method

Creates a rect instance from the given parameters
public Position ( Single x, Single y, Single width, Single height )
x Single
y Single
width Single
height Single

Position() public method

Creates a rect instance from the given parameters
public Position ( Vector2 position, Vector2 size )
position Vector2
size Vector2