'Declaration Public Sub SetPixelFile( _ ByVal FileName As String, _ ByVal InitialOffset As Long, _ ByVal FrameOffset As Long _ )
'Usage Dim instance As DicomImage Dim FileName As String Dim InitialOffset As Long Dim FrameOffset As Long instance.SetPixelFile(FileName, InitialOffset, FrameOffset)
public void SetPixelFile( string FileName, long InitialOffset, long FrameOffset )
public: void SetPixelFile( String^ FileName, int64 InitialOffset, int64 FrameOffset )
Parameters
- FileName
The name of the external file
- InitialOffset
The offset in the file of the start of the first frame
- FrameOffset
The offset in the file between the start of one frame, and the start of the next