Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在WPF中如何将笛卡尔坐标系转换为极坐标系?_Wpf_Coordinates_Transform - Fatal编程技术网

在WPF中如何将笛卡尔坐标系转换为极坐标系?

在WPF中如何将笛卡尔坐标系转换为极坐标系?,wpf,coordinates,transform,Wpf,Coordinates,Transform,我需要在WPF中将笛卡尔坐标系转换为极坐标系。我想把线性物体变换成圆。我该怎么做?您想使用什么类型的对象进行这些转换?可转换对象是从FrameworkElement继承的任何WPF对象。元素what do transform可以是任意的,但WPF用于转换类。您希望为这些转换使用哪种类型的对象?可转换对象是从FrameworkElement继承的任何WPF对象。元素what do transform可以是任意的,但WPF用于转换类。

我需要在WPF中将笛卡尔坐标系转换为极坐标系。我想把线性物体变换成圆。我该怎么做?

您想使用什么类型的对象进行这些转换?可转换对象是从FrameworkElement继承的任何WPF对象。元素what do transform可以是任意的,但WPF用于转换类。您希望为这些转换使用哪种类型的对象?可转换对象是从FrameworkElement继承的任何WPF对象。元素what do transform可以是任意的,但WPF用于转换类。