GrabHandle.InflateRectangle Method
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:
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
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
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
Returns
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |