TranslateTransform.

TranslateTransform(double, double) Constructor

Summary

Initializes a new instance of the TranslateTransform class.
Namespace
Avalonia.Media
Containing Type
TranslateTransform

Syntax

public TranslateTransform(double x, double y)

Parameters

Name Type Description
x double Gets the horizontal offset of the translate.
y double Gets the vertical offset of the translate.

Return Value

Type Description
void