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