Click or drag to resize

GH_GraphicsUtilRenderCenteredIcon Method

Overload List
  NameDescription
Public methodStatic memberRenderCenteredIcon(Graphics, RectangleF, Image) Obsolete.
Draw an icon centered in a frame. This code is not zoom-aware, but it will perform consistent rounding (to avoid pixel-jitter when moving the frame across the screen). Icon will not be clipped to the frame.
Public methodStatic memberRenderCenteredIcon(Graphics, RectangleF, Image, Double)
Draw an icon centered in a frame. This code is not zoom-aware, but it will perform consistent rounding (to avoid pixel-jitter when moving the frame across the screen). Icon will not be clipped to the frame.
Public methodStatic memberRenderCenteredIcon(Graphics, RectangleF, Image, Single) Obsolete.
Draw an icon centered in a frame. This code is not zoom-aware, but it will perform consistent rounding (to avoid pixel-jitter when moving the frame across the screen). Icon will not be clipped to the frame.
Top
See Also