2 references to CreateNativeHandle
System.Drawing.Common (2)
System\Drawing\Drawing2D\Matrix.cs (1)
30
public Matrix(Matrix3x2 matrix) : this(
CreateNativeHandle
(matrix))
System\Drawing\Graphics.cs (1)
472
GdiPlus.Matrix* nativeMatrix = Matrix.
CreateNativeHandle
(value);