Search Results for

    Show / Hide Table of Contents

    Class StudioImageCaptureBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    StudioImageCaptureBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Display
    Assembly: NXOpen.dll
    Syntax
    public class StudioImageCaptureBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    StudioImageCaptureBuilder()

    Declaration
    protected StudioImageCaptureBuilder()

    Properties

    AASamplesEnum

    Declaration
    public StudioImageCaptureBuilder.AASamplesEnumType AASamplesEnum { get; set; }
    Property Value
    Type Description
    StudioImageCaptureBuilder.AASamplesEnumType

    BackgroundOption

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

    DpiEnum

    Declaration
    public StudioImageCaptureBuilder.DPIEnumType DpiEnum { get; set; }
    Property Value
    Type Description
    StudioImageCaptureBuilder.DPIEnumType

    DrawingSizeEnum

    Declaration
    public StudioImageCaptureBuilder.DrawingSizeEnumType DrawingSizeEnum { get; set; }
    Property Value
    Type Description
    StudioImageCaptureBuilder.DrawingSizeEnumType

    EnhanceEdges

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

    NativeFileBrowser

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

    OrientEnum

    Declaration
    public StudioImageCaptureBuilder.OrientEnumType OrientEnum { get; set; }
    Property Value
    Type Description
    StudioImageCaptureBuilder.OrientEnumType

    UnitsEnum

    Declaration
    public StudioImageCaptureBuilder.UnitsEnumType UnitsEnum { get; set; }
    Property Value
    Type Description
    StudioImageCaptureBuilder.UnitsEnumType

    Methods

    GetCustomBackgroundColor()

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

    GetImageDimensionsDouble()

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

    GetImageDimensionsInteger()

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

    SetCustomBackgroundColor(Double[])

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

    SetImageDimensionsDouble(Double[])

    Declaration
    public void SetImageDimensionsDouble(double[] imageDimensionsDouble)
    Parameters
    Type Name Description
    System.Double[] imageDimensionsDouble

    SetImageDimensionsInteger(Int32[])

    Declaration
    public void SetImageDimensionsInteger(int[] imageDimensionsInteger)
    Parameters
    Type Name Description
    System.Int32[] imageDimensionsInteger

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX