Gets a rectangle bounding the area around which a bevel is drawn.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract VectorRectangle GetDockingBounds( VectorRectangle rectangle ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function GetDockingBounds ( _ rectangle As VectorRectangle _ ) As VectorRectangle |
Visual C++ |
---|
public: virtual VectorRectangle GetDockingBounds( VectorRectangle rectangle ) abstract |
Parameters
- rectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle