5 references to GetAspectRatio
PresentationCore (5)
MS\Internal\Media3D\M3DUtil.cs (1)
388
camera.GetProjectionMatrix(M3DUtil.
GetAspectRatio
(viewport.Size)) *
System\Windows\Media3D\OrthographicCamera.cs (1)
94
double aspectRatio = M3DUtil.
GetAspectRatio
(viewSize);
System\Windows\Media3D\PerspectiveCamera.cs (1)
125
double aspectRatio = M3DUtil.
GetAspectRatio
(viewSize);
System\Windows\Media3D\Viewport3DVisual.cs (2)
507
double aspectRatio = M3DUtil.
GetAspectRatio
(Viewport.Size);
576
double aspectRatio = M3DUtil.
GetAspectRatio
(viewport.Size);