C# 클래스 ExoMerge.Aspose.Extensions.ShadingExtensions

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
CopyTo ( this shading, Shading target ) : void

Copy the shading's settings into the target shading.

메소드 상세

CopyTo() 공개 정적인 메소드

Copy the shading's settings into the target shading.
public static CopyTo ( this shading, Shading target ) : void
shading this The shading to copy settings from.
target Shading The shading to copy settings to.
리턴 void