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


imagePath
Absolute path of an image.
maxSize
Maximum width or height of the image.
Initializes an instance of ElementMarker with an image and size.

Syntax

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

Parameters

imagePath
Absolute path of an image.
maxSize
Maximum width or height of the image.

See Also

© 2010 All Rights Reserved.