Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceSymbolBase Class / ScaleForDPI Method

In This Topic
    ScaleForDPI Method (UserInterfaceSymbolBase)
    In This Topic
    Scales the element for high DPI settings.
    Syntax
    'Declaration
     
    Public Overrides Sub ScaleForDPI() 
    public override void ScaleForDPI()
    Remarks
    This method needs to be called if the element is added outside of the InitializeComponents() to adjust the rendering for high dpi settings.
    See Also