次の方法で共有


IGraphSite.FoldToShape Method

Definition

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

Applies to