ClipPathBuilder.ClipSourceId

ClipPathBuilder.ClipSourceId method

Sets the clip path to reference an external source.

public ClipPathBuilder ClipSourceId(string clipSourceId)
ParameterTypeDescription
clipSourceIdStringThe ID of the external source to reference.

Return Value

The current instance of ClipPathBuilder for method chaining.

See Also