VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomReferencedImage Class / DicomReferencedImage Constructors / DicomReferencedImage Constructor(DicomUid,DicomUid,Int32,DicomDisplayedArea)
Syntax Requirements SeeAlso
In This Topic
DicomReferencedImage Constructor(DicomUid,DicomUid,Int32,DicomDisplayedArea)
In This Topic
Initializes a new instance of the DicomReferencedImage class.
Syntax
'Declaration

Public Function New( _
ByVal sopClass
The SOP (Service-Object Pair) class.
As DicomUid, _
ByVal sopInstance
The SOP (Service-Object Pair) instance.
As DicomUid, _
ByVal frameNumber
The frame number.
As System.Int32, _
ByVal displayedArea
The displayed area.
As DicomDisplayedArea _
)
public DicomReferencedImage(
DicomUid sopClass,
DicomUid sopInstance,
System.Int32 frameNumber,
DicomDisplayedArea displayedArea
)

Parameters

sopClass
The SOP (Service-Object Pair) class.
sopInstance
The SOP (Service-Object Pair) instance.
frameNumber
The frame number.
displayedArea
The displayed area.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also