VGGraph.ObjectsInRectangle[Double, Double, Double, Double, Boolean] Property
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.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObjectList ^ ObjectsInRectangle[double, double, double, double, bool] { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObjectList ^ get(double x0, double y0, double x1, double y1, bool searchSubGraphs); };
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObjectList ObjectsInRectangle[double x0, double y0, double x1, double y1, bool searchSubGraphs] { get; }
member this.ObjectsInRectangle(double * double * double * double * bool) : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObjectList
Public ReadOnly Property ObjectsInRectangle(x0 As Double, y0 As Double, x1 As Double, y1 As Double, searchSubGraphs As Boolean) As VGLayoutObjectList
Parameters
- x0
- Double
- y0
- Double
- x1
- Double
- y1
- Double
- searchSubGraphs
- Boolean