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
)
Public Shared Function PixelSize (
size As ImageFileSize,
thumb As Boolean
) As Integer
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:
Int32The image size, in pixels, or zero if the specified size is not recognized.
See Also