Vector Class

Definition

Line 169 of System.Windows/Graphics.cm

Constructors & Destructor

public nothrow Vector()
public explicit nothrow Vector(const PointF& point)
public nothrow Vector(float x_, float y_)

Member Functions

public nothrow float Length() const
public nothrow PointF ToPoint() const

Member Variables

public float x
public float y

Constructor& Destructor Details

Vector Constructor

public nothrow Vector()

Definition
Line 171 of System.Windows/Graphics.cm


Vector Constructor

public explicit nothrow Vector(const PointF& point)

Definition
Line 177 of System.Windows/Graphics.cm


Vector Constructor

public nothrow Vector(float x_, float y_)

Definition
Line 174 of System.Windows/Graphics.cm


Member Function Details

Length Member Function

public nothrow float Length()

Definition
Line 180 of System.Windows/Graphics.cm


ToPoint Member Function

public nothrow PointF ToPoint()

Definition
Line 184 of System.Windows/Graphics.cm