Click or drag to resize
XDL

NXImageLayerBoundBox Class

Deprecated: 마우스 핸들링을 통한 경계 영역을 사용자가 사용할 수 있도록 하는 컨트롤을 말한다. NXImageLayerBoundBox is deprecated: please use NXImageLayerGPU
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: 3.0.0.4
Syntax
C#
public class NXImageLayerBoundBox : NXImageLayer

The NXImageLayerBoundBox type exposes the following members.

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