|
DelegateGetMangnifiedImage Delegate
|
확대영역 주기의 이미지(BitmapImage) 생성을 위한 delegate
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic delegate ImageSource DelegateGetMangnifiedImage(
Color clr,
double LLX,
double LLY,
double URX,
double URY
)
Parameters
- clr Color
- BitmapImage의 배경색, null일 경우 사용하지 않는다.
- LLX Double
- BitmapImage 영역의 최소 X (world 좌표)
- LLY Double
- BitmapImage 영역의 최소 Y (world 좌표)
- URX Double
- BitmapImage 영역의 최대 X (world 좌표)
- URY Double
- BitmapImage 영역의 최대 Y (world 좌표)
Return Value
ImageSource설정한 영역 데이타로 생성한 BitmapImage
See Also