Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Public Member Functions | |
def | __init__ (self, x, y, width, height) |
def | getX (self) |
def | getY (self) |
def | getLeft (self) |
def | getTop (self) |
def | getRight (self) |
def | getBottom (self) |
def | getWidth (self) |
def | getHeight (self) |
def | toString (self) |
def | intersectsWithInclusive (self, rectangle) |
def | isEmpty (self) |
Static Public Member Functions | |
def | intersect (a, b) |
def | fromLTRB (left, top, right, bottom) |
Public Attributes | |
x | |
y | |
width | |
height | |
Static Public Attributes | |
int | x = 0 |
int | y = 0 |
int | width = 0 |
int | height = 0 |
def asposebarcode.Assist.Rectangle.__init__ | ( | self, | |
x, | |||
y, | |||
width, | |||
height | |||
) |
|
static |
def asposebarcode.Assist.Rectangle.getBottom | ( | self | ) |
def asposebarcode.Assist.Rectangle.getHeight | ( | self | ) |
def asposebarcode.Assist.Rectangle.getLeft | ( | self | ) |
def asposebarcode.Assist.Rectangle.getRight | ( | self | ) |
def asposebarcode.Assist.Rectangle.getTop | ( | self | ) |
def asposebarcode.Assist.Rectangle.getWidth | ( | self | ) |
def asposebarcode.Assist.Rectangle.getX | ( | self | ) |
def asposebarcode.Assist.Rectangle.getY | ( | self | ) |
|
static |
def asposebarcode.Assist.Rectangle.intersectsWithInclusive | ( | self, | |
rectangle | |||
) |
def asposebarcode.Assist.Rectangle.isEmpty | ( | self | ) |
def asposebarcode.Assist.Rectangle.toString | ( | self | ) |
|
static |
asposebarcode.Assist.Rectangle.height |
|
static |
asposebarcode.Assist.Rectangle.width |
|
static |
asposebarcode.Assist.Rectangle.x |
|
static |
asposebarcode.Assist.Rectangle.y |