Version

Search Results

Union Method

Gets the union with the specified rectangle. Overload List

Width Property (Rectangle)

Gets or sets the width of the rectangle. Syntax

X Property (Rectangle)

Gets or sets X-coordinate of the upper-left corner of the rectangle. Syntax

Y Property (Rectangle)

Gets or sets Y-coordinate of the upper-left corner of the rectangle. Syntax

Rectangle Constructor()

Initializes a new instance of the Rectangle class. Syntax

Rectangle Constructor(Point,Size)

Initializes a new instance of the Rectangle class. Syntax Parameters point A Point object that represents the upper-left corner of the rectangle.size A Size object that represents the width and the height of the rectangle.

Rectangle Constructor(RectangleF)

Initializes a new instance of the Rectangle class. Syntax Parameters rectangle Native rectangle.

Rectangle Constructor(Single,Single,Single,Single)

Initializes a new instance of the Rectangle class. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.

Rectangle Constructor

Overload List

RGBImageConverter Class

Represents an implementation of RGB converter. Syntax