VisioForge (c) 2025

Search Results for

    Class ScreenExtensions

    Screen extensions.

    Inheritance
    object
    ScreenExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.UI
    Assembly: VisioForge.Core.dll
    Syntax
    public static class ScreenExtensions

    Methods

    GetDpi(Screen, DpiType, out uint, out uint)

    Gets DPI.

    Declaration
    public static void GetDpi(this Screen screen, DpiType dpiType, out uint dpiX, out uint dpiY)
    Parameters
    Type Name Description
    Screen screen

    Screen.

    DpiType dpiType

    DPI type.

    uint dpiX

    DPI X.

    uint dpiY

    DPI Y.