Retrieves the data object corresponding to the object passed as the parameter.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Function GetDataPoint( _
ByVal dataContext As Object _
) As GraphicsDataSource.DataObject |
C# | |
---|
protected virtual GraphicsDataSource.DataObject GetDataPoint(
object dataContext
) |
Parameters
- dataContext
- The data context used for the graphics.
Return Value
The data point associated with the object.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also