ImageHelper.GetImageSize(Image) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the image in world units.
public:
static System::Drawing::SizeF GetImageSize(System::Drawing::Image ^ image);
public static System.Drawing.SizeF GetImageSize (System.Drawing.Image image);
static member GetImageSize : System.Drawing.Image -> System.Drawing.SizeF
Public Shared Function GetImageSize (image As Image) As SizeF
Parameters
- image
- Image
The image to query for its size.