#79 코렐드로우 회전매크로를 이용한 객체 회전하기 방법 coreldraw
페이지 정보

주소 정보
관련링크
본문
#79 코렐드로우 회전매크로를 이용한 객체 회전하기 방법 coreldraw
매크로를 이용하여 기억하기 쉽고, 사용하기 쉬운 단축키를 만들어서 바로 사용할수 있는 방법에 대하여 알아보려고 합니다.
아래 매크로를 잘 확인 하시면 여러분이 원하는 각도를 추가적으로 만들어 낼수 있습니다.
복사 붙여넣는 위치는 아래와 같습니다.
✅ ALT + F11 을 하신후에 좌측의 창에서
GlobalMacros (GlobalMacros.gms) - Coreldraw 2022 Objects - ThisMacro Stroage 선택후에
아래 내용을 복사 붙여넣기 하시면 됩니다.
※ 다른 매크로가 있다면 삭제하지 마시고 추가적으로 넣어주셔도 됩니다.
Sub Rotate_15_left()
ActiveSelection.Rotate 15#
End Sub
Sub Rotate_15_Rihgt()
ActiveSelection.Rotate -15#
End Sub
Sub Rotate_30_left()
ActiveSelection.Rotate 30#
End Sub
Sub Rotate_30_Rihgt()
ActiveSelection.Rotate -30#
End Sub
Sub Rotate_45_left()
ActiveSelection.Rotate 45#
End Sub
Sub Rotate_45_Rihgt()
ActiveSelection.Rotate -45#
End Sub
Sub Rotate_90_left()
ActiveSelection.Rotate 90#
End Sub
Sub Rotate_90_Rihgt()
ActiveSelection.Rotate -90#
End Sub
Sub Rotate_180_left()
ActiveSelection.Rotate 180#
End Sub
Sub Rotate_180_Rihgt()
ActiveSelection.Rotate -180#
End Sub
재아클래스, 코렐드로우, 코렐드로우강좌, 코렐드로우 2019, 코렐드로우 2018, 코렐드로우2017, 코렐드로우 x7, 코렐드로우x5, 코렐드로우9, 코렐드로우기초, coreldraw tip coreldraw tutorial, coreldraw tutorial for beginners, coreldraw, coreldraw design, coreldraw x5, coreldraw 2018, coreldraw 2019, coreldraw 2020, coreldraw 2021
재아클래스 JAEACLASS
#코렐드로우 #코렐드로우강좌 #coreldraw
매크로를 이용하여 기억하기 쉽고, 사용하기 쉬운 단축키를 만들어서 바로 사용할수 있는 방법에 대하여 알아보려고 합니다.
아래 매크로를 잘 확인 하시면 여러분이 원하는 각도를 추가적으로 만들어 낼수 있습니다.
복사 붙여넣는 위치는 아래와 같습니다.
✅ ALT + F11 을 하신후에 좌측의 창에서
GlobalMacros (GlobalMacros.gms) - Coreldraw 2022 Objects - ThisMacro Stroage 선택후에
아래 내용을 복사 붙여넣기 하시면 됩니다.
※ 다른 매크로가 있다면 삭제하지 마시고 추가적으로 넣어주셔도 됩니다.
Sub Rotate_15_left()
ActiveSelection.Rotate 15#
End Sub
Sub Rotate_15_Rihgt()
ActiveSelection.Rotate -15#
End Sub
Sub Rotate_30_left()
ActiveSelection.Rotate 30#
End Sub
Sub Rotate_30_Rihgt()
ActiveSelection.Rotate -30#
End Sub
Sub Rotate_45_left()
ActiveSelection.Rotate 45#
End Sub
Sub Rotate_45_Rihgt()
ActiveSelection.Rotate -45#
End Sub
Sub Rotate_90_left()
ActiveSelection.Rotate 90#
End Sub
Sub Rotate_90_Rihgt()
ActiveSelection.Rotate -90#
End Sub
Sub Rotate_180_left()
ActiveSelection.Rotate 180#
End Sub
Sub Rotate_180_Rihgt()
ActiveSelection.Rotate -180#
End Sub
재아클래스, 코렐드로우, 코렐드로우강좌, 코렐드로우 2019, 코렐드로우 2018, 코렐드로우2017, 코렐드로우 x7, 코렐드로우x5, 코렐드로우9, 코렐드로우기초, coreldraw tip coreldraw tutorial, coreldraw tutorial for beginners, coreldraw, coreldraw design, coreldraw x5, coreldraw 2018, coreldraw 2019, coreldraw 2020, coreldraw 2021
재아클래스 JAEACLASS
#코렐드로우 #코렐드로우강좌 #coreldraw
추천 0