Autodesk.AutoCAD.DatabaseServices Namespace > GeomapImage Class > GeomapImage Properties > BottomLeftPoint Property
GeomapImage.BottomLeftPoint Property   
Description

The original point in the bottom left corner of the image frame. 

Point3d

Visual Basic
Public Property BottomLeftPoint() As Point3d
C#
public Point3d BottomLeftPoint;
Remarks

This property is read only. 

This wraps the AcDbGeoMap:bottomLeftPt() method. 

 

Example

<![CDATA[Point3d pt = GeomapImage.BottomLeftPoint;}]]>

Links
   Comments?