Click or drag to resize
XDL

NanMagnifierSetMagnifiedImageDelegate Method

확대영역을 가져오기 위한 delegate 함수를 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void SetMagnifiedImageDelegate(
	DelegateGetMangnifiedImage getImage
)

Parameters

getImage  DelegateGetMangnifiedImage
delegate 함수
See Also