net8.0
namespace System.Drawing
{
public sealed class Graphics : MarshalByRefObject, IDeviceContext, IDisposable
{
public Matrix3x2 TransformElements { get; set; }
}
}
Design Reviews |
|
---|---|
.NET | 6.07.08.09.0 |
Information specific to net8.0 | |
Assemblies | System.Drawing.Common , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common , Version=8.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Drawing.Common (10.0.0-alpha.1.24419.3) net8.0 |
Platform Restrictions | The property getter is only supported on the following platforms:
The property setter is only supported on the following platforms:
|