[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Point3D

Point3D Class

Represents a point in 3D space.

Inheritance
Point3D
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Point3D : FormattingBag
Public Class Point3D
    Inherits FormattingBag

Properties

Name Description
X

Gets or sets the X-Coordinate in 3D space.

Default value is 0.

Y

Gets or sets the Y-Coordinate in 3D space.

Default value is 0.

Z

Gets or sets the Z-Coordinate in 3D space.

Default value is 0.

Methods

Name Description
FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

Reset()

Resets the point to inherited defaults.