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

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

Point3d

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

This property is read only. 

This wraps the AcDbGeoMap:imageBottomLeftPt() method. 

 

Example

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

Links
   Comments?