C# Class ExoMerge.Aspose.Extensions.ShadingExtensions

Show file Open project: vc3/ExoMerge

Public Methods

Method Description
CopyTo ( this shading, Shading target ) : void

Copy the shading's settings into the target shading.

Method Details

CopyTo() public static method

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.
return void