AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.6.0" />

.NET API 844,288 bytes

 CSSTransformValue

public abstract class CSSTransformValue : CSSValue
Represents a transformation in CSS. https://developer.mozilla.org/en-US/docs/Web/CSS/transform#CSS_transform_functions
public sealed class Matrix : CSSTransformValue

Represents the matrix transformation.

public sealed class Matrix3D : CSSTransformValue

Represents the matrix3d transformation.

public sealed class Rotate : CSSTransformValue

Represents the rotate transformation.

public sealed class Rotate3D : CSSTransformValue

Represents the rotate3d transformation.

public sealed class Scale : CSSTransformValue

Represents the scale transformation.

public sealed class Scale3D : CSSTransformValue

Represents the scale3d transformation.

public sealed class ScaleX : CSSTransformValue

Represents the scale-x transformation.

public sealed class ScaleY : CSSTransformValue

Represents the scale-y transformation.

public sealed class ScaleZ : CSSTransformValue

Represents the scale-z transformation.

public sealed class Skew : CSSTransformValue

Represents the skew transformation.

public sealed class SkewX : CSSTransformValue

Represents the skew-x transformation.

public sealed class SkewY : CSSTransformValue

Represents the skew-y transformation.

public sealed class Translate : CSSTransformValue

Represents the translate transformation.

public sealed class Translate3D : CSSTransformValue

Represents the translate3d transformation.

public sealed class TranslateX : CSSTransformValue

Represents the translate-x transformation.

public sealed class TranslateY : CSSTransformValue

Represents the translate-y transformation.

public sealed class TranslateZ : CSSTransformValue

Represents the translate-z transformation.

protected CSSTransformValue()

public abstract TransformMatrix ComputeMatrix()

Computes the matrix for the given transformation.