GhostShape Class

 

Describes a ShapeElement

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::GhostShape

[SerializableAttribute]
public ref class GhostShape 

NameDescription
System_CAPS_pubmethodGhostShape(Guid, RectangleD, Guid, Double)

Initializes a new instance of the GhostShape class.

NameDescription
System_CAPS_pubpropertyAbsoluteBoundingBox

Gets or sets the current bounding box of the shape in world units relative to the top-left of the diagram.

System_CAPS_pubpropertySourceAbsoluteBoundingBox

Gets the original bounding box of the shape in world units relative to the top-left of the diagram.

System_CAPS_pubpropertySourceGridSize

Gets the grid size that the source shape was respecting.

System_CAPS_pubpropertySourceId

Gets the Guid of the source shape element. This can return Guid.Empty.

System_CAPS_pubpropertySourceParentId

Gets the Guid of the source parent shape element. This can return Guid.Empty.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: