From c77236e1522caa3e2082dd7b5b32f6c30b125172 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 목, 23 9월 2021 15:00:43 +0900
Subject: [PATCH] 1. 주석 양식 수정

---
 ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h
index c7bcab0..d618b6a 100644
--- a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h
+++ b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h
@@ -83,6 +83,9 @@
 	std::vector<_akDefect> m_vectest;
 
 	CImage m_DefectImage;
+	//LYW 20210825 #3486 ADD START
+	CImage m_DefectRotateImage;
+	//LYW 20210825 #3486 ADD END
 	CImage m_ReviewImage;
 
 	CRect m_picture_rect;
@@ -240,6 +243,10 @@
 
 	void Imagenoload();
 
+	//LYW 20210825 #3486 ADD START
+	void ImageRotate(CImage& SrcImage, CImage& DstImage, double degree = 180.0);
+	//LYW 20210825 #3486 ADD END
+
 	BOOL GetCheckFileLoad(int nCount);
 
 	void GlassInfoRest();

--
Gitblit v1.9.3