UpdateDimensions

RasterCachedImage.UpdateDimensions method

Updates the image dimensions.

protected abstract void UpdateDimensions(int newWidth, int newHeight)
parameterdescription
newWidthThe new image width.
newHeightThe new image height.

See Also