CoreMatrix Method (DicomImageCurvedMPR)
Matrix specifying how the image is displayed onto display of the stated
protected override System.Drawing.Drawing2D.Matrix CoreMatrix(
System.Drawing.SizeF ,
System.bool ,
System.Nullable<StretchModes> ,
System.Nullable<float> ,
System.Nullable<SizeF> ,
System.Drawing.PointF ,
System.bool
)
protected function CoreMatrix(
: System.Drawing.SizeF;
: System.Boolean;
: System.Nullable;
: System.Nullable;
: System.Nullable;
: System.Drawing.PointF;
: System.Boolean
): System.Drawing.Drawing2D.Matrix; override;
protected override function CoreMatrix(
: System.Drawing.SizeF,
: System.boolean,
: System.Nullable,
: System.Nullable,
: System.Nullable,
: System.Drawing.PointF,
: System.boolean
) : System.Drawing.Drawing2D.Matrix;
protected: System.Drawing.Drawing2D.Matrix* CoreMatrix(
System.Drawing.SizeF ,
System.bool ,
System.Nullable<StretchModes> ,
System.Nullable<float> ,
System.Nullable<SizeF> ,
System.Drawing.PointF ,
System.bool
) override
protected:
System.Drawing.Drawing2D.Matrix^ CoreMatrix(
System.Drawing.SizeF ,
System.bool ,
System.Nullable<StretchModes> ,
System.Nullable<float> ,
System.Nullable<SizeF> ,
System.Drawing.PointF ,
System.bool
) override
'Declaration
Protected Overrides Function CoreMatrix( _
ByVal As System.Drawing.SizeF, _
ByVal As System.Boolean, _
ByVal As System.Nullable(Of StretchModes), _
ByVal As System.Nullable(Of Single), _
ByVal As System.Nullable(Of SizeF), _
ByVal As System.Drawing.PointF, _
Optional ByVal As System.Boolean _
) As System.Drawing.Drawing2D.Matrix
'Usage
Dim instance As DicomImageCurvedMPR
Dim OutputSize As System.Drawing.SizeF
Dim UseAspect As System.Boolean
Dim Mode As System.Nullable(Of StretchModes)
Dim LocalZoom As System.Nullable(Of Single)
Dim ScreenPixelSize As System.Nullable(Of SizeF)
Dim Offset As System.Drawing.PointF
Dim ForceBounding As System.Boolean
Dim value As System.Drawing.Drawing2D.Matrix
value = instance.CoreMatrix(OutputSize, UseAspect, Mode, LocalZoom, ScreenPixelSize, Offset, ForceBounding)
Parameters
- OutputSize
- The size used for calculations
- UseAspect
-
Controls whether the resulting matrix should take into account the aspect ratio of the image
(if the pixels are non-square)
- Mode
- The scaling mode to use. If null, then the images' StretchMode property is used
- LocalZoom
- An override of the Zoom to be used. If null, then the image's Zoom property is used
- ScreenPixelSize
- The size of the screen's pixels. This is only used is the resulting value of is DicomObjects.Enums.StretchModes.TrueSize
- Offset
- Actual offset in output units
- ForceBounding
- Whether to use a BoundingBox, do not use BoundingBox by default
Return Value
Matrix
Target Platforms: .NET CLR 4.8 or higher