VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class
Constructors Properties Methods Operators SeeAlso
In This Topic
    DicomDisplayedArea Class Members
    In This Topic
    The following tables list the members exposed by DicomDisplayedArea.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the bottom-right pixel in the referenced image to be displayed.
    Public PropertyGets the top-left pixel in the referenced image to be displayed.
    Public PropertyGets a value indicating whether this instance is empty.
    Public PropertyGets the ratio of the vertical size and the horizontal size of the pixels in the image.
    Public PropertyGets the manner of selection of display size.
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns the bounding box of displayed area.
    Public MethodReturns a hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodReturns a System.String that represents this instance.
    Public Operators
     NameDescription
    Public OperatorCompares two DicomDisplayedArea instances. The result specifies whether the values of the DisplayedAreaTopLeftCorner, DisplayedAreaBottomRightCorner and PresentationSizeMode and PresentationPixelAspectRatio properties of the two DicomDisplayedArea instances are equal.
    Public OperatorCompares two DicomDisplayedArea instances. The result specifies whether the values of the DisplayedAreaTopLeftCorner, DisplayedAreaBottomRightCorner and PresentationSizeMode and PresentationPixelAspectRatio properties of the two DicomDisplayedArea instances are unequal.
    See Also