←Select platform

ImagePhysicalSize Method

Summary

Gets a Leadtools.RasterImage's dimensions corrected for resolution (DPI).

Syntax

C#
VB
C++
public static SizeF ImagePhysicalSize( 
   RasterImage image, 
   Graphics graphics 
) 
Public Shared Function ImagePhysicalSize( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal graphics As Graphics _ 
) As SizeF 
public: 
static SizeF ImagePhysicalSize(  
   Leadtools.RasterImage^ image, 
   Graphics^ graphics 
)  

Parameters

image
The source image.

graphics
The reference System.Drawing.Graphics object.

Return Value

This Leadtools.RasterImage dimensions corrected for resolution (DPI)

Remarks

The RasterImage.XResolution and RasterImage.YResolution properties return the physical size of the Leadtools.RasterImage in dots per inch (DPI). This method returns the image size in pixels if it was to be drawn into the given System.Drawing.Graphics object.

For more information refer to RasterImage and GDI/GDI+.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly