[]
Creates a nested Layer object and adds it on top of other nested layers.
public Layer CreateSubLayer()
Public Function CreateSubLayer() As Layer
Type | Description |
---|---|
Layer |
Creates a nested Layer object and adds it on top of other nested layers.
public Layer CreateSubLayer(Action<GcGraphics, Layer> draw)
Public Function CreateSubLayer(draw As Action(Of GcGraphics, Layer)) As Layer
Type | Name | Description |
---|---|---|
Action<GcGraphics, Layer> | draw | A delegate that accepts a GcGraphics object and a Layer, and draws the layer on the graphics. |
Type | Description |
---|---|
Layer |