In This Topic
Overload List
Overload | Description |
RenderImage Constructor() | Initializes a new instance of the RenderImage class. |
RenderImage Constructor(Image) | Initializes a new instance of the RenderImage class, assigning the Image property. |
RenderImage Constructor(String) | Initializes a new instance of the RenderImage class, assigning the ImageName property. |
RenderImage Constructor(Image,Style) | Initializes a new instance of the RenderImage class, assigning the Image property, and specifying a Style to use. |
RenderImage Constructor(String,Style) | Initializes a new instance of the RenderImage class, assigning the Image property, and specifying a Style to use. |
RenderImage Constructor(Image,ImageAlign) | Initializes a new instance of the RenderImage class, assigning the Image property, and specifying a ImageAlign to use. |
RenderImage Constructor(String,ImageAlign) | Initializes a new instance of the RenderImage class, assigning the Image property, and specifying a ImageAlign to use. |
See Also