In This Topic
            
            Sets the size of an image by setting the coordinates of the lower left corner and the width. By this means the the aspect ratio is kept always the same as in the original image. The height results of the aspect ratio.
            
            
            Syntax
            
        
            Parameters
- pntStart
- Eplan.EplApi.Base.PointD representing image's lower left corner
- width
- width of the Image
 
            
            
            
            
            
            
            
            
            
            
            See Also