Table of Contents

Class Position2D

Namespace
AstraEngine.Canvas2D
Assembly
AstraEngine.Canvas2D.dll

Represents a location in 2D space

public sealed class Position2D : Component
Inheritance
Position2D
Inherited Members

Properties

X

Position along the X axis

public double X { get; set; }

Property Value

double

Y

Position along the Y axis

public double Y { get; set; }

Property Value

double