Table of Contents

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

x float
y float

Properties

X

public float X { get; set; }

Property Value

float

Y

public float Y { get; set; }

Property Value

float