Click or drag to resize
XDL

XscPointEx Class

이 클래스는 Scene에 PointEx 객체를 구현한다. XscPointEx 클래스는 XscPoint 클래스에서 도시속성을 설정할 수 있도록 확장한 클래스이다.
설정가능한 도시 속성으로 배경색, 선색, 채우기 스타일, 선 스타일이 있다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSCENEXscObj
    Pixoneer.NXDL.NSCENEXscPoint
      Pixoneer.NXDL.NSCENEXscPointEx

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
public class XscPointEx : XscPoint

The XscPointEx type exposes the following members.

Constructors
 NameDescription
Public methodXscPointEx XscPointEx 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscPointEx(IntPtr) XscPointEx 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Properties
 NameDescription
Public propertyBorderColor 점의 선 색상을 확인하거나 설정한다.
Public propertyFillColor 점의 채우기 색상을 확인하거나 설정한다.
Public propertyFillPattern 채우기 패턴을 확인하거나 설정한다.
Public propertyLinePattern 선의 패턴을 확인하거나 설정한다.
Public propertyPointSize 점의 크기 (단위: pixel) 를 확인하거나 설정한다.
Top
See Also