GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / IsRenderingBitmap Property
In This Topic
    IsRenderingBitmap Property
    In This Topic
    This property is true when this GoView is producing a Bitmap.
    Syntax
    public bool IsRenderingBitmap {get;}

    Property Value

    The value is false when rendering onto the screen or not rendering at all.
    See Also