Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

tagRECT

A rectangle with integer point dimensions.

Syntax

VB.NETStructure tagRect
Dim left As IntegerThe location of the top/left corner of the rectangle
Dim top As IntegerThe location of the top/left corner of the rectangle
Dim width As IntegerThe width of the rectangle
Dim height As IntegerThe height of the rectangle
End Structure
VBType tagRect
left As LongThe location of the top/left corner of the rectangle
top As LongThe location of the top/left corner of the rectangle
width As LongThe width of the rectangle
height As LongThe height of the rectangle
End Type
C#struct tagRect {
int left;The location of the top/left corner of the rectangle
int top;The location of the top/left corner of the rectangle
int width;The width of the rectangle
int height;The height of the rectangle
};
C, C++struct tagRect {
long left;The location of the top/left corner of the rectangle
long top;The location of the top/left corner of the rectangle
long width;The width of the rectangle
long height;The height of the rectangle
};

Members

left

Defines the location of the top/left corner of the rectangle.

top

Defines the location of the top/left corner of the rectangle.

width

Defines the width of the rectangle.

height

Defines the height of the rectangle.

See Also Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.