This document is archived and information here might be outdated. Recommended version. |
Initialize the dynamic glyph factory.
[Visual Basic .NET] Public Sub Init ( _ ByVal ScreenDisplay As IScreenDisplay _ )
[C#] public void Init ( IScreenDisplay ScreenDisplay );
[C++]
HRESULT Init(
IScreenDisplay* ScreenDisplay
);
[C++] Parameters ScreenDisplay [in]
ScreenDisplay is a parameter of type IScreenDisplay*
This method should only be used after co-creating a Dynamic Glyph Factory. There is no need to init a Dynamic Glyph Factory that was retrieved from a Dynamic Display object.