Property Bounds
- Namespace
- Aspose.CAD.FileFormats.Cad.CadObjects
- Assembly
- Aspose.CAD.dll
Bounds
Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
public List<Cad3DPoint> Bounds { get; set; }
Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
public List<Cad3DPoint> Bounds { get; set; }