Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetDrawingFont Method
Created font


In This Topic
    GetDrawingFont Method (SuperEditBase)
    In This Topic
    Gets the font for painting.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDrawingFont( _
       ByRef fontCreated As Boolean _
    ) As Font
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim fontCreated As Boolean
    Dim value As Font
     
    value = instance.GetDrawingFont(fontCreated)
    protected virtual Font GetDrawingFont( 
       out bool fontCreated
    )

    Parameters

    fontCreated
    Created font
    See Also