The original point in the bottom left corner of the image frame.
Point3d
Public Property BottomLeftPoint() As Point3d
public Point3d BottomLeftPoint;
This property is read only.
This wraps the AcDbGeoMap:bottomLeftPt() method.
<![CDATA[Point3d pt = GeomapImage.BottomLeftPoint;}]]>
Comments? |