DbGeometry.Envelope 属性

定义

以几何值获取 DbGeometry 值的信封(最小外接矩形)。

public:
 property System::Data::Spatial::DbGeometry ^ Envelope { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry Envelope { get; }
member this.Envelope : System.Data.Spatial.DbGeometry
Public ReadOnly Property Envelope As DbGeometry

属性值

该 DbGeometry 值的信封(极小的边界框)。

适用于