ImageDrawMode Enumeration

GeonBit.UI

ImageDrawMode Enumeration
Image drawing modes, eg how to draw the image and fill the destination rectangle with its texture.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ImageDrawMode
Members
  Member nameValueDescription
Stretch0With this mode texture will just stretch over the entire size of the destination rectangle.
Panel1With this mode texture will be tiled and drawed with a frame, just like panels.
See Also