CodeWriterBeginAlignment Method |
Begin the association of alignment information with a code object.
Namespace:
Nova.Rendering
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void BeginAlignment(
CodeObject codeObject,
int[] alignmentOffsets
)
Parameters
- codeObject
- Type: Nova.CodeDOMCodeObject
- alignmentOffsets
- Type: SystemInt32
See Also