use PaintEventArgs.ClipRectangle.Location if offset is not used
This commit is contained in:
@@ -456,7 +456,7 @@ Imports Newtonsoft.Json
|
||||
End Sub
|
||||
|
||||
Public Sub Draw(e As PaintEventArgs)
|
||||
Draw(e, PointF.Empty)
|
||||
Draw(e, e.ClipRectangle.Location)
|
||||
End Sub
|
||||
|
||||
Public Sub Draw(e As PaintEventArgs, offset As PointF)
|
||||
|
||||
Reference in New Issue
Block a user