A class for CellRect, conforming to the ICellRect protocol. More...
Public Member Functions | |
__init__ (self, float xdim=0.0, float ydim=0.0, Optional[IRuler] ruler=None) | |
Public Attributes | |
ydim | |
![]() | |
ruler | |
xdim | |
Additional Inherited Members | |
![]() | |
IRuler | ruler |
float | xdim |
![]() | |
float | ydim |
A class for CellRect, conforming to the ICellRect protocol.
LabelMaker.Interfaces.IBarcode2D.CellRect.__init__ | ( | self, | |
float | xdim = 0.0, | ||
float | ydim = 0.0, | ||
Optional[IRuler] | ruler = None ) |
Reimplemented from LabelMaker.Interfaces.IBarcode2D.ACellSquare.
LabelMaker.Interfaces.IBarcode2D.CellRect.ydim |