Hide menu
Loading...
Searching...
No Matches
cadex.View.ImageWriterParameters Class Reference

Defines parameters of the ImageWriter. More...

Inheritance diagram for cadex.View.ImageWriterParameters:
cadex.BaseObject

Public Member Functions

 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)
 
- Public Member Functions inherited from cadex.BaseObject
 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)
 

Static Public Member Functions

static bool CompareType (cadex.BaseObject theObject)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Member Function Documentation

◆ Dispose()

override void cadex.View.ImageWriterParameters.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.