DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class

In This Topic
    DicomImage Class Methods
    In This Topic

    For a list of all members of this type, see DicomImage members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a Bitmap object from DicomImage  
    Public Method Image rendered as a System.Windows.Media.Imaging.BitmapImage object  
    Public Method Combine pixel data of source image into this image as a base image  
    Public MethodBurn all image Labels in Pixel data.

    This method modifies the underlying pixel data!

     
    Public Method Useful method to check if the image can be converted using a different compression specified by the TransferSyntax  
    Public Method The location of the top-left corner of the cell within which this image would be displayed in a particular viewer  
    Public Method The size of the cell within which this image would be displayed in a particular viewer  
    Public Method Simulate the effect of writing out as a Decompressed Image  
    Public MethodOverloaded. Clears the internal cache for uncompressed pixel data  
    Public MethodOverloaded. Returns a cloned copy of the DicomImage  
    Public Method Copies the image to the Windows clipboard  
    Public MethodThis method modifies the StretchMode, Zoom and Scroll properties such that the display output stays very similar while the display parameters have changed to suit the DicomObjects.Enums.StretchModes.NoStretch mode.  
    Public MethodOverloaded.  Encapsulate current display properties into a DICOM GreyScale Presentation State object  
    Public MethodCauses all the frames of an image to be decompressed.  
    Public MethodOverloaded. Methods to determine the size at which am image would be shown  
    Public MethodReleases the resources used by the DicomImage object This does not dispose the underlying DicomDataSet object which is DataSet, an explicit Dispose call will be needed to have that effect  
    Public Method Perpendicular distance from a Point to the plane of this image  
    Public MethodOverloaded. Methods to determine the degree to which part of an image has already been downloaded  
    Public MethodOverloaded. Explicitly request that some of the pixel information for this image should be retrieved via JPIP  
    Public MethodOverloaded. Export image to non-DICOM format  
    Public MethodOverloaded. Find the maximum and minimum pixel data values in the pixel data  
    Public Method Extract individual frame from the pixel data  
    Public Method Returns an array containing the distribution of raw pixel values.  
    Public Method The currently displayed plane of this image.  
    Public Method Calculate where in screen (X,Y) space, a given image point lies  
    Public Method Calculate the real-world 3D coordinates of a point of the image currently displayed  
    Public MethodOverloaded. Copies the image data from an external image format  
    Public MethodOverloaded. Matrix specifying how the image is displayed  
    Public Method Matrix specifying how the image would be displayed with a Zoom of 1:1  
    Public Method Return the Text of DicomLabel of LabelType = special.  
    Public MethodCopies the Image Data from Windows Clipboard  
    Public Method Returns an array of pixel values for a frame, optionally transformed via the modality transformation  
    Public MethodOverloaded. Modifies current display properties to match the DICOM presentation state.  
    Public MethodOverloaded.  Creates a copy of the image for printing or other purposes  
    Public Method Returns an array of raw pixel values for a frame  
    Public MethodOverloaded. Read from a file, a system IO stream or a byte array  
    Public Method Reads from Web Address  
    Public MethodThis method returns a new DicomLabel object which represents the position of one DicomImage relative to another.  
    Public MethodOverloaded. Render the DicomImage to array.  
    Public Method Calculate where in image (X,Y) space, a given screen point lies  
    Public Method Calculate where in real world (X,Y,Z) space, a given screen point lies  
    Public MethodOverloaded. Sends an image to a remote Storage SCP  
    Public Method Recalculates the default windows used by DicomObjects as if the image had just been loaded  
    Public Method An external DirectX pixel shader to be used for custom filtering  
    Public Method Method to set pixel data directly from a stream  
    Public Method Method to import pixel data directly from a non-DICOM data  
    Public Method Maps an external file as the pixel data  
    Public MethodSets the Scroll and Zoom values to values reflecting the current display  
    Public MethodOverloaded.  Sets the frame number of the mask frame for subtraction.  
    Public MethodOverloaded. Get the pixel spacing of the DicomImage  
    Public MethodThis method returns the Pixel Spacing within the region specified by Area, in a particular viewer  
    Public MethodOverloaded. Creates a copy of part or all of the image  
    Public MethodCauses the image to be updated  
    Public Method Calculate the nearest image coordinates for a point in real world (X,Y,Z) space,  
    Public Method Calculate where in real world (X,Y,Z) space, a given screen point lies  
    Public MethodOverloaded. Write the data to a file, Stream or Byte Array  
    Top
    See Also