Class PvGenDCPart2DFields
Specific part fields for the 2D uncompressed, JPEG and JPEG2000 types
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenDCPart2DFields : IDisposable
Constructors
View SourcePvGenDCPart2DFields()
Constructor
Declaration
public PvGenDCPart2DFields()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceInfoReserved
Reserved for future use.
Declaration
public uint InfoReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
PaddingX
Size of the padding at the end of each line in bytes.
Declaration
public uint PaddingX { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
PaddingY
Size of the padding at the end of each column in bytes.
Declaration
public uint PaddingY { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SizeX
X size of the 2D part in pixels.
Declaration
public uint SizeX { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SizeY
Y size of the 2D part in pixels.
Declaration
public uint SizeY { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvGenDCPart2DFields()
Destructor.
Declaration
protected ~PvGenDCPart2DFields()