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

In This Topic
SetAreaByWidth Method
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
public void SetAreaByWidth( 
   PointD pntStart,
   double width
)

Parameters

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