[]
Initializes a new instance of ImageEx.
ImageEx CreateImage(ImageInfo image)
Type | Name | Description |
---|---|---|
ImageInfo | image |
Type | Description |
---|---|
ImageEx |
Initializes a new instance of ImageEx and supplies a unique id for which the IDrawingCanvas can implement caching.
ImageEx CreateImage(ImageInfo image, string cacheID)
Type | Name | Description |
---|---|---|
ImageInfo | image | |
string | cacheID |
Type | Description |
---|---|
ImageEx |