GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    GeometryGuide Struct

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a geometry guide that is used to govern the geometry of a GeometryShape.

    • C#
    • VB.NET
    public struct GeometryGuide
    Public Structure GeometryGuide

    Properties

    Formula

    Gets the formula that is used to calculate the value for a guide.

    • C#
    • VB.NET
    public readonly string Formula { get; }
    Public ReadOnly Property Formula As String
    Property Value
    String

    The formula that is used to calculate the value for a guide.

    Remarks

    Each formula has a certain number of arguments and a specific set of operations to perform on these arguments in order to generate a value for a guide. There are a total of 17 different formulas available.

    Name

    Gets the name that is used to reference to this guide.

    • C#
    • VB.NET
    public readonly string Name { get; }
    Public ReadOnly Property Name As String
    Property Value
    String

    The name that is used to reference to this guide.

    Methods

    ToString()

    Returns a String that represents this GeometryGuide instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    String

    A String that represents this GeometryGuide instance.

    Overrides
    ValueType.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.