C# Class ExoMerge.Aspose.Extensions.ShadingExtensions

Afficher le fichier Open project: vc3/ExoMerge

Méthodes publiques

Méthode Description
CopyTo ( this shading, Shading target ) : void

Copy the shading's settings into the target shading.

Method Details

CopyTo() public static méthode

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.
Résultat void