ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / Height Property

In This Topic
    Height Property (C1Bitmap)
    In This Topic
    Gets the height of the C1Bitmap, in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property Height As System.Integer
    public System.int Height {get;}
    See Also