Class StudioImageCaptureBuilder
Inheritance
System.Object
System.MarshalByRefObject
StudioImageCaptureBuilder
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.Display
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
Type | Description |
---|---|
StudioImageCaptureBuilder.AASamplesEnumType |
DpiEnum
Declaration
public StudioImageCaptureBuilder.DPIEnumType DpiEnum { get; set; }
Property Value
Type | Description |
---|---|
StudioImageCaptureBuilder.DPIEnumType |
DrawingSizeEnum
Declaration
public StudioImageCaptureBuilder.DrawingSizeEnumType DrawingSizeEnum { get; set; }
Property Value
Type | Description |
---|---|
StudioImageCaptureBuilder.DrawingSizeEnumType |
NativeFileBrowser
Declaration
public string NativeFileBrowser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrientEnum
Declaration
public StudioImageCaptureBuilder.OrientEnumType OrientEnum { get; set; }
Property Value
Type | Description |
---|---|
StudioImageCaptureBuilder.OrientEnumType |
UnitsEnum
Declaration
public StudioImageCaptureBuilder.UnitsEnumType UnitsEnum { get; set; }
Property Value
Type | Description |
---|---|
StudioImageCaptureBuilder.UnitsEnumType |
Methods
GetImageDimensionsDouble()
Declaration
public double[] GetImageDimensionsDouble()
Returns
Type | Description |
---|---|
System.Double[] |
GetImageDimensionsInteger()
Declaration
public int[] GetImageDimensionsInteger()
Returns
Type | Description |
---|---|
System.Int32[] |
SetImageDimensionsDouble(Double[])
Declaration
public void SetImageDimensionsDouble(double[] imageDimensionsDouble)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | imageDimensionsDouble |
SetImageDimensionsInteger(Int32[])
Declaration
public void SetImageDimensionsInteger(int[] imageDimensionsInteger)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | imageDimensionsInteger |
Implements
System.Runtime.Remoting.Messaging.IMessageSink