Matrix specifying how the image would be displayed with a Zoom of 1:1
public System.Drawing.Drawing2D.Matrix MatrixBase(
System.bool
)
public function MatrixBase(
: System.Boolean
): System.Drawing.Drawing2D.Matrix;
public function MatrixBase(
: System.boolean
) : System.Drawing.Drawing2D.Matrix;
public: System.Drawing.Drawing2D.Matrix* MatrixBase(
System.bool
)
public:
System.Drawing.Drawing2D.Matrix^ MatrixBase(
System.bool
)
'Declaration
Public Function MatrixBase( _
ByVal As System.Boolean _
) As System.Drawing.Drawing2D.Matrix
'Usage
Dim instance As DicomImage
Dim UseAspect As System.Boolean
Dim value As System.Drawing.Drawing2D.Matrix
value = instance.MatrixBase(UseAspect)
Parameters
- UseAspect
-
If true, then the aspect ratio of the image is respected, so the zoom in
one of the directions may be >1 if necessary to give a correctly shaped image
Return Value
Matrix
Target Platforms: .NET CLR 4.8 or higher