Class SeadragonRect
Inheritance
System.Object
SeadragonRect
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.0Syntax
public class SeadragonRect
Constructors
SeadragonRect()
Declaration
public SeadragonRect()
SeadragonRect(Single, Single)
Declaration
public SeadragonRect(float width, float height)
Parameters
Type | Name | Description |
---|---|---|
System.Single | width | |
System.Single | height |
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Point
Declaration
public SeadragonPoint Point { get; }
Property Value
Type | Description |
---|---|
SeadragonPoint |
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |