Class ImageCaptureBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImageCaptureBuilder
Inherited Members
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.Gateway
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
Type | Description |
---|---|
ImageCaptureBuilder.CaptureMethodType |
File
Declaration
public string File { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
Declaration
public ImageCaptureBuilder.ImageFormat Format { get; set; }
Property Value
Type | Description |
---|---|
ImageCaptureBuilder.ImageFormat |
ImageFile
Declaration
public string ImageFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Declaration
public ImageCaptureBuilder.ImageSize Size { get; set; }
Property Value
Type | Description |
---|---|
ImageCaptureBuilder.ImageSize |
Methods
GetRegion(out Int32[], out Int32[])
Declaration
public void GetRegion(out int[] topLeftCorner, out int[] bottomRightCorner)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | topLeftCorner | |
System.Int32[] | bottomRightCorner |
SetRegion(Int32[], Int32[])
Declaration
public void SetRegion(int[] topLeftCorner, int[] bottomRightCorner)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | topLeftCorner | |
System.Int32[] | bottomRightCorner |
Implements
System.Runtime.Remoting.Messaging.IMessageSink