NodeShape.FindFreeArea(RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a free area inside this shape.
public:
Microsoft::VisualStudio::Modeling::Diagrams::PointD FindFreeArea(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD freeArea);
public Microsoft.VisualStudio.Modeling.Diagrams.PointD FindFreeArea (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD freeArea);
override this.FindFreeArea : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public Function FindFreeArea (freeArea As RectangleD) As PointD
Parameters
- freeArea
- RectangleD
The free area needed.
Returns
Top-left position of free area found.