Renders the contents of an image file (such as PNG or JPG) into a rectangular area.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxImage : GwxElement
Visual Basic
Public NotInheritable Class GwxImage _
	Inherits GwxElement
JScript
public final class GwxImage extends GwxElement

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxImage

See Also