GhostShape Constructor

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

Permissions

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace