net7.0
namespace System.Drawing.Drawing2D
{
public sealed class Matrix : MarshalByRefObject, IDisposable
{
public Matrix3x2 MatrixElements { get; set; }
}
}
Design Reviews |
|
---|---|
.NET | 6.07.08.09.0 |
Information specific to net7.0 | |
Assembly | System.Drawing.Common , Version=8.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Drawing.Common (8.0.10) net7.0 |
Platform Restrictions | The property getter is only supported on the following platforms:
The property setter is only supported on the following platforms:
|