Creates a nested
View object and adds it on top of other nested layers.
シンタックス
'宣言
Public Overloads Function CreateSubView( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Action(Of GcGraphics,Layer) _
) As View
public View CreateSubView(
System.float ,
System.float ,
System.Action<GcGraphics,Layer>
)
パラメータ
- width
- The width of the GrapeCity.Documents.Layout.LayoutView rectangle.
- height
- The height of the GrapeCity.Documents.Layout.LayoutView rectangle.
- draw
- A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer, and draws the layer on the graphics.
参照