BinaryLinkShapeBase.GeometryEdgePoints Property
Gets the edge points in world units (Intended to be called only by the ShapeGeometry-derived classes.)
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property GeometryEdgePoints As EdgePointCollection
public EdgePointCollection GeometryEdgePoints { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePoints {
EdgePointCollection^ get () sealed;
}
abstract GeometryEdgePoints : EdgePointCollection with get
override GeometryEdgePoints : EdgePointCollection with get
final function get GeometryEdgePoints () : EdgePointCollection
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Implements
IBinaryLinkGeometryData.GeometryEdgePoints
Remarks
Gets the edge points in world units. (Intended to be called only by the ShapeGeometry-derived classes.)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.