LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerLayoutPosition Constructor(Single,Single,Single,Single)
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerLayoutPosition Class > MedicalViewerLayoutPosition Constructor : MedicalViewerLayoutPosition Constructor(Single,Single,Single,Single)



leftTopX
The left top X position.
leftTopY
The left top Y position.
rightBottomX
The right bottom X position.
rightBottomY
The right bottom Y position.
Initializes a new instance of the MedicalViewerLayoutPosition class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal leftTopX As Single, _
   ByVal leftTopY As Single, _
   ByVal rightBottomX As Single, _
   ByVal rightBottomY As Single _
)
Visual Basic (Usage)Copy Code
Dim leftTopX As Single
Dim leftTopY As Single
Dim rightBottomX As Single
Dim rightBottomY As Single
 
Dim instance As New MedicalViewerLayoutPosition(leftTopX, leftTopY, rightBottomX, rightBottomY)
C# 
public MedicalViewerLayoutPosition( 
   float leftTopX,
   float leftTopY,
   float rightBottomX,
   float rightBottomY
)
C++/CLI 
public:
MedicalViewerLayoutPosition( 
   float leftTopX,
   float leftTopY,
   float rightBottomX,
   float rightBottomY
)

Parameters

leftTopX
The left top X position.
leftTopY
The left top Y position.
rightBottomX
The right bottom X position.
rightBottomY
The right bottom Y position.

Example

For an example, refer to MedicalViewer.SaveLayout

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features