'Declaration Public Sub RunSetGState( _ ByVal index As Integer, _ ByVal graphicsState As ImGearPDEGraphicState _ )
'Usage Dim instance As ImGearPDEText Dim index As Integer Dim graphicsState As ImGearPDEGraphicState instance.RunSetGState(index, graphicsState)
public void RunSetGState( int index, ImGearPDEGraphicState graphicsState )
public: void RunSetGState( int index, ImGearPDEGraphicState* graphicsState )
public: void RunSetGState( int index, ImGearPDEGraphicState^ graphicsState )
Parameters
- index
- Index of the text run.
- graphicsState
- ImGearPDEGraphicState with graphics state to set.