Method Alignment
Alignment(GlobalObject, UInt32)
Sets the alignment for a GlobalObject
Declaration
public static GlobalObject Alignment(this GlobalObject self, uint value)
Parameters
public static GlobalObject Alignment(this GlobalObject self, uint value)
GlobalObject | self | Object to set the alignment of |
UInt32 | value | Alignment value to set |
Returns
GlobalObject |
|