Search Results for

    Show / Hide Table of Contents

    Class ImageExportBuilder

    Inheritance
    System.Object
    ImageExportBuilder
    Namespace: NXOpen.Gateway
    Assembly: NXOpenUI.dll
    Syntax
    public class ImageExportBuilder : Builder

    Constructors

    ImageExportBuilder()

    Declaration
    protected ImageExportBuilder()

    Properties

    BackgroundOption

    Declaration
    public ImageExportBuilder.BackgroundOptions BackgroundOption { get; set; }
    Property Value
    Type Description
    ImageExportBuilder.BackgroundOptions

    EnhanceEdges

    Declaration
    public bool EnhanceEdges { get; set; }
    Property Value
    Type Description
    System.Boolean

    FileFormat

    Declaration
    public ImageExportBuilder.FileFormats FileFormat { get; set; }
    Property Value
    Type Description
    ImageExportBuilder.FileFormats

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    RegionHeight

    Declaration
    public int RegionHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    RegionMode

    Declaration
    public bool RegionMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    RegionWidth

    Declaration
    public int RegionWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetCustomBackgroundColor()

    Declaration
    public double[] GetCustomBackgroundColor()
    Returns
    Type Description
    System.Double[]

    GetRegionTopLeftPoint()

    Declaration
    public int[] GetRegionTopLeftPoint()
    Returns
    Type Description
    System.Int32[]

    SetCustomBackgroundColor(Double[])

    Declaration
    public void SetCustomBackgroundColor(double[] customBackgroundColor)
    Parameters
    Type Name Description
    System.Double[] customBackgroundColor

    SetRegionTopLeftPoint(Int32[])

    Declaration
    public void SetRegionTopLeftPoint(int[] regionTopLeftPoint)
    Parameters
    Type Name Description
    System.Int32[] regionTopLeftPoint
    In This Article
    Back to top Generated by DocFX