Click or drag to resize

ViewportExtension Class

Provides extension methods for the Viewport type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryViewportExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class ViewportExtension

The ViewportExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDCS2PSDCS
Gets the transformation matrix of the display coordinate system of the specified paper space window (DCS) to the paper space display coordinate system (PSDCS).
Public methodStatic memberDCS2WCS
Gets the transformation matrix of the display coordinate system (DCS) of the specified window to the world coordinate system (WCS).
Public methodStatic memberPSDCS2DCS
Gets the transformation matrix of the paper space display coordinate system (PSDCS) to the display coordinate system of the specified paper space window (DCS).
Public methodStatic memberWCS2DCS
Gets the transformation matrix of the world coordinate system (WCS) to the display coordinate system (DCS) of the specified window.
Top
See Also