C# Класс ExoMerge.Aspose.Extensions.ShadingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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