Show / Hide Table of Contents

Interface IShape

The shape object type for the shape drawing fluent interface Each of the object's methods represent a possible fill type for shape drawing The fluent type interface is designed for simple, rapid, iterative shape drawing

Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public interface IShape

Methods

Filled()

Fill all of shape

Declaration
ITransformable Filled()
Returns
Type Description
ITransformable

Outline(Single)

Only fill outline of shape

Declaration
ITransformable Outline(float lineWidth)
Parameters
Type Name Description
System.Single lineWidth

Outline width

Returns
Type Description
ITransformable
In This Article
Back to top yak2D - Alex Paterson