ContextExtension.

CreateLogo(ICakeContext, string, string) Method

Syntax

public static void CreateLogo(this ICakeContext context, string text, string outputPath)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
text string
outputPath string

Return Value

Type Description
void