RECT

  Examples > Access to Entities > Visual Basic > Types >

RECT

Previous pageReturn to chapter overviewNext page

The RECT type contains rectangle coordinates.

 

Syntax

 

Private Type RECT

        Left As Long

        Top As Long

        Right As Long

        Bottom As Long

End Type

 

 

See Also

CADData  | CADExtendedData  | CADParam  | CADPoint  | LOGFONT  | POINTAPI  | RECTAPI  


© 2003-2024 CADSoftTools

 

Go to CAD DLL