Table of Contents

Class SeadragonRect

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeadragonRect
Inheritance
SeadragonRect
Inherited Members

Constructors

SeadragonRect()

public SeadragonRect()

SeadragonRect(float, float)

public SeadragonRect(float width, float height)

Parameters

width float
height float

Properties

Height

public float Height { get; set; }

Property Value

float

Point

public SeadragonPoint Point { get; }

Property Value

SeadragonPoint

Width

public float Width { get; set; }

Property Value

float