ImageGear for .NET
CreateFromMinMax64 Method
See Also  Example Send Feedback
ImageGear21.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearVOIWindow Structure : CreateFromMinMax64 Method




min
Window Minimum.
max
Window Maximum.

Glossary Item Box

Creates Window transform from Window minimum (64 bit) and maximum (64 bit) values.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

min
Window Minimum.
max
Window Maximum.

Return Value

ImGearVOIWindow structure object.

Remarks

This method creates Window transform from Minimum and Maximum 64 bit values.

Example

C#Copy Code
ImGearVOIWindow window64 = ImGearVOIWindow.CreateFromMinMax64(1024, 2048);
Visual BasicCopy Code
Dim window64 As ImGearVOIWindow = ImGearVOIWindow.CreateFromMinMax64(1024, 2048)

See Also

©2013. Accusoft Corporation. All Rights Reserved.