GrabHandle.InflateRectangle Method

Definition

Overloads

InflateRectangle(NodeShape, PointD)
InflateRectangle(NodeShape, GrabHandle+ShapeSide, PointD)

InflateRectangle(NodeShape, PointD)

public:
 Microsoft::VisualStudio::Modeling::Diagrams::RectangleD InflateRectangle(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ shape, Microsoft::VisualStudio::Modeling::Diagrams::PointD pt);
public Microsoft.VisualStudio.Modeling.Diagrams.RectangleD InflateRectangle (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape shape, Microsoft.VisualStudio.Modeling.Diagrams.PointD pt);
member this.InflateRectangle : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public Function InflateRectangle (shape As NodeShape, pt As PointD) As RectangleD

Parameters

shape
NodeShape
pt
PointD

Returns

Applies to

InflateRectangle(NodeShape, GrabHandle+ShapeSide, PointD)

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::RectangleD InflateRectangle(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ shape, Microsoft::VisualStudio::Modeling::Diagrams::GrabHandle::ShapeSide side, Microsoft::VisualStudio::Modeling::Diagrams::PointD pt);
public static Microsoft.VisualStudio.Modeling.Diagrams.RectangleD InflateRectangle (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape shape, Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle.ShapeSide side, Microsoft.VisualStudio.Modeling.Diagrams.PointD pt);
static member InflateRectangle : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle.ShapeSide * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public Shared Function InflateRectangle (shape As NodeShape, side As GrabHandle.ShapeSide, pt As PointD) As RectangleD

Parameters

shape
NodeShape
pt
PointD

Returns

Applies to