GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / RenderControlsAndForms Method
In This Topic
    RenderControlsAndForms Method
    In This Topic
    Generate any additional elements that do not represent GoObjects but are needed for interactive behavior and application-specific functionality.
    Syntax
    protected virtual void RenderControlsAndForms()
    Remarks
    By default this just calls RenderPanAndZoomControls, RenderToolTip, and RenderRubberBand.
    See Also