Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
sourceId As Guid, _
sourceAbsoluteBoundingBox As RectangleD, _
sourceParentId As Guid, _
sourceGridSize As Double _
)
'使用
Dim sourceId As Guid
Dim sourceAbsoluteBoundingBox As RectangleD
Dim sourceParentId As Guid
Dim sourceGridSize As Double
Dim instance As New GhostShape(sourceId, _
sourceAbsoluteBoundingBox, sourceParentId, _
sourceGridSize)
public GhostShape(
Guid sourceId,
RectangleD sourceAbsoluteBoundingBox,
Guid sourceParentId,
double sourceGridSize
)
public:
GhostShape(
Guid sourceId,
RectangleD sourceAbsoluteBoundingBox,
Guid sourceParentId,
double sourceGridSize
)
public function GhostShape(
sourceId : Guid,
sourceAbsoluteBoundingBox : RectangleD,
sourceParentId : Guid,
sourceGridSize : double
)
Parameters
- sourceId
Type: System.Guid
- sourceAbsoluteBoundingBox
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
- sourceParentId
Type: System.Guid
- sourceGridSize
Type: System.Double
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.