Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / Draw Property

In This Topic
    Draw Property (Layer)
    In This Topic
    Gets or sets a delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer and draws the layer on the graphics.
    Syntax
    'Declaration
     
    Public Property Draw As System.Action(Of GcGraphics,Layer)
    public System.Action<GcGraphics,Layer> Draw {get; set;}
    See Also