DiagramClientView.ViewLocation Property

Gets the top-left corner of the viewport relative to the top-left of the Diagram in world units.

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

Syntax

'Declaration
Public ReadOnly Property ViewLocation As PointD
public PointD ViewLocation { get; }
public:
property PointD ViewLocation {
    PointD get ();
}
member ViewLocation : PointD with get
function get ViewLocation () : PointD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace