Cached Page Image.
More...
|
| CachedPageImage (float scale, Image image) |
| Initializes a new instance of the CachedPageImage class. More...
|
|
bool | Matches (float scale) |
| gets whether the scale that was specified when the T:CachedPageImage was created is the same, or very similar to, the specified scale. More...
|
|
void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
◆ CachedPageImage()
SolidFramework.Forms.CachedPageImage.CachedPageImage |
( |
float |
scale, |
|
|
Image |
image |
|
) |
| |
Initializes a new instance of the CachedPageImage class.
- Parameters
-
scale | The scale. |
image | The image. |
◆ Matches()
bool SolidFramework.Forms.CachedPageImage.Matches |
( |
float |
scale | ) |
|
gets whether the scale that was specified when the T:CachedPageImage was created is the same, or very similar to, the specified scale.
- Parameters
-
- Returns
True
if the scale is the same (to 5 decimal places) as that used when creating the object, otherwise false
.
◆ Image
Image SolidFramework.Forms.CachedPageImage.Image |
|
get |
Gets the image.
The image.