ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Size2F Structure / Size2F Constructor / Size2F Constructor(Single,Single)

In This Topic
    Size2F Constructor(Single,Single)
    In This Topic
    Initializes a new instance of the Size2F struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    public Size2F( 
       System.float width,
       System.float height
    )

    Parameters

    width
    height
    See Also