←Select platform

StentEnhancementMarkers Constructor

Summary

Initializes a new instance of the StentEnhancementMarkers class object with explicit parameters.

Syntax
C#
VB
C++
public StentEnhancementMarkers( 
   int x1, 
   int y1, 
   int x2, 
   int y2 
) 
Public Function New( _ 
   ByVal x1 As Integer, _ 
   ByVal y1 As Integer, _ 
   ByVal x2 As Integer, _ 
   ByVal y2 As Integer _ 
) 
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

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

Leadtools.ImageProcessing.Core Assembly