'Declaration Public Shadows Sub SetGState( _ ByVal graphicsState As ImGearPDEGraphicState _ )
'Usage Dim instance As ImGearPDETextItem Dim graphicsState As ImGearPDEGraphicState instance.SetGState(graphicsState)
public new void SetGState( ImGearPDEGraphicState graphicsState )
public: new void SetGState( ImGearPDEGraphicState* graphicsState )
public: new void SetGState( ImGearPDEGraphicState^ graphicsState )
Parameters
- graphicsState
- The graphics state information to set.