Name

RECT

Synopsis

Defines the boundaries of a rectangular shape:

Public Type RECT
        Left As Long       
        Top As Long       
        Right As Long       
        Bottom As Long       
End Type

Structure Members

Left

Equal to the Left property of a form

Top

Equal to the Top property of a form

Right

Equal to the Width property of a form

Bottom

Equal to the Height property of a form

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.