Class DefaultBinaryWriter
DefaultBinaryWriter class
public class DefaultBinaryWriter : IBinaryWriter, IDisposable
Constructors
| Name | Description |
|---|---|
| DefaultBinaryWriter(Stream, CgmFile) |
Properties
| Name | Description |
|---|---|
| Messages { get; } |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| FillToWord() | |
| Unsupported(string) | |
| WriteBool(bool) | |
| WriteByte(byte) | |
| WriteColor(CgmColor, int) | |
| WriteColorIndex(int) | |
| WriteColorIndex(int, int) | |
| WriteCommand(Command) | |
| WriteDirectColor(Color) | |
| WriteEmbeddedCommand(Command) | |
| WriteEnum(int) | |
| WriteFixedString(string) | |
| WriteFloatingPoint(double) | |
| WriteFloatingPoint32(double) | |
| WriteHeader(Command) | |
| WriteIndex(int) | |
| WriteInt(int) | |
| WriteName(int) | |
| WritePoint(CgmPoint) | |
| WriteReal(double) | |
| WriteSDR(StructuredDataRecord) | |
| WriteSizeSpecification(double, SpecificationMode) | |
| WriteString(string) | Writes the parameter length and the value |
| WriteUInt(int, int) | |
| WriteVdc(double) | |
| WriteViewportPoint(ViewportPoint) | |
| static CheckBitSet(byte, int) | |
| static SetBit(byte, int) |
See Also
- interface IBinaryWriter
- namespace Aspose.CAD.FileFormats.Cgm.Export
- assembly Aspose.CAD