Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As BitmapSourceViewerInteractiveStatus, _ ByVal beginPoint As Point, _ ByVal endPoint As Point _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BitmapSourceViewerLineEventArgs( BitmapSourceViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
Managed Extensions for C++ | |
---|---|
public: BitmapSourceViewerLineEventArgs( BitmapSourceViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
C++/CLI | |
---|---|
public: BitmapSourceViewerLineEventArgs( BitmapSourceViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
Parameters
- status
- The status of the interactive mode.
- beginPoint
- The beginning point for the interactive mode line.
- endPoint
- The end point for the interactive mode line.
For C#/VB examples, refer to InteractivePan.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family