Click or drag to resize

EAPUtilImageSize Method (String)

Gets the image size of the specified image file specified by virtual path.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Size ImageSize(
	string path
)

Parameters

path
Type: SystemString
The virtual path to the image file.

Return Value

Type: Size
The image dimensions.
See Also