API Help
Eplan.EplApi.DataModel.Graphics Namespace / Image Class / SetAreaByHeigth Method
Eplan.EplApi.Base.PointD representing image's lower left corner
Height of the image

In This Topic
SetAreaByHeigth Method
In This Topic
Sets the size of an image by setting the coordinates of the lower left corner and the height. By this means the the aspect ratio is kept always the same as in the original image. The width results of the aspect ratio.
Syntax
public void SetAreaByHeigth( 
   PointD pntStart,
   double height
)

Parameters

pntStart
Eplan.EplApi.Base.PointD representing image's lower left corner
height
Height of the image
See Also