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

Leadtools.ImageProcessing.Core Assembly