Table of Contents

Struct InkPoint

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Represents a point, radius pair that makes up part of a InkBezierSegment.

public struct InkPoint
Inherited Members

Fields

Radius

No documentation.

public float Radius

Field Value

float

X

No documentation.

public float X

Field Value

float

Y

No documentation.

public float Y

Field Value

float