Class ImageExportBuilder
Inheritance
ImageExportBuilder
Assembly: NXOpen.dll
Syntax
public class ImageExportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ImageExportBuilder()
Declaration
protected ImageExportBuilder()
Properties
BackgroundOption
Declaration
public ImageExportBuilder.BackgroundOptions BackgroundOption { get; set; }
Property Value
DeviceHeight
Declaration
public int DeviceHeight { get; set; }
Property Value
DeviceWidth
Declaration
public int DeviceWidth { get; set; }
Property Value
EnhanceEdges
Declaration
public bool EnhanceEdges { get; set; }
Property Value
Declaration
public ImageExportBuilder.FileFormats FileFormat { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
RegionHeight
Declaration
public int RegionHeight { get; set; }
Property Value
RegionMode
Declaration
public bool RegionMode { get; set; }
Property Value
RegionWidth
Declaration
public int RegionWidth { get; set; }
Property Value
Methods
GetCustomBackgroundColor()
Declaration
public double[] GetCustomBackgroundColor()
Returns
GetRegionTopLeftPoint()
Declaration
public int[] GetRegionTopLeftPoint()
Returns
SetCustomBackgroundColor(double[])
Declaration
public void SetCustomBackgroundColor(double[] customBackgroundColor)
Parameters
Type |
Name |
Description |
double[] |
customBackgroundColor |
|
SetRegionTopLeftPoint(int[])
Declaration
public void SetRegionTopLeftPoint(int[] regionTopLeftPoint)
Parameters
Type |
Name |
Description |
int[] |
regionTopLeftPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink