ImageGear for .NET
Rectangle Class
See Also  Members   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : Rectangle Class

Glossary Item Box

A rectangle in an X/Y coordinate space.

Syntax

ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.Rectangle = function( 
   x : Number,
   y : Number,
   width : Number,
   height : Number
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.Rectangle();

Remarks

This object has x, y, width, and height properties and represents a rectangle in a cartesian coordinate space. The ImageGear product uses this object in a variety of places to represent an area on a window or on an image.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.Rectangle

See Also

©2013. Accusoft Corporation. All Rights Reserved.