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
)
Public Shared Function ImageSize (
path As String
) As Size
Parameters
- path
- Type: SystemString
The virtual path to the image file.
Return Value
Type:
SizeThe image dimensions.
See Also