Class StudioImageCaptureBuilder
Inheritance
StudioImageCaptureBuilder
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
BackgroundOption
Declaration
public StudioImageCaptureBuilder.BackgroundOptions BackgroundOption { get; set; }
Property Value
DpiEnum
Declaration
public StudioImageCaptureBuilder.DPIEnumType DpiEnum { get; set; }
Property Value
DrawingSizeEnum
Declaration
public StudioImageCaptureBuilder.DrawingSizeEnumType DrawingSizeEnum { get; set; }
Property Value
EnhanceEdges
Declaration
public bool EnhanceEdges { get; set; }
Property Value
NativeFileBrowser
Declaration
public string NativeFileBrowser { get; set; }
Property Value
OrientEnum
Declaration
public StudioImageCaptureBuilder.OrientEnumType OrientEnum { get; set; }
Property Value
Source
Declaration
public StudioImageCaptureBuilder.SourceType Source { get; set; }
Property Value
UnitsEnum
Declaration
public StudioImageCaptureBuilder.UnitsEnumType UnitsEnum { get; set; }
Property Value
Methods
GetCustomBackgroundColor()
Declaration
public double[] GetCustomBackgroundColor()
Returns
GetImageDimensionsDouble()
Declaration
public double[] GetImageDimensionsDouble()
Returns
GetImageDimensionsInteger()
Declaration
public int[] GetImageDimensionsInteger()
Returns
SetCustomBackgroundColor(double[])
Declaration
public void SetCustomBackgroundColor(double[] customBackgroundColor)
Parameters
Type |
Name |
Description |
double[] |
customBackgroundColor |
|
SetImageDimensionsDouble(double[])
Declaration
public void SetImageDimensionsDouble(double[] imageDimensionsDouble)
Parameters
Type |
Name |
Description |
double[] |
imageDimensionsDouble |
|
SetImageDimensionsInteger(int[])
Declaration
public void SetImageDimensionsInteger(int[] imageDimensionsInteger)
Parameters
Type |
Name |
Description |
int[] |
imageDimensionsInteger |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink