[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Vector3D

Vector3D Class

Represents a vector in 3D space.

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

Properties

Name Description
X

Gets or sets the distance along X-axis in 3D space.

Default value is 0.

Y

Gets or sets the distance along Y-axis in 3D space.

Default value is 0.

Z

Gets or sets the distance along Z-axis in 3D space.

Default value is 0.

Methods

Name Description
FixInheritedValues()

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

Reset()

Resets the vector to inherited defaults.