ExplicitJpipRequest(Rectangle,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 System.Drawing.Rectangle, _
ByVal As System.Single, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomImage
Dim Area As System.Drawing.Rectangle
Dim Zoom As System.Single
Dim Frame As System.Integer
Dim Priority As System.Integer
instance.ExplicitJpipRequest(Area, Zoom, Frame, Priority)
public void ExplicitJpipRequest(
System.Drawing.Rectangle ,
System.float ,
System.int ,
System.int
)
public procedure ExplicitJpipRequest(
: System.Drawing.Rectangle;
: System.Single;
: System.Integer;
: System.Integer
);
public function ExplicitJpipRequest(
: System.Drawing.Rectangle,
: System.float,
: System.int,
: System.int
);
public: void ExplicitJpipRequest(
System.Drawing.Rectangle ,
System.float ,
System.int ,
System.int
)
public:
void ExplicitJpipRequest(
System.Drawing.Rectangle ,
System.float ,
System.int ,
System.int
)
Parameters
- Area
- The area of the image requested (pixel units)
- 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.8 or higher
See Also