Click or drag to resize

DrawingMarkupManager Class

Drawing Markup Manager Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerDrawingMarkupManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class DrawingMarkupManager : VIZCoreBase

The DrawingMarkupManager type exposes the following members.

Properties
  NameDescription
Public propertyEnable
그리기 마크업 상태
Public propertyLineColor
라인 색상. 기본값 : 흰색
Public propertyLineStyle
라인 스타일. 기본값 : 실선(SOLID)
Public propertyLineWidth
라인 두께. 기본값 : 3
Public propertyTextColor
텍스트 색상. 기본값 : 빨간색
Public propertyTextShadow
텍스트 그림자. 기본값 true
Public propertyTextSize
텍스트 크기. 기본값 : 24
Top
Methods
  NameDescription
Public methodAdd
그리기 항목 추가
Public methodDelete
선택된 그리기 항목을 삭제
Public methodEnterDrawMode
그리기 마크업 모드 진입
Public methodExitDrawMode
그리기 마크업 모드 종료
Public methodExitDrawMode(Boolean)
그리기 마크업 모드 종료
Public methodExitDrawMode(Int32, Int32)
그리기 마크업 모드 종료
Public methodShowAllItem
모든 그리기 항목 표시
Public methodStopDrawing
그리기 중지
Top
See Also