Skip to content

Offset issue when starting selection with fast mouse movement and lag during large image selection #57

@gw43729417

Description

@gw43729417

The issue can be resolved by placing StartDrag(e) inside protected override void OnMouseDown(MouseEventArgs e).

When the image is too large, significant lag occurs when zooming out and selecting a large area. Testing shows this is caused by e.Graphics.FillRectangle. Can an optional property be added, such as "FillSelectionArea," to provide more flexibility?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions