ScanUtilsdisplayImageOnForm Method |
Returns a newly created form with control displaying the given image.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Form displayImageOnForm(
Image img,
Control owner,
bool zoomed
)
Public Shared Function displayImageOnForm (
img As Image,
owner As Control,
zoomed As Boolean
) As Form
public:
static Form^ displayImageOnForm(
Image^ img,
Control^ owner,
bool zoomed
)
static member displayImageOnForm :
img : Image *
owner : Control *
zoomed : bool -> Form
Parameters
- img
- Type: System.DrawingImage
- owner
- Type: System.Windows.FormsControl
- zoomed
- Type: SystemBoolean
Return Value
Type:
FormSee Also