PointToScreen Method (MaskField)
In This Topic
Syntax
'Declaration
Public Function PointToScreen( _
ByVal As Point _
) As Point
'Usage
Dim instance As MaskField
Dim point As Point
Dim value As Point
value = instance.PointToScreen(point)
public Point PointToScreen(
Point
)
Parameters
- point
See Also