IC Imaging Control4.0 APIリファレンスマニュアル.NET版
  • TOP
    • What's New
    • ライブラリ構成
    • プログラマーズガイド
    • サンプルプログラム
    • 技術関連項目
    • APIリファレンス
    • サポート
    • リンク集
  • What's New
    • IC Imaging Control 3.x .NET コンポーネントから4.0への移行
  • ライブラリ構成
  • プログラマーズガイド
    • Getting Started
    • Device Enumeration
    • Configuring a Video Capture Device
    • Grabbing an Image
  • サンプルプログラム
  • 技術関連項目
    • Grabber States
    • Accessing Device Properties
    • Error Handling
    • Logging
    • Distributing Your Applications
  • API リファレンス
    • ic4
    • ic4.WinForms
  • サポート
  • リンク集
言語
Ver.
  • IC Imaging Control_Ver4.0(.NET)
  • APIリファレンス
  • ic4
  • Enum ImageBuffer.CopyOptions
Show / Hide Table of Contents
  • ic4
    • BufferPool
    • DeviceEnum
    • DeviceInfo
    • Display
    • DisplayNotation
    • DisplayRenderPosition
    • DisplayStatistics
    • DisplayType
    • EmbeddedDisplay
    • ErrorCode
    • FloatingDisplay
    • FloatRepresentation
    • FrameMetaData
    • Grabber
    • HandleObject
    • IBufferAllocator
    • IC4Exception
    • IDisplay
    • ImageBuffer
    • ImageBuffer.CopyOptions
    • ImageBufferExtensions
    • ImageBufferExtensionsOpenCvSharp
    • ImageBufferExtensionsSystemDrawing
    • ImageBufferExtensionsSystemWindowsMedia
    • ImageType
    • Interface
    • IntRepresentation
    • Library
    • LogLevel
    • LogTarget
    • PixelFormat
    • PngCompressionLevel
    • PropBoolean
    • PropCategory
    • PropCommand
    • PropEnumEntry
    • PropEnumeration
    • Property
    • PropertyIncrementMode
    • PropertyMap
    • PropertyType
    • PropertyVisibility
    • PropFloat
    • PropId
    • PropIdBoolean
    • PropIdCommand
    • PropIdEnumeration
    • PropIdFloat
    • PropIdInteger
    • PropIdRegister
    • PropIdString
    • PropInteger
    • PropRegister
    • PropString
    • QueueSink
    • QueueSinkConnectedEventArgs
    • QueueSinkEventArgs
    • QueueSinkQueueSizes
    • Sink
    • SinkMode
    • SinkType
    • SnapSink
    • SnapSinkAllocationStrategy
    • StreamSetupOption
    • StreamStatistics
    • TransportLayerType
    • VideoWriter
    • VideoWriterType
  • ic4.WinForms
    • Dialogs
    • Display
    • PropertyDialogFlags

Enum ImageBuffer.CopyOptions

Defines options to configure the behavior of CopyFrom(ImageBuffer, CopyOptions)

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
[Flags]
public enum ImageBuffer.CopyOptions

Fields

Name Description
None

Default behavior. Copy image data, meta data and chunk data.

SkipChunkData

Instructs CopyFrom(ImageBuffer, CopyOptions) to not copy the chunk data.

SkipImage

Instructs CopyFrom(ImageBuffer, CopyOptions) to skip the image data when copying.

In This Article
ページ上部へ戻る