Class SeadragonPoint

Inheritance
System.Object
SeadragonPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class SeadragonPoint

Constructors

SeadragonPoint()

Declaration
public SeadragonPoint()

SeadragonPoint(Single, Single)

Declaration
public SeadragonPoint(float x, float y)
Parameters
Type Name Description
System.Single x
System.Single y

Properties

X

Declaration
public float X { get; set; }
Property Value
Type Description
System.Single

Y

Declaration
public float Y { get; set; }
Property Value
Type Description
System.Single