Example #1
0
    def _drawBitmapClickBorder(self, paintDC, w, h):
        ZTool._drawBitmapClickBorder(self, paintDC, w, h)

        (startX, startY, endX, endY) = self._getSepLineBounds()
        drawClickSepLine(paintDC, startX, startY, endX, endY)
Example #2
0
    def _drawGCDCClickBorder(self, dc, w, h):
        ZTool._drawGCDCClickBorder(self, dc, w, h)

        (startX, startY, endX, endY) = self._getSepLineBounds()
        drawClickSepLine(dc, startX, startY, endX, endY)