RECTL 構造体

宣言文
Type RECTL
        Left As Long
        Top As Long
        Right As Long
        Bottom As Long
End Type
備考
Structure RECTL
        Left As Integer
        Top As Integer
        Right As Integer
        Bottom As Integer
End Structure