ImageGear for .NET
Rectangle class
Members  

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

Reference

ImageGear.Web.UI Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback