'Declaration Public Overloads Sub BeginLayer( _ ByVal layerName As System.String _ )
public void BeginLayer( System.string layerName )
Parameters
- layerName
- The name of the target layer.
The EndLayer method must be called to end rendering to the specified layer.
'Declaration Public Overloads Sub BeginLayer( _ ByVal layerName As System.String _ )
public void BeginLayer( System.string layerName )