C# Class QRCoder.QRCodeGenerator.Rectangle

Afficher le fichier Open project: KN4CK3R/KeePassQRCodeView

Méthodes publiques

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

Méthodes publiques

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

Method Details

Rectangle() public méthode

public Rectangle ( 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