C# Class ARCed.Scintilla.PrintRectangle

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode Description
PrintRectangle ( int iLeft, int iTop, int iRight, int iBottom ) : System.Runtime.InteropServices

Method Details

PrintRectangle() public méthode

public PrintRectangle ( int iLeft, int iTop, int iRight, int iBottom ) : System.Runtime.InteropServices
iLeft int
iTop int
iRight int
iBottom int
Résultat System.Runtime.InteropServices

Property Details

Bottom public_oe property

FixedY Y Bounds Coordinate
public int Bottom
Résultat int

Left public_oe property

Left X Bounds Coordinate
public int Left
Résultat int

Right public_oe property

Right X Bounds Coordinate
public int Right
Résultat int

Top public_oe property

Top Y Bounds Coordinate
public int Top
Résultat int