[]
Gets or sets a delegate that accepts a GcGraphics object and a Layer and draws the layer on the graphics.
public Action<GcGraphics, Layer> Draw { get; set; }
Public Property Draw As Action(Of GcGraphics, Layer)