RectanglePacker Constructor
Initializes a new rectangle packer
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
public RectanglePacker( int packingAreaWidth, int packingAreaHeight )
Public Sub New ( _ packingAreaWidth As Integer, _ packingAreaHeight As Integer _ )
public: RectanglePacker( int^ packingAreaWidth, int^ packingAreaHeight )
Parameters
- packingAreaWidth
- Type: Int32
Maximum width of the packing area
- packingAreaHeight
- Type: Int32
Maximum height of the packing area