Table of Contents

Method CurvetoCubicAbs

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

CurvetoCubicAbs(float, float, float, float, float, float)

Invoked when an absolute cubic bezier curve command has been parsed.

Command : C

public void CurvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)

Parameters

x1 float

the absolute x coordinate for the first control point

y1 float

the absolute y coordinate for the first control point

x2 float

the absolute x coordinate for the second control point

y2 float

the absolute y coordinate for the second control point

x float

the absolute x coordinate for the end point

y float

the absolute y coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path