ExplicitJpipRequest(RectangleF,Single,Int32,Int32) Method
In This Topic
Explicitly request that some of the pixel information for this image should be retrieved via JPIP
Syntax
'Declaration
Public Overloads Sub ExplicitJpipRequest( _
ByVal As RectangleF, _
ByVal As Single, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As DicomImage
Dim Area As RectangleF
Dim Zoom As Single
Dim Frame As Integer
Dim Priority As Integer
instance.ExplicitJpipRequest(Area, Zoom, Frame, Priority)
public void ExplicitJpipRequest(
RectangleF ,
float ,
int ,
int
)
public:
void ExplicitJpipRequest(
RectangleF ,
float ,
int ,
int
)
Parameters
- Area
- The area of the image requested (image fractional units - 0.0-1.0)
- Zoom
- The zoom factor required
- Frame
- The requested frame number (first = 1)
- Priority
- The priority of the request (higher values mean higher priority)
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also