GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / GetBitmap Method
In This Topic
    GetBitmap Method (GoRuler)
    In This Topic
    Gets a Bitmap image of the ruler, excluding any cursors.
    Syntax
    public Bitmap GetBitmap()

    Return Value

    Returns the Bitmap image used by the ruler. Do not Dispose it. The bitmap may be out of date if any changes have been made since the bitmap was returned by this method.
    See Also