IActivityDiagram::Display<T> Method (T, Double, Double)

 
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

generic<typename T>
where T : IElement
IShape<T>^ Display(
	T element,
	double xoffset = 0,
	double yoffset = 0
)

Parameters

element
Type: T
xoffset
Type: System::Double
yoffset
Type: System::Double

Type Parameters

T
Return to top
Show: