Class Scale
SC command
Inherited Members
Namespace: FastReport.Export.Hpgl.Commands
Assembly: FastReport.dll
Syntax
public class Scale : CommandBase<float>
Constructors
Scale(Int32, Int32, Int32, Int32)
Declaration
public Scale(int xMin, int xMax, int yMin, int yMax)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | xMin | |
System.Int32 | xMax | |
System.Int32 | yMin | |
System.Int32 | yMax |