Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / QRCode Class / SetAreaBySize Method
Eplan.EplApi.Base.PointD representing image's lower left corner
Size of QRCode

In This Topic
SetAreaBySize Method
In This Topic
Sets the size of an QRCode.
Syntax
public void SetAreaBySize( 
   PointD pntStart,
   double size
)

Parameters

pntStart
Eplan.EplApi.Base.PointD representing image's lower left corner
size
Size of QRCode
Remarks
Sets the size of an QRCode by setting the coordinates of the lower left corner and the size. QRCode should always have the same width as height so no additional data is required.
See Also