VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / GetDevicePixelSize() Method
Syntax Requirements SeeAlso
In This Topic
    GetDevicePixelSize() Method (DrawingEngine)
    In This Topic
    Returns the size of the device pixel, in world space.
    Syntax
    'Declaration
    
    Public Function GetDevicePixelSize() As System.Drawing.SizeF
    
    
    public System.Drawing.SizeF GetDevicePixelSize()
    
    
    public: System.Drawing.SizeF* GetDevicePixelSize()
    
    
    public:
    System.Drawing.SizeF^ GetDevicePixelSize()

    Return Value

    The pixel size, in world space.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also