IGraphSite.FoldToShape 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 FoldToShape(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ layoutItem, double shapeX, double shapeY, double pointX, double pointY, double vectorX, double vectorY, [Runtime::InteropServices::Out] double % foldX, [Runtime::InteropServices::Out] double % foldY, [Runtime::InteropServices::Out] bool % found, Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ layoutItemAtOtherEnd);
public void FoldToShape (Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject layoutItem, double shapeX, double shapeY, double pointX, double pointY, double vectorX, double vectorY, out double foldX, out double foldY, out bool found, Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject layoutItemAtOtherEnd);
abstract member FoldToShape : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject * double * double * double * double * double * double * double * double * bool * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject -> unit
Public Sub FoldToShape (layoutItem As VGLayoutObject, shapeX As Double, shapeY As Double, pointX As Double, pointY As Double, vectorX As Double, vectorY As Double, ByRef foldX As Double, ByRef foldY As Double, ByRef found As Boolean, layoutItemAtOtherEnd As VGLayoutObject)
Parameters
- layoutItem
- VGLayoutObject
- shapeX
- Double
- shapeY
- Double
- pointX
- Double
- pointY
- Double
- vectorX
- Double
- vectorY
- Double
- foldX
- Double
- foldY
- Double
- found
- Boolean
- layoutItemAtOtherEnd
- VGLayoutObject