Click or drag to resize

ImageManagerPixelSize Method

Gets the size, in pixels, for the specified image size.

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int PixelSize(
	ImageFileSize size,
	bool thumb
)

Parameters

size
Type: NetQuarry.Util.ImageImageFileSize
The image size.
thumb
Type: SystemBoolean
Specifies whether to get the thumbnail size or the standard image size.

Return Value

Type: Int32
The image size, in pixels, or zero if the specified size is not recognized.
See Also