This property represents bounds of the
drawable, if available. This property is null if the drawable does
not have bounds or the bounds cannot be computed.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Extents3d? Bounds { get; }
Public ReadOnly Property Bounds As Extents3d?
Get
public:
property Nullable<Extents3d> Bounds {
Nullable<Extents3d> get ();
}
member Bounds : Nullable<Extents3d> with get
Property Value
NullableExtents3d
See Also