Tanoda
B83.Win32.RECT Struct Reference

Public Member Functions

 RECT (int left, int top, int right, int bottom)
 
override string ToString ()
 

Public Attributes

int Left
 
int Top
 
int Right
 
int Bottom
 

Detailed Description

Definition at line 334 of file B83.Win32.cs.

Constructor & Destructor Documentation

◆ RECT()

B83.Win32.RECT.RECT ( int  left,
int  top,
int  right,
int  bottom 
)

Definition at line 338 of file B83.Win32.cs.

Member Function Documentation

◆ ToString()

override string B83.Win32.RECT.ToString ( )

Definition at line 345 of file B83.Win32.cs.

Member Data Documentation

◆ Bottom

int B83.Win32.RECT.Bottom

Definition at line 336 of file B83.Win32.cs.

◆ Left

int B83.Win32.RECT.Left

Definition at line 336 of file B83.Win32.cs.

◆ Right

int B83.Win32.RECT.Right

Definition at line 336 of file B83.Win32.cs.

◆ Top

int B83.Win32.RECT.Top

Definition at line 336 of file B83.Win32.cs.


The documentation for this struct was generated from the following file: