Search
ImageComponent Members
Constructors Properties Methods
 


Represents a component that draws a bitmap image.

The following tables list the members exposed by the ImageComponent type.

 Public Constructors

  Name Description

ImageComponent

Initializes a new instance of the ImageComponent class.

 Public Properties

  Name Description

autoSize

Gets or sets a value indicating whether the component should auto-size to match the dimensions of its Image.

imageAlign

Gets or sets the image alignment relative to the component.

location

Gets or sets Image by its file location.

 Public Methods

  Name Description

draw

Component.Draw override. Draws associated Image in specified RenderContext.

measure

Component.Measure override. Measures the desired size of this component.

 See Also