C# Class QRCoder.QRCodeGenerator.Rectangle

显示文件 Open project: KN4CK3R/KeePassQRCodeView

Public Properties

Property Type Description
Height int
Width int
X int
Y int

Public Methods

Method Description
Rectangle ( int x, int y, int w, int h ) : System

Method Details

Rectangle() public method

public Rectangle ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
return System

Property Details

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int