名前 | 解説 | |
---|---|---|
CreateView | オーバーロードされます。 Creates a View object that encapsulates a GrapeCity.Documents.Layout.LayoutView and adds it as the top layer. | |
GetViews | Returns the array of views on this Surface. | |
PerformLayout | Recalculates the layout of all Visual and Space objects on this Surface. | |
Render | Draws this Surface on a specified GrapeCity.Documents.Drawing.GcGraphics object.
This method first calls PerformLayout, if the call succeeds it then draws all layers starting with the bottom layer and going up. For each layer, it draws all visuals from the bottom to the top one, followed by drawing the layer's sub-layers. The process repeats until the topmost visual of the top layer has been drawn. | |
ToString | Returns a string that represents the current Surface. |