Table of Contents

Class CGDataRequestShapeRasterization

Shape Rasterization Request parameters

public class CGDataRequestShapeRasterization : CGDataRequestRasterization
Inheritance
CGDataRequestShapeRasterization
Inherited Members

Constructors

CGDataRequestShapeRasterization(SubArray<float>, float, float, int, float, ModeEnum)

public CGDataRequestShapeRasterization(SubArray<float> relativeDistance, float start, float rasterizedRelativeLength, int resolution, float angle, CGDataRequestRasterization.ModeEnum mode = ModeEnum.Even)

Parameters

relativeDistance SubArray<float>
start float
rasterizedRelativeLength float
resolution int
angle float
mode CGDataRequestRasterization.ModeEnum

Properties

RelativeDistances

The RelativeDistances array of the CGPath instance used for the shape extrusion that requests the current Shape rasterization

public SubArray<float> RelativeDistances { get; set; }

Property Value

SubArray<float>

Remarks

Setting a new SubArray<T> will Free(SubArray<T>) the current SubArray<T> instance

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string