Class SeadragonPoint
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeadragonPoint
- Inheritance
-
SeadragonPoint
- Inherited Members
Constructors
SeadragonPoint()
public SeadragonPoint()
SeadragonPoint(float, float)
public SeadragonPoint(float x, float y)
Parameters
Properties
X
public float X { get; set; }
Property Value
Y
public float Y { get; set; }