GrabHandle.InflateRectangle 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.
Overloads
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
 
- side
 - GrabHandle.ShapeSide
 
- pt
 - PointD