Initializes a graphics font with the typeface
name and size.
[Visual Basic .NET] |
---|
Public Function InitializeWithNameSize( _
ByVal Name As String, _
ByVal Size As Integer _
) As IAgStkGraphicsGraphicsFont
|
[C#] |
---|
public IAgStkGraphicsGraphicsFont InitializeWithNameSize(
|
[Managed C++] |
---|
public: IAgStkGraphicsGraphicsFont^ InitializeWithNameSize(
|
[Java] |
---|
public IAgStkGraphicsGraphicsFont initializeWithNameSize(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithNameSize(
|
- Name
- The typeface name of the font.
- Size
- The size of the font.