dotnetCHARTING Send comments on this topic.
ElementMarker Constructor(String)
See Also 
dotnetCHARTING Namespace > ElementMarker Class > ElementMarker Constructor : ElementMarker Constructor(String)


imagePath
Absolute path of an image.
Initializes an instance of ElementMarker with an image.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal imagePath As String _
)
Visual Basic (Usage) Copy Code
Dim imagePath As String
 
Dim instance As ElementMarker(imagePath)
C#  
public ElementMarker( 
   string imagePath
)

Parameters

imagePath
Absolute path of an image.

See Also