Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
IShape<T> Display<T>(
    T element,
    double xoffset = 0,
    double yoffset = 0
)
where T : IElement
generic<typename T>
where T : IElement
IShape<T>^ Display(
    T element,
    double xoffset = 0,
    double yoffset = 0
)
abstract Display<'T when 'T : IElement> : 
        element:'T *
        xoffset:float = 0 *
        yoffset:float = 0 -> IShape<'T>
Function Display(Of T As IElement) (
    element As T,
    xoffset As Double,
    yoffset As Double
) As IShape(Of T)
Parameters
- element
 Type: T
- xoffset
 Type: System.Double
- yoffset
 Type: System.Double
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape<T>
Type Parameters
- T
See Also
IActivityDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top