Circle2d.Transform Method

Transforms the circle in-place with a matrix. If the matrix scales the circle diffrenly in x and y so that i will theoretically become an ellipse, the result is undefined.
public override void Transform( 
   Matrix2d matrix 
)

Parameters

matrix
Matrix2d

The matrix to transform with.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition