VGGraph.FindFreeArea 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.
public:
void FindFreeArea(double aimForX, double aimForY, double averageConnectivityX, double averageConnectivityY, double spacingX, double spacingY, double areaDeltaX, double areaDeltaY, double boundsX0, double boundsY0, double boundsX1, double boundsY1, [Runtime::InteropServices::Out] double % positionX, [Runtime::InteropServices::Out] double % positionY);
public void FindFreeArea (double aimForX, double aimForY, double averageConnectivityX, double averageConnectivityY, double spacingX, double spacingY, double areaDeltaX, double areaDeltaY, double boundsX0, double boundsY0, double boundsX1, double boundsY1, out double positionX, out double positionY);
member this.FindFreeArea : double * double * double * double * double * double * double * double * double * double * double * double * double * double -> unit
Public Sub FindFreeArea (aimForX As Double, aimForY As Double, averageConnectivityX As Double, averageConnectivityY As Double, spacingX As Double, spacingY As Double, areaDeltaX As Double, areaDeltaY As Double, boundsX0 As Double, boundsY0 As Double, boundsX1 As Double, boundsY1 As Double, ByRef positionX As Double, ByRef positionY As Double)
Parameters
- aimForX
- Double
- aimForY
- Double
- averageConnectivityX
- Double
- averageConnectivityY
- Double
- spacingX
- Double
- spacingY
- Double
- areaDeltaX
- Double
- areaDeltaY
- Double
- boundsX0
- Double
- boundsY0
- Double
- boundsX1
- Double
- boundsY1
- Double
- positionX
- Double
- positionY
- Double