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
 

Constructor & Destructor Documentation

◆ __init__()

def asposebarcode.Assist.Rectangle.__init__ (   self,
  x,
  y,
  width,
  height 
)

Member Function Documentation

◆ fromLTRB()

def asposebarcode.Assist.Rectangle.fromLTRB (   left,
  top,
  right,
  bottom 
)
static

◆ getBottom()

def asposebarcode.Assist.Rectangle.getBottom (   self)

◆ getHeight()

def asposebarcode.Assist.Rectangle.getHeight (   self)

◆ getLeft()

def asposebarcode.Assist.Rectangle.getLeft (   self)

◆ getRight()

def asposebarcode.Assist.Rectangle.getRight (   self)

◆ getTop()

def asposebarcode.Assist.Rectangle.getTop (   self)

◆ getWidth()

def asposebarcode.Assist.Rectangle.getWidth (   self)

◆ getX()

def asposebarcode.Assist.Rectangle.getX (   self)

◆ getY()

def asposebarcode.Assist.Rectangle.getY (   self)

◆ intersect()

def asposebarcode.Assist.Rectangle.intersect (   a,
  b 
)
static

◆ intersectsWithInclusive()

def asposebarcode.Assist.Rectangle.intersectsWithInclusive (   self,
  rectangle 
)

◆ isEmpty()

def asposebarcode.Assist.Rectangle.isEmpty (   self)

◆ toString()

def asposebarcode.Assist.Rectangle.toString (   self)

Member Data Documentation

◆ height [1/2]

int asposebarcode.Assist.Rectangle.height = 0
static

◆ height [2/2]

asposebarcode.Assist.Rectangle.height

◆ width [1/2]

int asposebarcode.Assist.Rectangle.width = 0
static

◆ width [2/2]

asposebarcode.Assist.Rectangle.width

◆ x [1/2]

int asposebarcode.Assist.Rectangle.x = 0
static

◆ x [2/2]

asposebarcode.Assist.Rectangle.x

◆ y [1/2]

int asposebarcode.Assist.Rectangle.y = 0
static

◆ y [2/2]

asposebarcode.Assist.Rectangle.y