C# Class GraphSample.CustomControls.PointF

Use a simple Point struct since Silverlight blows up when you operate on the internal Point class outside of the Drawing thread.
Show file Open project: Esri/arcgis-samples-winphone Class Usage Examples

Public Properties

Property Type Description
X float
Y float

Public Methods

Method Description
PointF ( float x, float y ) : System

Method Details

PointF() public method

public PointF ( float x, float y ) : System
x float
y float
return System

Property Details

X public property

public float X
return float

Y public property

public float Y
return float