ESRI.ArcGIS.ADF.IMS
TrueTypeMarkerSymbol Constructor(FontInfo,Char)
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > TrueTypeMarkerSymbol Class > TrueTypeMarkerSymbol Constructor : TrueTypeMarkerSymbol Constructor(FontInfo,Char)




font
The FontInfo object that describes the font to use.
character
The individual character within the font to use.
Constructs a TrueTypeMarkerSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal font As FontInfo, _
   ByVal character As Char _
)
Visual Basic (Usage)Copy Code
Dim font As FontInfo
Dim character As Char
 
Dim instance As TrueTypeMarkerSymbol(font, character)
C# 
public TrueTypeMarkerSymbol( 
   FontInfo font,
   char character
)

Parameters

font
The FontInfo object that describes the font to use.
character
The individual character within the font to use.

Example

See the overview of this class for an example of using TrueTypeMarkerSymbol.

See Also

© 2010 All Rights Reserved.