RectangleF

Stores a set of four floating-point numbers that represent the location and size of a rectangle.

public class RectangleF
Public Class RectangleF

Inheritance: ObjectRectangleF

Licensing Info

This class is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

Constructors

RectangleF(Int32, Int32, Int32, Int32)Initializes a new instance of the RectangleF class with the specified location (x, y) and size (width, height).

Properties

HeightGets or sets the height of this RectangleF structure.
WidthGets or sets the width of this RectangleF structure.
XGets or sets the x-coordinate of the upper-left corner of this RectangleF structure.
YGets or sets the y-coordinate of the upper-left corner of this RectangleF structure.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Rasterizer

In this topic