Click or drag to resize

Projection2D Class

Projection 2D Vertex Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataProjection2D

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class Projection2D : VIZCoreBase

The Projection2D type exposes the following members.

Properties
 NameDescription
Public propertyArea Area
Public propertyBoundBoxNode Node Bound Box
Public propertyBoundBoxVertex Vertex Bound Box
Public propertyCorrectionFactor 2D 좌표 보정 계수
Public propertyEnableCoordinateCorrection 2D 좌표 보정 여부
Public propertyMatrix Projection Matrix
Public propertyPathGeometryString Path Geometry String
Public propertyPoints Projection Points
Public propertyVertex Vertex
Public propertyVertexCount Vertex Count
Top
Methods
 NameDescription
Public methodGetHeight Height : Vertex Bound Box Max. Z
Public methodGetLength Length : Vertex Bound Box Max. Y
Public methodGetMatrix Matrix Array
Public methodGetPointFList Get 2D PointF List
Public methodGetPointList Get 2D Point List
Public methodGetVertexList Get Vertex List
Public methodGetWidth Width : Vertex Bound Box Max. X
Public methodMovePoints 포인트 이동
Public methodZoomOut 포인트 축소
Top
See Also