DesignerView.GetZoomTransform Method
Represents the zoom transform that is to the DesignerView.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overridable Function GetZoomTransform As Transform
public virtual Transform GetZoomTransform()
public:
virtual Transform^ GetZoomTransform()
abstract GetZoomTransform : unit -> Transform
override GetZoomTransform : unit -> Transform
public function GetZoomTransform() : Transform
Return Value
Type: System.Windows.Media.Transform
The Transform that represents the zoom factor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace