MedicalViewerLayoutPosition Constructor(float,float,float,float)

Summary

Initializes a new instance of the MedicalViewerLayoutPosition class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal leftTopX As Single, _ 
   ByVal leftTopY As Single, _ 
   ByVal rightBottomX As Single, _ 
   ByVal rightBottomY As Single _ 
) 
            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 SaveLayout

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly