ComponentOne Bitmap for UWP
FromDips(Point2F,Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > FromDips Method : FromDips(Point2F,Single,Single) Method
Converts a point from DIPs to pixels.
Syntax
'Declaration
 
Public Overloads Shared Function FromDips( _
   ByVal pt As Point2F, _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single _
) As Point2F
public static Point2F FromDips( 
   Point2F pt,
   System.float dpiX,
   System.float dpiY
)

Parameters

pt
dpiX
dpiY
See Also

Reference

Point2F Structure
Point2F Members
Overload List