Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetPoint Method / GetPoint(String,Point) Method

In This Topic
    GetPoint(String,Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetPoint( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Drawing.Point _
    ) As System.Drawing.Point
    public System.Drawing.Point GetPoint( 
       System.string path,
       System.Drawing.Point defaultValue
    )

    Parameters

    path
    defaultValue
    See Also