Skip to main content

TranslateTransform(Double, Double) Constructor

Initializes a new instance of the TranslateTransform class.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public TranslateTransform(
double x,
double y
)

Parameters

  Double
Gets the horizontal offset of the translate.
  Double
Gets the vertical offset of the translate.

See Also

Reference

TranslateTransform Class
TranslateTransform Overload
Avalonia.Media Namespace