Method CalcScrolledPositionD
CalcScrolledPositionD(PointD)
Translates the logical coordinates to the device ones.
public virtual PointD CalcScrolledPositionD(PointD point)
Parameters
point
PointDLogical coordinates.
Returns
Remarks
For example, if a control is scrolled 10 pixels to the bottom, the device coordinates of the origin are (0, 0) (as always), but the logical coordinates are (0, 10) and so the call to CalcScrolledPosition(0, 10) will return 0 in y.