Share via


LineSegment.AbsoluteBounds Property

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

Syntax

'Declaration
Public ReadOnly Property AbsoluteBounds As RectangleD
'Usage
Dim instance As LineSegment 
Dim value As RectangleD 

value = instance.AbsoluteBounds
public RectangleD AbsoluteBounds { get; }
public:
property RectangleD AbsoluteBounds {
    RectangleD get ();
}
public function get AbsoluteBounds () : RectangleD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

LineSegment Class

LineSegment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace