Point Class Documentation

classPoint : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Represents a discrete point or space in a PDF.

A Point in a PDF document is in the right plane, relative to the origin being the lower left corner of the document.

Uses types

Constructor & Destructor Documentation

Point

Point(Pointrhs, InternalConstructsignifier)

Parameters

rhs: Point
signifier: InternalConstruct

Point

Point()

Create a new point at the origin (0.0, 0.0).

Point

Point(doublenh, doublenv)

Parameters

nh: double

the horizontal coordinate

nv: double

the vertical coordinate

Create a new point at the specified coordinates.

~Point

~Point()

Property Documentation

H

doubleH[get, set]

The horizontal coordinate of the point.

V

doubleV[get, set]

The vertical coordinate of the point.

Member Function Documentation

ConstructorRetrieve

static PointConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

Point

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

DistanceTransform

PointDistanceTransform(Matrixarg0)

Parameters

arg0: Matrix

Returns:

Point

Distance Transform the Point Object by the values in the Matrix parameter, which is a transformation without any translation.

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

SameTypeEquals

boolSameTypeEquals(Pointrhs)

Parameters

rhs: Point

Returns:

bool

ToString

override stringToString()

Returns:

override string

Transform

PointTransform(Matrixarg0)

Parameters

arg0: Matrix

Returns:

Point

Transform the Point Object by the values in the Matrix parameter.