ComponentOne Themes for WinForms
GetPoint Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : GetPoint Method
The target path.
Gets a System.Drawing.Point specified by a path.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal path As System.String _
) As System.Drawing.Point
public System.Drawing.Point GetPoint( 
   System.string path
)

Parameters

path
The target path.

Return Value

The point specified by path.
See Also

Reference

C1Theme Class
C1Theme Members