Class ImageExportBuilder
Inheritance
System.Object
ImageExportBuilder
Assembly: NXOpenUI.dll
Syntax
public class ImageExportBuilder : Builder
Constructors
ImageExportBuilder()
Declaration
protected ImageExportBuilder()
Properties
BackgroundOption
Declaration
public ImageExportBuilder.BackgroundOptions BackgroundOption { get; set; }
Property Value
EnhanceEdges
Declaration
public bool EnhanceEdges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ImageExportBuilder.FileFormats FileFormat { get; set; }
Property Value
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 |
|