←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly