Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Shared Function Inflate ( _
rectangle As RectangleD, _
x As Double, _
y As Double _
) As RectangleD
'使用
Dim rectangle As RectangleD
Dim x As Double
Dim y As Double
Dim returnValue As RectangleD
returnValue = RectangleD.Inflate(rectangle, _
x, y)
public static RectangleD Inflate(
RectangleD rectangle,
double x,
double y
)
public:
static RectangleD Inflate(
RectangleD rectangle,
double x,
double y
)
public static function Inflate(
rectangle : RectangleD,
x : double,
y : double
) : RectangleD
Parameters
- rectangle
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
- x
Type: System.Double
- y
Type: System.Double
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Permissions
- 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.