ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / BitmapProperties1 Class / BitmapProperties1 Constructor / BitmapProperties1 Constructor(PixelFormat,Single,Single)
The pixel format.
The dpi X.
The dpi Y.

In This Topic
    BitmapProperties1 Constructor(PixelFormat,Single,Single)
    In This Topic
    Initializes a new instance of the BitmapProperties struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pixelFormat As PixelFormat, _
       ByVal dpiX As System.Single, _
       ByVal dpiY As System.Single _
    )
    public BitmapProperties1( 
       PixelFormat pixelFormat,
       System.float dpiX,
       System.float dpiY
    )

    Parameters

    pixelFormat
    The pixel format.
    dpiX
    The dpi X.
    dpiY
    The dpi Y.
    See Also