Property Alignment
Alignment
The alignment.
Declaration
public int Alignment { get; set; }
Property Value
Type | Description |
---|---|
int | The alignment. |
Remarks
Must be power of 2 that's greater than or equal to 0.
Set alignment *before* the allocation is made. Setting it after has no effect on the allocation.