Class ImageCaptureBuilder
Inheritance
ImageCaptureBuilder
Assembly: NXOpen.dll
Syntax
public class ImageCaptureBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ImageCaptureBuilder()
Declaration
protected ImageCaptureBuilder()
Properties
CaptureMethod
Declaration
public ImageCaptureBuilder.CaptureMethodType CaptureMethod { get; set; }
Property Value
File
Declaration
public string File { get; set; }
Property Value
Declaration
public ImageCaptureBuilder.ImageFormat Format { get; set; }
Property Value
ImageFile
Declaration
public string ImageFile { get; set; }
Property Value
Size
Declaration
public ImageCaptureBuilder.ImageSize Size { get; set; }
Property Value
Methods
GetRegion(out int[], out int[])
Declaration
public void GetRegion(out int[] topLeftCorner, out int[] bottomRightCorner)
Parameters
Type |
Name |
Description |
int[] |
topLeftCorner |
|
int[] |
bottomRightCorner |
|
SetRegion(int[], int[])
Declaration
public void SetRegion(int[] topLeftCorner, int[] bottomRightCorner)
Parameters
Type |
Name |
Description |
int[] |
topLeftCorner |
|
int[] |
bottomRightCorner |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink