A bounding rectangle is displayed using the outermost points defined for the line target as its reference.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundingRectVisible() As Boolean |
[C#] |
---|
public bool BoundingRectVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoundingRectVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundingRectVisible( VARIANT_BOOL * pVal ); public: HRESULT put_BoundingRectVisible( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getBoundingRectVisible(); public void setBoundingRectVisible( bool ); |