ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSource Class / Size Property

In This Topic
    Size Property (BitmapSource)
    In This Topic

    Retrieves the pixel width and height of the bitmap.

    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Size2L
    public Size2L Size {get;}
    See Also