[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Point3D

Class Point3D

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a point in 3D space.

public class Point3D : FormattingBag
Inheritance
object
Point3D
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

X

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

Default value is 0.

public float X { get; set; }

Property Value

float

Y

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

Default value is 0.

public float Y { get; set; }

Property Value

float

Z

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

Default value is 0.

public float Z { get; set; }

Property Value

float

Methods

FixInheritedValues()

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

protected override void FixInheritedValues()

Reset()

Resets the point to inherited defaults.

public void Reset()