LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

StentEnhancementMarkers Constructor (StentEnhancementMarkers)

Show in webframe







the x value of the first point
the y value of the second point
the x value of the first point
the y value of the second point
Initializes a new instance of the StentEnhancementMarkers class object with explicit parameters.
Syntax
public StentEnhancementMarkers( 
   int x1,
   int y1,
   int x2,
   int y2
)
'Declaration
 
Public Function New( _
   ByVal x1 As Integer, _
   ByVal y1 As Integer, _
   ByVal x2 As Integer, _
   ByVal y2 As Integer _
)
'Usage
 
Dim x1 As Integer
Dim y1 As Integer
Dim x2 As Integer
Dim y2 As Integer
 
Dim instance As New StentEnhancementMarkers(x1, y1, x2, y2)
public StentEnhancementMarkers( 
   int x1,
   int y1,
   int x2,
   int y2
)

            

            
function StentEnhancementMarkers( 
   x1 ,
   y1 ,
   x2 ,
   y2 
)
public:
StentEnhancementMarkers( 
   int x1,
   int y1,
   int x2,
   int y2
)

Parameters

x1
the x value of the first point
y1
the y value of the second point
x2
the x value of the first point
y2
the y value of the second point
Requirements

Target Platforms

See Also

Reference

StentEnhancementMarkers Structure
StentEnhancementMarkers Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.