Click or drag to resize

DicomImage Methods

The DicomImage type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAllocateAtalaImage
Allocates an AtalaImage object into which this DicomImage could be transformed.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAtalaImage
Transforms the DicomImage into a new AtalaImage object.
Public methodGetAtalaImage(AtalaImage)
Transforms the DicomImage into the supplied AtalaImage object.
Public methodGetAtalaImage(Int32, Int32)
Allocates a new AtalaImage object and transforms the DicomImage data into it using the window and leveling values.
Public methodGetAtalaImage(AtalaImage, Int32, Int32)
Transforms the DicomImage into the given AtalaImage, applying the window and leveling.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also