Handles.Label Image Scaling

I am drawing a texture using Handles.Label(vector, image). When I zoom in and out in my scene view, the image becomes larger and smaller. I want the size to remain static. Is this possible? Thank you.

did you search for:

Handles.BeginGUI();
//…
Handles.EndGUI();