ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / DotsPerInch Property

In This Topic
    DotsPerInch Property (RenderTarget)
    In This Topic
    Get or sets the dots per inch (DPI) of the render target.
    Syntax
    'Declaration
     
    Public Property DotsPerInch As Size2F
    public Size2F DotsPerInch {get; set;}
    See Also