C# Class btswebdoc.CmdClient.SelectionArea

Afficher le fichier Open project: riha/btswebdoc Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Width int
X int
Y int

Méthodes publiques

Méthode Description
GetRectangle ( ) : Rectangle
SelectionArea ( ) : System
SelectionArea ( int x, int y, int w, int h ) : System

Method Details

GetRectangle() public méthode

public GetRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

SelectionArea() public méthode

public SelectionArea ( ) : System
Résultat System

SelectionArea() public méthode

public SelectionArea ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int