piDogDataView.DataView.PaintScrollingLayer

Scope: Public
Event PaintScrollingLayer(g as Graphics,area As piDogGeometry.DoubleRect,zoom as double=1,xOffset As double=0,yOffset As double=0) As Boolean
area needs to be redrawn. g is the main graphics. m is the graphcs for masking under carbon/win32. Zoom is the scale. xOffset/yOffset should be subtracted from coordinates before drawing.