DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class
Properties Methods

ObjectRect Class Members

The following tables list the members exposed by ObjectRect.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the y-coordinate of the bottom edge of this ObjectRect, in graphic units.  
Public PropertyGets or sets the height of this ObjectRect, in graphic units.  
Public PropertyGets or sets the x-coordinate of the left edge of this ObjectRect, in graphic units.  
Public PropertyGets or sets the x-coordinate of the right edge of this ObjectRect, in graphic units.  
Public PropertyGets or sets the custom data associated with this ObjectRect.  
Public PropertyGets or sets the y-coordinate of the top edge of this ObjectRect, in graphic units.  
Public PropertyGets or sets the width of this ObjectRect, in graphic units.  
Public PropertyGets or sets the x-coordinate of the left edge of this ObjectRect, in graphic units.  
Public PropertyGets or sets the y-coordinate of the top edge of this ObjectRect, in graphic units.  
Top
Public Methods
 NameDescription
Public MethodDetermines if the specified point is contained within this rectangle.  
Public Methodstatic (Shared in Visual Basic)Creates an instance of ObjectRect from (left, top, right, bottom) coordinates.  
Public MethodInflates the rectangle by the specified amount.  
Public MethodDetermines if this rectangle intersects with rect.  
Public MethodOffsets the rectangle by the specified amount.  
Public MethodOverloaded. Scales all coordinates of a rectangle by the specified scaleFactor.  
Public MethodConverts an ObjectRect to System.Drawing.RectangleF.  
Top
Public Operators
Overloaded. Performs an explicit conversion from ObjectRect to System.Drawing.RectangleF.
Top
See Also