Condividi tramite


VGGraph.ObjectsInRectangle[Double, Double, Double, Double, Boolean] Property

Definition

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

Property Value

Applies to