Click or drag to resize
XDL

NXImageLayerBoundBox Class

마우스 핸들링을 통한 경계 영역을 사용자가 사용할 수 있도록 하는 컨트롤을 말한다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NXImageNXImageLayer
                Pixoneer.NXDL.NXImageNXImageLayerBoundBox

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public class NXImageLayerBoundBox : NXImageLayer

The NXImageLayerBoundBox type exposes the following members.

Constructors
 NameDescription
Public methodNXImageLayerBoundBox 
Top
Properties
 NameDescription
Public propertyLayerVisible 레이어의 도시여부를 확인하거나 설정한다.
(Overrides NXImageLayerLayerVisible)
Top
Methods
 NameDescription
Public methodSetBoundBox 경계영역을 설정한다.
Top
Events
 NameDescription
Public eventOnBoundChangeEvent 마우스로 경계영역이 변경되면 발생한다.
Top
See Also