'Declaration Public MustOverride Function GetDrawingBox( _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.Wpf.WpfDrawingSurface _
) As System.Windows.Rect
public abstract System.Windows.Rect GetDrawingBox(
Vintasoft.Imaging.Wpf.WpfDrawingSurface drawingSurface
)
public: abstract System.Windows.Rect* GetDrawingBox(
Vintasoft.Imaging.Wpf.WpfDrawingSurface* drawingSurface
)
public:
abstract System.Windows.Rect^ GetDrawingBox(
Vintasoft.Imaging.Wpf.WpfDrawingSurface^ drawingSurface
)
Parameters
- drawingSurface
- The object that provides information about drawing surface.
Return Value
Drawing box, in the image space, of annotation.