'Declaration Sub SetFont( _ ByVal font As Object _ )
'Declaration
Sub SetFont( _ ByVal font As Object _ )
'Usage Dim instance As IRenderEngine Dim font As Object instance.SetFont(font)
'Usage
Dim instance As IRenderEngine Dim font As Object instance.SetFont(font)
void SetFont( object font )
void SetFont( Object^ font )
IRenderEngine Interface IRenderEngine Members