Defines parameters of the ImageWriter.
More...
|
|
| ImageWriterParameters (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
int | ImageWidth () |
| |
|
void | SetImageWidth (int theImageWidth) |
| |
|
int | ImageHeight () |
| |
|
void | SetImageHeight (int theImageHeight) |
| |
|
cadex.View.AntialiasingMode | ViewAntialiasing () |
| |
|
void | SetViewAntialiasing (cadex.View.AntialiasingMode theViewAntialiasing) |
| |
|
cadex.View.BackgroundStyle | ViewBackground () |
| |
|
void | SetViewBackground (cadex.View.BackgroundStyle theViewBackground) |
| |
|
cadex.View.CameraPositionType | ViewCameraPosition () |
| |
|
void | SetViewCameraPosition (cadex.View.CameraPositionType theViewCameraPosition) |
| |
|
cadex.View.CameraProjectionType | ViewCameraProjection () |
| |
|
void | SetViewCameraProjection (cadex.View.CameraProjectionType theViewCameraProjection) |
| |
|
bool | ViewIsFitAll () |
| |
|
void | SetViewIsFitAll (bool theViewIsFitAll) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
|
| override void | Dispose (bool disposing) |
| |
◆ Dispose()
| override void cadex.View.ImageWriterParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |