Class EdgeRectangleRelative
ER command Rectangle which makes diagonal relative coordinate (x, y) from the present position and the present position is plotted. Pen position after command and pen up / down state will be in state before command.
Inherited Members
Namespace: FastReport.Export.Hpgl.Commands
Assembly: FastReport.dll
Syntax
public class EdgeRectangleRelative : CommandBase<float>
Constructors
EdgeRectangleRelative(Single, Single)
Declaration
public EdgeRectangleRelative(float x, float y)
Parameters
Type | Name | Description |
---|---|---|
System.Single | x | |
System.Single | y |