• Bitmap for UWP
  • 主な特長
  • オブジェクトモデルの概要
  • クイックスタート
  • 機能
    • 画像の読み込みおよび保存
    • 変換の適用
      • 画像のクリッピング
      • 画像の反転
      • 画像の回転
      • 画像の拡大/縮小
  • Bitmap の操作
    • Direct2D エフェクトの適用
  • リファレンス
    • C1.UWP.Bitmap アセンブリ
      • 名前空間
        • C1.Xaml.Bitmap 名前空間
          • 概要
          • クラス
            • BaseOptions
              • 概要
              • メンバ
              • BaseOptions コンストラクタ
              • プロパティ
                • SourceRect プロパティ
            • BaseTransform
              • 概要
              • メンバ
            • BmpOptions
              • 概要
              • メンバ
              • BmpOptions コンストラクタ
              • プロパティ
                • EnableV5Header32bppBGRA プロパティ
            • C1Bitmap
              • 概要
              • メンバ
              • C1Bitmap コンストラクタ
                • C1Bitmap コンストラクタ()
                • C1Bitmap コンストラクタ(ImagingFactory)
              • メソッド
                • BitsPerPixel メソッド
                • CanConvertTo メソッド
                • CreateImage メソッド
                • CreatePaletteFromBitmap メソッド
                • CreatePredefinedPalette メソッド
                • DiscardImage メソッド
                • Dispose メソッド
                • ExportFragment メソッド
                  • ExportFragment(IntPtr,ImageRect) メソッド
                  • ExportFragment(SoftwareBitmap,ImageRect) メソッド
                  • ExportFragment(WriteableBitmap,ImageRect) メソッド
                • GetPalette メソッド
                • Import メソッド
                  • Import(C1Bitmap) メソッド
                  • Import(Byte[],Int32,Int32,PixelFormat) メソッド
                  • Import(IntPtr,Int32,Int32,PixelFormat) メソッド
                  • Import(SoftwareBitmap) メソッド
                  • Import(WriteableBitmap) メソッド
                  • Import(Bitmap1) メソッド
                  • Import(Bitmap1,DeviceContext,RectL) メソッド
                • ImportAsFragment メソッド
                  • ImportAsFragment(C1Bitmap,Int32,Int32) メソッド
                  • ImportAsFragment(Byte[],ImageRect) メソッド
                  • ImportAsFragment(IntPtr,ImageRect) メソッド
                  • ImportAsFragment(SoftwareBitmap,Int32,Int32) メソッド
                  • ImportAsFragment(WriteableBitmap,Int32,Int32) メソッド
                  • ImportAsFragment(Bitmap1,DeviceContext,RectL,Int32,Int32) メソッド
                • Load メソッド
                  • Load(Stream,BaseTransform[]) メソッド
                  • Load(Stream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) メソッド
                  • Load(IInputStream,BaseTransform[]) メソッド
                  • Load(IInputStream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) メソッド
                • LoadAsync メソッド
                  • LoadAsync(StorageFile,BaseTransform[]) メソッド
                  • LoadAsync(StorageFile,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) メソッド
                • LoadMetadata メソッド
                  • LoadMetadata(Stream,ContainerFormat) メソッド
                  • LoadMetadata(IInputStream,ContainerFormat) メソッド
                • LoadMetadataAsync メソッド
                • PixelFormatFromGuid メソッド
                • PixelFormatToGuid メソッド
                • Save メソッド
                  • Save(Stream,ContainerFormat,BaseOptions) メソッド
                  • Save(IOutputStream,ContainerFormat,BaseOptions) メソッド
                • SaveAsBmp メソッド
                  • SaveAsBmp(Stream,BmpOptions) メソッド
                  • SaveAsBmp(IOutputStream,BmpOptions) メソッド
                • SaveAsBmpAsync メソッド
                • SaveAsGif メソッド
                  • SaveAsGif(Stream,GifOptions) メソッド
                  • SaveAsGif(IOutputStream,GifOptions) メソッド
                • SaveAsGifAsync メソッド
                • SaveAsJpeg メソッド
                  • SaveAsJpeg(Stream,JpegOptions) メソッド
                  • SaveAsJpeg(IOutputStream,JpegOptions) メソッド
                • SaveAsJpegAsync メソッド
                • SaveAsJpegXR メソッド
                  • SaveAsJpegXR(Stream,JpegXROptions) メソッド
                  • SaveAsJpegXR(IOutputStream,JpegXROptions) メソッド
                • SaveAsJpegXRAsync メソッド
                • SaveAsPng メソッド
                  • SaveAsPng(Stream,PngOptions) メソッド
                  • SaveAsPng(IOutputStream,PngOptions) メソッド
                • SaveAsPngAsync メソッド
                • SaveAsTiff メソッド
                  • SaveAsTiff(Stream,TiffOptions) メソッド
                  • SaveAsTiff(IOutputStream,TiffOptions) メソッド
                • SaveAsTiffAsync メソッド
                • SaveAsync メソッド
                • SetDpi メソッド
                  • SetDpi(Double) メソッド
                  • SetDpi(Double,Double) メソッド
                • SetPalette メソッド
                • ToByteArray メソッド
                  • ToByteArray() メソッド
                  • ToByteArray(ImageRect) メソッド
                • ToD2DBitmap1 メソッド
                • ToSoftwareBitmap メソッド
                  • ToSoftwareBitmap() メソッド
                  • ToSoftwareBitmap(ImageRect) メソッド
                • ToWriteableBitmap メソッド
                  • ToWriteableBitmap() メソッド
                  • ToWriteableBitmap(ImageRect) メソッド
                • Transform メソッド
              • プロパティ
                • ContainerFormat プロパティ
                • DpiX プロパティ
                • DpiY プロパティ
                • ExtendedMetadata プロパティ
                • FrameMetadata プロパティ
                • GlobalMetadata プロパティ
                • HasImage プロパティ
                • HasMetadata プロパティ
                • ImagingFactory プロパティ
                • IsDisposed プロパティ
                • NativeBitmap プロパティ
                • PixelFormat プロパティ
                • PixelHeight プロパティ
                • PixelWidth プロパティ
            • C1Bitmap.Palette
              • 概要
              • メンバ
              • C1Bitmap.Palette コンストラクタ
              • プロパティ
                • Colors プロパティ
                • HasAlpha プロパティ
                • PaletteType プロパティ
            • Clipper
              • 概要
              • メンバ
              • Clipper コンストラクタ
                • Clipper コンストラクタ()
                • Clipper コンストラクタ(ImageRect)
              • プロパティ
                • ImageRect プロパティ
            • FlipRotator
              • 概要
              • メンバ
              • FlipRotator コンストラクタ
                • FlipRotator コンストラクタ()
                • FlipRotator コンストラクタ(TransformOptions)
              • プロパティ
                • TransformOptions プロパティ
            • FormatConverter
              • 概要
              • メンバ
              • FormatConverter コンストラクタ
                • FormatConverter コンストラクタ()
                • FormatConverter コンストラクタ(PixelFormat)
              • プロパティ
                • AlphaThresholdPercent プロパティ
                • DestinationFormat プロパティ
                • DitherType プロパティ
                • Palette プロパティ
                • PaletteTranslate プロパティ
            • GifOptions
              • 概要
              • メンバ
              • GifOptions コンストラクタ
            • JpegOptions
              • 概要
              • メンバ
              • JpegOptions コンストラクタ
              • プロパティ
                • ImageQuality プロパティ
                • SuppressApp0 プロパティ
                • TransformOptions プロパティ
            • JpegXROptions
              • 概要
              • メンバ
              • JpegXROptions コンストラクタ
              • プロパティ
                • AlphaDataDiscard プロパティ
                • AlphaQuality プロパティ
                • CompressedDomainTranscode プロパティ
                • FrequencyOrder プロパティ
                • HorizontalTileSlices プロパティ
                • IgnoreOverlap プロパティ
                • ImageDataDiscard プロパティ
                • ImageQuality プロパティ
                • InterleavedAlpha プロパティ
                • Lossless プロパティ
                • Overlap プロパティ
                • ProgressiveMode プロパティ
                • Quality プロパティ
                • StreamOnly プロパティ
                • Subsampling プロパティ
                • TransformOptions プロパティ
                • UseCodecOptions プロパティ
                • VerticalTileSlices プロパティ
            • PngOptions
              • 概要
              • メンバ
              • PngOptions コンストラクタ
              • プロパティ
                • Filter プロパティ
                • Interlace プロパティ
            • Scaler
              • 概要
              • メンバ
              • Scaler コンストラクタ
                • Scaler コンストラクタ()
                • Scaler コンストラクタ(Int32,Int32,InterpolationMode)
              • プロパティ
                • DestinationHeight プロパティ
                • DestinationWidth プロパティ
                • InterpolationMode プロパティ
            • TiffOptions
              • 概要
              • メンバ
              • TiffOptions コンストラクタ
              • プロパティ
                • CompressionQuality プロパティ
                • TIFFCompressionMethod プロパティ
          • 列挙型
            • ContainerFormat
            • DitherType
            • InterpolationMode
            • PaletteType
            • PixelFormat
            • PngFilter
            • TiffCompression
            • TransformOptions
          • 構造体
            • ImageRect
              • 概要
              • メンバ
              • ImageRect コンストラクタ
                • ImageRect コンストラクタ(Int32,Int32)
                • ImageRect コンストラクタ(Int32,Int32,Int32,Int32)
                • ImageRect コンストラクタ(RectL)
              • メソッド
                • Contains メソッド
                  • Contains(Int32,Int32) メソッド
                  • Contains(ImageRect) メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(ImageRect) メソッド
                • FromLTRB メソッド
                • GetHashCode メソッド
                • Inflate メソッド
                • Intersect メソッド
                • IntersectsWith メソッド
                • Offset メソッド
                • ToRectL メソッド
                • ToString メソッド
                • Union メソッド
              • プロパティ
                • Bottom プロパティ
                • HasSpace プロパティ
                • Left プロパティ
                • Right プロパティ
                • Top プロパティ
              • フィールド
                • Empty フィールド
                • Height フィールド
                • Width フィールド
                • X フィールド
                • Y フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • PaletteColor
              • 概要
              • メンバ
              • PaletteColor コンストラクタ
                • PaletteColor コンストラクタ(UInt32)
                • PaletteColor コンストラクタ(Int32,Int32,Int32,Int32)
                • PaletteColor コンストラクタ(ColorF)
                • PaletteColor コンストラクタ(Color)
              • メソッド
                • Equals メソッド
                  • Equals(PaletteColor) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • ToColor メソッド
                • ToColorF メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
              • プロパティ
                • A プロパティ
                • B プロパティ
                • G プロパティ
                • IsEmpty プロパティ
                • IsTransparent プロパティ
                • R プロパティ
              • フィールド
                • AliceBlue フィールド
                • AntiqueWhite フィールド
                • Aqua フィールド
                • Aquamarine フィールド
                • Azure フィールド
                • Beige フィールド
                • Bisque フィールド
                • Black フィールド
                • BlanchedAlmond フィールド
                • Blue フィールド
                • BlueViolet フィールド
                • Brown フィールド
                • BurlyWood フィールド
                • CadetBlue フィールド
                • Chartreuse フィールド
                • Chocolate フィールド
                • Coral フィールド
                • CornflowerBlue フィールド
                • Cornsilk フィールド
                • Crimson フィールド
                • Cyan フィールド
                • DarkBlue フィールド
                • DarkCyan フィールド
                • DarkGoldenrod フィールド
                • DarkGray フィールド
                • DarkGreen フィールド
                • DarkKhaki フィールド
                • DarkMagenta フィールド
                • DarkOliveGreen フィールド
                • DarkOrange フィールド
                • DarkOrchid フィールド
                • DarkRed フィールド
                • DarkSalmon フィールド
                • DarkSeaGreen フィールド
                • DarkSlateBlue フィールド
                • DarkSlateGray フィールド
                • DarkTurquoise フィールド
                • DarkViolet フィールド
                • DeepPink フィールド
                • DeepSkyBlue フィールド
                • DimGray フィールド
                • DodgerBlue フィールド
                • Empty フィールド
                • Firebrick フィールド
                • FloralWhite フィールド
                • ForestGreen フィールド
                • Fuchsia フィールド
                • Gainsboro フィールド
                • GhostWhite フィールド
                • Gold フィールド
                • Goldenrod フィールド
                • Gray フィールド
                • Green フィールド
                • GreenYellow フィールド
                • Honeydew フィールド
                • HotPink フィールド
                • IndianRed フィールド
                • Indigo フィールド
                • Ivory フィールド
                • Khaki フィールド
                • Lavender フィールド
                • LavenderBlush フィールド
                • LawnGreen フィールド
                • LemonChiffon フィールド
                • LightBlue フィールド
                • LightCoral フィールド
                • LightCyan フィールド
                • LightGoldenrodYellow フィールド
                • LightGray フィールド
                • LightGreen フィールド
                • LightPink フィールド
                • LightSalmon フィールド
                • LightSeaGreen フィールド
                • LightSkyBlue フィールド
                • LightSlateGray フィールド
                • LightSteelBlue フィールド
                • LightYellow フィールド
                • Lime フィールド
                • LimeGreen フィールド
                • Linen フィールド
                • Magenta フィールド
                • Maroon フィールド
                • MediumAquamarine フィールド
                • MediumBlue フィールド
                • MediumOrchid フィールド
                • MediumPurple フィールド
                • MediumSeaGreen フィールド
                • MediumSlateBlue フィールド
                • MediumSpringGreen フィールド
                • MediumTurquoise フィールド
                • MediumVioletRed フィールド
                • MidnightBlue フィールド
                • MintCream フィールド
                • MistyRose フィールド
                • Moccasin フィールド
                • NavajoWhite フィールド
                • Navy フィールド
                • OldLace フィールド
                • Olive フィールド
                • OliveDrab フィールド
                • Orange フィールド
                • OrangeRed フィールド
                • Orchid フィールド
                • PaleGoldenrod フィールド
                • PaleGreen フィールド
                • PaleTurquoise フィールド
                • PaleVioletRed フィールド
                • PapayaWhip フィールド
                • PeachPuff フィールド
                • Peru フィールド
                • Pink フィールド
                • Plum フィールド
                • PowderBlue フィールド
                • Purple フィールド
                • Red フィールド
                • RosyBrown フィールド
                • RoyalBlue フィールド
                • SaddleBrown フィールド
                • Salmon フィールド
                • SandyBrown フィールド
                • SeaGreen フィールド
                • SeaShell フィールド
                • Sienna フィールド
                • Silver フィールド
                • SkyBlue フィールド
                • SlateBlue フィールド
                • SlateGray フィールド
                • Snow フィールド
                • SpringGreen フィールド
                • SteelBlue フィールド
                • Tan フィールド
                • Teal フィールド
                • Thistle フィールド
                • Tomato フィールド
                • Transparent フィールド
                • Turquoise フィールド
                • Value フィールド
                • Violet フィールド
                • Wheat フィールド
                • White フィールド
                • WhiteSmoke フィールド
                • Yellow フィールド
                • YellowGreen フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
    • C1.UWP.DX アセンブリ
      • 名前空間
        • C1.Util.DX 名前空間
          • 概要
          • クラス
            • CallbackBase
              • 概要
              • メンバ
            • ComArray<T>
              • 概要
              • メンバ
              • ComArray<T> コンストラクタ
                • ComArray<T> コンストラクタ(T[])
                • ComArray<T> コンストラクタ(Int32)
              • プロパティ
                • Item プロパティ
            • ComArrayBase
              • 概要
              • メンバ
              • ComArrayBase コンストラクタ
                • ComArrayBase コンストラクタ(ComObject[])
                • ComArrayBase コンストラクタ(Int32)
              • メソッド
                • Get メソッド
                • Set メソッド
              • プロパティ
                • Length プロパティ
                • NativePointer プロパティ
            • ComObject
              • 概要
              • メンバ
              • ComObject コンストラクタ
                • ComObject コンストラクタ(IntPtr)
                • ComObject コンストラクタ(Object)
              • メソッド
                • As メソッド
                  • As<T>(Object) メソッド
                  • As<T>(IntPtr) メソッド
                • EqualsComObject<T> メソッド
                • QueryInterface メソッド
                  • QueryInterface(Guid,IntPtr) メソッド
                  • QueryInterface<T>() メソッド
                  • QueryInterface<T>(Object) メソッド
                • QueryInterfaceOrNull メソッド
                  • QueryInterfaceOrNull(Guid) メソッド
                  • QueryInterfaceOrNull<T>(IntPtr) メソッド
                  • QueryInterfaceOrNull<T>() メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComObjectCallback
              • 概要
              • メンバ
              • プロパティ
                • Shadow プロパティ
            • ComObjectEventArgs
              • 概要
              • メンバ
              • ComObjectEventArgs コンストラクタ
              • フィールド
                • Object フィールド
            • ComObjectShadow
              • 概要
              • メンバ
            • Configuration
              • 概要
              • メンバ
              • フィールド
                • EnableObjectTracking フィールド
                • EnableReleaseOnFinalizer フィールド
                • EnableTrackingReleaseOnFinalizer フィールド
                • UseThreadStaticObjectTracking フィールド
            • CppObject
              • 概要
              • メンバ
              • CppObject コンストラクタ
              • メソッド
                • FromPointer<T> メソッド
                • ToCallbackPtr<TCallback> メソッド
              • プロパティ
                • NativePointer プロパティ
                • Tag プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CppObjectShadow
              • 概要
              • メンバ
              • メソッド
                • Initialize メソッド
              • プロパティ
                • Callback プロパティ
            • DataStream
              • 概要
              • メンバ
              • DataStream コンストラクタ
                • DataStream コンストラクタ(Blob)
                • DataStream コンストラクタ(Int32,Boolean,Boolean)
                • DataStream コンストラクタ(DataPointer)
                • DataStream コンストラクタ(IntPtr,Int64,Boolean,Boolean)
              • メソッド
                • Create<T> メソッド
                • Flush メソッド
                • Read メソッド
                  • Read<T>() メソッド
                  • Read(Byte[],Int32,Int32) メソッド
                  • Read(IntPtr,Int32,Int32) メソッド
                • ReadBoolean メソッド
                • ReadByte メソッド
                • ReadColorF メソッド
                • ReadFloat メソッド
                • ReadInt メソッド
                • ReadMatrix4x4 メソッド
                • ReadRange メソッド
                  • ReadRange<T>(Int32) メソッド
                  • ReadRange<T>(T[],Int32,Int32) メソッド
                • ReadShort メソッド
                • ReadVector2 メソッド
                • ReadVector3 メソッド
                • ReadVector4 メソッド
                • Seek メソッド
                • SetLength メソッド
                • Write メソッド
                  • Write<T>(T) メソッド
                  • Write(Single) メソッド
                  • Write(Int32) メソッド
                  • Write(Int16) メソッド
                  • Write(Boolean) メソッド
                  • Write(Vector2) メソッド
                  • Write(Vector3) メソッド
                  • Write(Vector4) メソッド
                  • Write(ColorF) メソッド
                  • Write(Matrix4x4) メソッド
                  • Write(Byte[],Int32,Int32) メソッド
                  • Write(IntPtr,Int32,Int32) メソッド
                • WriteRange メソッド
                  • WriteRange<T>(T[]) メソッド
                  • WriteRange(IntPtr,Int64) メソッド
                  • WriteRange<T>(T[],Int32,Int32) メソッド
              • プロパティ
                • CanRead プロパティ
                • CanSeek プロパティ
                • CanWrite プロパティ
                • DataPointer プロパティ
                • Length プロパティ
                • Position プロパティ
                • PositionPointer プロパティ
                • RemainingLength プロパティ
              • オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
            • DisposeBase
              • 概要
              • メンバ
              • メソッド
                • Dispose メソッド
              • プロパティ
                • IsDisposed プロパティ
              • イベント
                • Disposed イベント
                • Disposing イベント
            • DXUtil
              • 概要
              • メンバ
              • メソッド
                • AllocateClearedMemory メソッド
                • AllocateMemory メソッド
                • Any<T> メソッド
                • Array<T> メソッド
                • BuildPropertyGetter<T> メソッド
                • BuildPropertySetter<T> メソッド
                • Clamp メソッド
                  • Clamp(Single,Single,Single) メソッド
                  • Clamp(Int32,Int32,Int32) メソッド
                • ClearMemory メソッド
                • Compare メソッド
                • CompareMemory メソッド
                • ConvertToBoolArray メソッド
                • CopyMemory メソッド
                • Dispose<T> メソッド
                • Distinct<TSource> メソッド
                • FreeDisposedShadowPointers メソッド
                • FreeMemory メソッド
                • GetCustomAttribute<T> メソッド
                • GetCustomAttributes<T> メソッド
                • GetGuidFromType メソッド
                • IsAssignableFrom メソッド
                • IsEnum メソッド
                • IsOne メソッド
                • IsValueType メソッド
                • IsZero メソッド
                • Join メソッド
                • Lerp メソッド
                  • Lerp(Double,Double,Double) メソッド
                  • Lerp(Single,Single,Single) メソッド
                • NearEqual メソッド
                • Pin メソッド
                  • Pin<T>(T,Action<IntPtr>) メソッド
                  • Pin<T>(T[],Action<IntPtr>) メソッド
                • PtrToStringUni メソッド
                • Read メソッド
                  • Read<T>(IntPtr) メソッド
                  • Read<T>(IntPtr,T) メソッド
                  • Read<T>(IntPtr,T[],Int32,Int32) メソッド
                • ReadAndPosition<T> メソッド
                • ReadOut<T> メソッド
                • ReadStream メソッド
                • SelectMany<TSource,TResult> メソッド
                • SizeOf メソッド
                  • SizeOf<T>() メソッド
                  • SizeOf<T>(T[]) メソッド
                • Sleep メソッド
                • StringToHGlobalAnsi メソッド
                • StringToHGlobalUni メソッド
                • ToArray<T> メソッド
                • ToByteArray<T> メソッド
                • WithinEpsilon メソッド
                • Write メソッド
                  • Write<T>(IntPtr,T) メソッド
                  • Write<T>(IntPtr,T[],Int32,Int32) メソッド
                • WriteAndPosition<T> メソッド
              • フィールド
                • ToDegrees フィールド
                • ToRadians フィールド
                • ZeroTolerance フィールド
            • EqualityComparer
              • 概要
              • メンバ
              • フィールド
                • DefaultIntPtr フィールド
            • FunctionCallback
              • 概要
              • メンバ
              • FunctionCallback コンストラクタ
                • FunctionCallback コンストラクタ(IntPtr)
                • FunctionCallback コンストラクタ(Void)
              • メソッド
                • Equals メソッド
                  • Equals(FunctionCallback) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
              • フィールド
                • Pointer フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
            • HResultDescriptor
              • 概要
              • メンバ
              • HResultDescriptor コンストラクタ
              • メソッド
                • Equals メソッド
                  • Equals(HResultDescriptor) メソッド
                  • Equals(Object) メソッド
                • Find メソッド
                • GetHashCode メソッド
                • RegisterProvider メソッド
                • ToString メソッド
              • プロパティ
                • ApiCode プロパティ
                • Description プロパティ
                • Module プロパティ
                • NativeApiCode プロパティ
                • Result プロパティ
              • オペレータ
                • 等価判定演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • InspectableShadow
              • 概要
              • メンバ
              • InspectableShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • ObjectReference
              • 概要
              • メンバ
              • ObjectReference コンストラクタ
              • メソッド
                • ToString メソッド
              • プロパティ
                • CreationTime プロパティ
                • IsAlive プロパティ
                • Object プロパティ
                • StackTrace プロパティ
            • ObjectTracker
              • 概要
              • メンバ
              • メソッド
                • Find メソッド
                  • Find(IntPtr) メソッド
                  • Find(ComObject) メソッド
                • FindActiveObjects メソッド
                • ReportActiveObjects メソッド
                • Track メソッド
                • UnTrack メソッド
              • イベント
                • Tracked イベント
                • UnTracked イベント
            • ShadowAttribute
              • 概要
              • メンバ
              • ShadowAttribute コンストラクタ
              • メソッド
                • Get メソッド
              • プロパティ
                • Type プロパティ
            • TagAttribute
              • 概要
              • メンバ
              • TagAttribute コンストラクタ
              • プロパティ
                • Value プロパティ
          • 構造体
            • Bool
              • 概要
              • メンバ
              • Bool コンストラクタ
              • メソッド
                • Equals メソッド
                  • Equals(Bool) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • ToString メソッド
              • プロパティ
                • Value プロパティ
              • フィールド
                • False フィールド
                • SizeInBytes フィールド
                • True フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • ColorF
              • 概要
              • メンバ
              • ColorF コンストラクタ
                • ColorF コンストラクタ(Single)
                • ColorF コンストラクタ(Single,Single,Single,Single)
                • ColorF コンストラクタ(UInt32)
                • ColorF コンストラクタ(UInt32,Single)
                • ColorF コンストラクタ(ColorF,Single)
                • ColorF コンストラクタ(Color)
                • ColorF コンストラクタ(Vector3,Single)
                • ColorF コンストラクタ(Vector4)
                • ColorF コンストラクタ(Single[])
              • メソッド
                • AdjustContrast メソッド
                • AdjustContrastRef メソッド
                • AdjustSaturation メソッド
                • AdjustSaturationRef メソッド
                • Equals メソッド
                  • Equals(ColorF) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • FromArgb メソッド
                  • FromArgb(Int32) メソッド
                  • FromArgb(Int32,Int32,Int32) メソッド
                  • FromArgb(Int32,Int32,Int32,Int32) メソッド
                • GetHashCode メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • SmoothStep メソッド
                • SmoothStepRef メソッド
                • ToArgb メソッド
                • ToArray メソッド
                • ToColor メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
                • ToVector3 メソッド
                • ToVector4 メソッド
              • プロパティ
                • IsEmpty プロパティ
                • IsTransparent プロパティ
              • フィールド
                • A フィールド
                • AliceBlue フィールド
                • AntiqueWhite フィールド
                • Aqua フィールド
                • Aquamarine フィールド
                • Azure フィールド
                • B フィールド
                • Beige フィールド
                • Bisque フィールド
                • Black フィールド
                • BlanchedAlmond フィールド
                • Blue フィールド
                • BlueViolet フィールド
                • Brown フィールド
                • BurlyWood フィールド
                • CadetBlue フィールド
                • Chartreuse フィールド
                • Chocolate フィールド
                • Coral フィールド
                • CornflowerBlue フィールド
                • Cornsilk フィールド
                • Crimson フィールド
                • Cyan フィールド
                • DarkBlue フィールド
                • DarkCyan フィールド
                • DarkGoldenrod フィールド
                • DarkGray フィールド
                • DarkGreen フィールド
                • DarkKhaki フィールド
                • DarkMagenta フィールド
                • DarkOliveGreen フィールド
                • DarkOrange フィールド
                • DarkOrchid フィールド
                • DarkRed フィールド
                • DarkSalmon フィールド
                • DarkSeaGreen フィールド
                • DarkSlateBlue フィールド
                • DarkSlateGray フィールド
                • DarkTurquoise フィールド
                • DarkViolet フィールド
                • DeepPink フィールド
                • DeepSkyBlue フィールド
                • DimGray フィールド
                • DodgerBlue フィールド
                • Empty フィールド
                • Firebrick フィールド
                • FloralWhite フィールド
                • ForestGreen フィールド
                • Fuchsia フィールド
                • G フィールド
                • Gainsboro フィールド
                • GhostWhite フィールド
                • Gold フィールド
                • Goldenrod フィールド
                • Gray フィールド
                • Green フィールド
                • GreenYellow フィールド
                • Honeydew フィールド
                • HotPink フィールド
                • IndianRed フィールド
                • Indigo フィールド
                • Ivory フィールド
                • Khaki フィールド
                • Lavender フィールド
                • LavenderBlush フィールド
                • LawnGreen フィールド
                • LemonChiffon フィールド
                • LightBlue フィールド
                • LightCoral フィールド
                • LightCyan フィールド
                • LightGoldenrodYellow フィールド
                • LightGray フィールド
                • LightGreen フィールド
                • LightPink フィールド
                • LightSalmon フィールド
                • LightSeaGreen フィールド
                • LightSkyBlue フィールド
                • LightSlateGray フィールド
                • LightSteelBlue フィールド
                • LightYellow フィールド
                • Lime フィールド
                • LimeGreen フィールド
                • Linen フィールド
                • Magenta フィールド
                • Maroon フィールド
                • MediumAquamarine フィールド
                • MediumBlue フィールド
                • MediumOrchid フィールド
                • MediumPurple フィールド
                • MediumSeaGreen フィールド
                • MediumSlateBlue フィールド
                • MediumSpringGreen フィールド
                • MediumTurquoise フィールド
                • MediumVioletRed フィールド
                • MidnightBlue フィールド
                • MintCream フィールド
                • MistyRose フィールド
                • Moccasin フィールド
                • NavajoWhite フィールド
                • Navy フィールド
                • OldLace フィールド
                • Olive フィールド
                • OliveDrab フィールド
                • Orange フィールド
                • OrangeRed フィールド
                • Orchid フィールド
                • PaleGoldenrod フィールド
                • PaleGreen フィールド
                • PaleTurquoise フィールド
                • PaleVioletRed フィールド
                • PapayaWhip フィールド
                • PeachPuff フィールド
                • Peru フィールド
                • Pink フィールド
                • Plum フィールド
                • PowderBlue フィールド
                • Purple フィールド
                • R フィールド
                • Red フィールド
                • RosyBrown フィールド
                • RoyalBlue フィールド
                • SaddleBrown フィールド
                • Salmon フィールド
                • SandyBrown フィールド
                • SeaGreen フィールド
                • SeaShell フィールド
                • Sienna フィールド
                • Silver フィールド
                • SizeInBytes フィールド
                • SkyBlue フィールド
                • SlateBlue フィールド
                • SlateGray フィールド
                • Snow フィールド
                • SpringGreen フィールド
                • SteelBlue フィールド
                • Tan フィールド
                • Teal フィールド
                • Thistle フィールド
                • Tomato フィールド
                • Transparent フィールド
                • Turquoise フィールド
                • Violet フィールド
                • Wheat フィールド
                • White フィールド
                • WhiteSmoke フィールド
                • Yellow フィールド
                • YellowGreen フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • DataBox
              • 概要
              • メンバ
              • DataBox コンストラクタ
                • DataBox コンストラクタ(IntPtr,Int32,Int32)
                • DataBox コンストラクタ(IntPtr)
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • DataPointer フィールド
                • RowPitch フィールド
                • SlicePitch フィールド
            • DataPointer
              • 概要
              • メンバ
              • DataPointer コンストラクタ
                • DataPointer コンストラクタ(IntPtr,Int32)
                • DataPointer コンストラクタ(Void,Int32)
              • メソッド
                • CopyFrom メソッド
                  • CopyFrom<T>(T[]) メソッド
                  • CopyFrom<T>(T[],Int32,Int32) メソッド
                • CopyTo<T> メソッド
                • Equals メソッド
                  • Equals(DataPointer) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • ToArray メソッド
                  • ToArray() メソッド
                  • ToArray<T>() メソッド
                • ToDataStream メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Pointer フィールド
                • Size フィールド
                • Zero フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • DataRectangle
              • 概要
              • メンバ
              • DataRectangle コンストラクタ
              • フィールド
                • DataPointer フィールド
                • Pitch フィールド
            • HResult
              • 概要
              • メンバ
              • HResult コンストラクタ
                • HResult コンストラクタ(Int32)
                • HResult コンストラクタ(UInt32)
              • メソッド
                • CheckError メソッド
                • Equals メソッド
                  • Equals(HResult) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • GetResultFromException メソッド
                • GetResultFromWin32Error メソッド
                • ToString メソッド
              • プロパティ
                • Code プロパティ
                • Failure プロパティ
                • Success プロパティ
              • フィールド
                • Abort フィールド
                • AccessDenied フィールド
                • Fail フィールド
                • False フィールド
                • Handle フィールド
                • InsufficientBuffer フィールド
                • InvalidArg フィールド
                • InvalidPointer フィールド
                • NoInterface フィールド
                • NotImplemented フィールド
                • Ok フィールド
                • OutOfMemory フィールド
                • UnexpectedFailure フィールド
                • WaitAbandoned フィールド
                • WaitTimeout フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • Matrix3x2
              • 概要
              • メンバ
              • Matrix3x2 コンストラクタ
                • Matrix3x2 コンストラクタ(Single)
                • Matrix3x2 コンストラクタ(Single,Single,Single,Single,Single,Single)
                • Matrix3x2 コンストラクタ(Single[])
              • メソッド
                • Add メソッド
                • AddRef メソッド
                • Divide メソッド
                • DivideRef メソッド
                • Equals メソッド
                  • Equals(Matrix3x2) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • HadamardDivide メソッド
                • HadamardDivideRef メソッド
                • HadamardProduct メソッド
                • HadamardProductRef メソッド
                • Invert メソッド
                • InvertRef メソッド
                  • InvertRef(Matrix3x2) メソッド
                  • InvertRef(Matrix3x2,Matrix3x2) メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • MatrixProduct メソッド
                • MatrixProductRef メソッド
                • Multiply メソッド
                  • Multiply(Matrix3x2,Single) メソッド
                  • Multiply(Matrix3x2,Matrix3x2) メソッド
                • MultiplyRef メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Matrix3x2) メソッド
                  • NegateRef(Matrix3x2,Matrix3x2) メソッド
                • Rotation メソッド
                  • Rotation(Single) メソッド
                  • Rotation(Single,Point2F) メソッド
                • RotationRef メソッド
                  • RotationRef(Matrix3x2,Single) メソッド
                  • RotationRef(Matrix3x2,Single,Point2F) メソッド
                • Scale メソッド
                  • Scale(Single) メソッド
                  • Scale(Single,Single) メソッド
                  • Scale(Size2F) メソッド
                  • Scale(Vector2) メソッド
                  • Scale(Single,Point2F) メソッド
                  • Scale(Single,Single,Point2F) メソッド
                  • Scale(Size2F,Point2F) メソッド
                  • Scale(Vector2,Point2F) メソッド
                • ScaleRef メソッド
                  • ScaleRef(Matrix3x2,Single) メソッド
                  • ScaleRef(Matrix3x2,Single,Single) メソッド
                  • ScaleRef(Matrix3x2,Single,Point2F) メソッド
                  • ScaleRef(Matrix3x2,Single,Single,Point2F) メソッド
                • Skew メソッド
                  • Skew(Single,Single) メソッド
                  • Skew(Single,Single,Point2F) メソッド
                • SkewRef メソッド
                  • SkewRef(Matrix3x2,Single,Single) メソッド
                  • SkewRef(Matrix3x2,Single,Single,Point2F) メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
                • TransformPoint メソッド
                • Translation メソッド
                  • Translation(Single,Single) メソッド
                  • Translation(Size2F) メソッド
                  • Translation(Vector2) メソッド
                • TranslationRef メソッド
              • プロパティ
                • Column1 プロパティ
                • Column2 プロパティ
                • Determinant プロパティ
                • IsIdentity プロパティ
                • Item プロパティ
                  • Item(Int32) プロパティ
                  • Item(Int32,Int32) プロパティ
                • Row1 プロパティ
                • Row2 プロパティ
                • Row3 プロパティ
                • ScaleVector プロパティ
                • TranslationVector プロパティ
              • フィールド
                • Identity フィールド
                • M11 フィールド
                • M12 フィールド
                • M21 フィールド
                • M22 フィールド
                • M31 フィールド
                • M32 フィールド
                • SizeInBytes フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • Matrix4x4
              • 概要
              • メンバ
              • Matrix4x4 コンストラクタ
                • Matrix4x4 コンストラクタ(Single)
                • Matrix4x4 コンストラクタ(Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single)
                • Matrix4x4 コンストラクタ(Single[])
              • メソッド
                • Add メソッド
                • AddRef メソッド
                • Billboard メソッド
                • BillboardRef メソッド
                • ConstrainedBillboard メソッド
                • ConstrainedBillboardRef メソッド
                • Divide メソッド
                • DivideRef メソッド
                • Equals メソッド
                  • Equals(Matrix4x4) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • ExchangeColumns メソッド
                • ExchangeRows メソッド
                • GetHashCode メソッド
                • HadamardDivide メソッド
                • HadamardDivideRef メソッド
                • HadamardProduct メソッド
                • HadamardProductRef メソッド
                • Invert メソッド
                • InvertRef メソッド
                  • InvertRef(Matrix4x4) メソッド
                  • InvertRef(Matrix4x4,Matrix4x4) メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • LookAt メソッド
                • LookAtRef メソッド
                • MatrixProduct メソッド
                • MatrixProductRef メソッド
                • Multiply メソッド
                  • Multiply(Matrix4x4,Single) メソッド
                  • Multiply(Matrix4x4,Matrix4x4) メソッド
                • MultiplyRef メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Matrix4x4) メソッド
                  • NegateRef(Matrix4x4,Matrix4x4) メソッド
                • Orthographic メソッド
                • OrthographicOffCenter メソッド
                • Perspective メソッド
                • PerspectiveFieldOfView メソッド
                • PerspectiveOffCenter メソッド
                • Reflection メソッド
                • ReflectionRef メソッド
                • RotationAxis メソッド
                • RotationAxisRef メソッド
                • RotationX メソッド
                  • RotationX(Single) メソッド
                  • RotationX(Single,Vector3) メソッド
                • RotationXRef メソッド
                  • RotationXRef(Matrix4x4,Single) メソッド
                  • RotationXRef(Matrix4x4,Single,Vector3) メソッド
                • RotationY メソッド
                  • RotationY(Single) メソッド
                  • RotationY(Single,Vector3) メソッド
                • RotationYRef メソッド
                  • RotationYRef(Matrix4x4,Single) メソッド
                  • RotationYRef(Matrix4x4,Single,Vector3) メソッド
                • RotationZ メソッド
                  • RotationZ(Single) メソッド
                  • RotationZ(Single,Vector3) メソッド
                • RotationZRef メソッド
                  • RotationZRef(Matrix4x4,Single) メソッド
                  • RotationZRef(Matrix4x4,Single,Vector3) メソッド
                • Scale メソッド
                  • Scale(Single) メソッド
                  • Scale(Single,Single,Single) メソッド
                  • Scale(Vector3) メソッド
                • ScaleRef メソッド
                  • ScaleRef(Matrix4x4,Single) メソッド
                  • ScaleRef(Matrix4x4,Single,Single,Single) メソッド
                  • ScaleRef(Matrix4x4,Vector3) メソッド
                • Shadow メソッド
                • ShadowRef メソッド
                • Skew メソッド
                • SkewRef メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
                • Translation メソッド
                  • Translation(Vector3) メソッド
                  • Translation(Single,Single,Single) メソッド
                • TranslationRef メソッド
                  • TranslationRef(Matrix4x4,Vector3) メソッド
                  • TranslationRef(Matrix4x4,Single,Single,Single) メソッド
                • Transpose メソッド
                • TransposeRef メソッド
                  • TransposeRef(Matrix4x4) メソッド
                  • TransposeRef(Matrix4x4,Matrix4x4) メソッド
                • World メソッド
                • WorldRef メソッド
                • YawPitchRoll メソッド
              • プロパティ
                • Column1 プロパティ
                • Column2 プロパティ
                • Column3 プロパティ
                • Column4 プロパティ
                • Determinant プロパティ
                • IsIdentity プロパティ
                • Item プロパティ
                  • Item(Int32) プロパティ
                  • Item(Int32,Int32) プロパティ
                • Row1 プロパティ
                • Row2 プロパティ
                • Row3 プロパティ
                • Row4 プロパティ
                • ScaleVector プロパティ
                • TranslationVector プロパティ
              • フィールド
                • Identity フィールド
                • M11 フィールド
                • M12 フィールド
                • M13 フィールド
                • M14 フィールド
                • M21 フィールド
                • M22 フィールド
                • M23 フィールド
                • M24 フィールド
                • M31 フィールド
                • M32 フィールド
                • M33 フィールド
                • M34 フィールド
                • M41 フィールド
                • M42 フィールド
                • M43 フィールド
                • M44 フィールド
                • SizeInBytes フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • Matrix5x4
              • 概要
              • メンバ
              • Matrix5x4 コンストラクタ
                • Matrix5x4 コンストラクタ(Single)
                • Matrix5x4 コンストラクタ(Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single)
                • Matrix5x4 コンストラクタ(Single[])
              • メソッド
                • Add メソッド
                • AddRef メソッド
                • Divide メソッド
                • DivideRef メソッド
                • Equals メソッド
                  • Equals(Matrix5x4) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • Multiply メソッド
                • MultiplyRef メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Matrix5x4) メソッド
                  • NegateRef(Matrix5x4,Matrix5x4) メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
              • プロパティ
                • IsIdentity プロパティ
                • Item プロパティ
                  • Item(Int32) プロパティ
                  • Item(Int32,Int32) プロパティ
                • Row1 プロパティ
                • Row2 プロパティ
                • Row3 プロパティ
                • Row4 プロパティ
                • Row5 プロパティ
              • フィールド
                • Identity フィールド
                • M11 フィールド
                • M12 フィールド
                • M13 フィールド
                • M14 フィールド
                • M21 フィールド
                • M22 フィールド
                • M23 フィールド
                • M24 フィールド
                • M31 フィールド
                • M32 フィールド
                • M33 フィールド
                • M34 フィールド
                • M41 フィールド
                • M42 フィールド
                • M43 フィールド
                • M44 フィールド
                • M51 フィールド
                • M52 フィールド
                • M53 フィールド
                • M54 フィールド
                • SizeInBytes フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • Point2D
              • 概要
              • メンバ
              • Point2D コンストラクタ
                • Point2D コンストラクタ(Double,Double)
                • Point2D コンストラクタ(Point)
                • Point2D コンストラクタ(Point2F)
              • メソッド
                • Distance メソッド
                • DistanceSquared メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(Point2D) メソッド
                • FromDips メソッド
                  • FromDips(Point2D,Single,Single) メソッド
                  • FromDips(Single,Single) メソッド
                • GetHashCode メソッド
                • Offset メソッド
                  • Offset(Double,Double) メソッド
                  • Offset(Size2D) メソッド
                  • Offset(Point2D) メソッド
                  • Offset(Point2D,Double,Double) メソッド
                  • Offset(Point2D,Size2D) メソッド
                  • Offset(Point2D,Point2D) メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(Point2D,Double) メソッド
                  • Scale(Double) メソッド
                  • Scale(Point2D,Double,Double) メソッド
                  • Scale(Double,Double) メソッド
                • ToDips メソッド
                  • ToDips(Point2D,Single,Single) メソッド
                  • ToDips(Single,Single) メソッド
                • ToPoint メソッド
                • ToPoint2F メソッド
                • ToString メソッド
                • Truncate メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • SizeInBytes フィールド
                • X フィールド
                • Y フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 減算演算子 オペレータ
            • Point2F
              • 概要
              • メンバ
              • Point2F コンストラクタ
                • Point2F コンストラクタ(Single,Single)
                • Point2F コンストラクタ(Point)
                • Point2F コンストラクタ(Point2D)
              • メソッド
                • Distance メソッド
                • DistanceSquared メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(Point2F) メソッド
                • FromDips メソッド
                  • FromDips(Point2F,Single,Single) メソッド
                  • FromDips(Single,Single) メソッド
                • GetHashCode メソッド
                • Offset メソッド
                  • Offset(Single,Single) メソッド
                  • Offset(Size2F) メソッド
                  • Offset(Point2F) メソッド
                  • Offset(Vector2) メソッド
                  • Offset(Point2F,Single,Single) メソッド
                  • Offset(Point2F,Size2F) メソッド
                  • Offset(Point2F,Point2F) メソッド
                  • Offset(Point2F,Vector2) メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(Point2F,Single) メソッド
                  • Scale(Single) メソッド
                  • Scale(Point2F,Single,Single) メソッド
                  • Scale(Single,Single) メソッド
                • ToDips メソッド
                  • ToDips(Point2F,Single,Single) メソッド
                  • ToDips(Single,Single) メソッド
                • ToPoint メソッド
                • ToPoint2D メソッド
                • ToString メソッド
                • Transform メソッド
                  • Transform(Matrix3x2) メソッド
                  • Transform(Point2F,Matrix3x2) メソッド
                • TransformRef メソッド
                  • TransformRef(Matrix3x2) メソッド
                  • TransformRef(Point2F,Point2F,Matrix3x2) メソッド
                • Truncate メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • SizeInBytes フィールド
                • X フィールド
                • Y フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 減算演算子 オペレータ
            • Point2L
              • 概要
              • メンバ
              • Point2L コンストラクタ
              • メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(Point2L) メソッド
                • GetHashCode メソッド
                • Offset メソッド
                  • Offset(Int32,Int32) メソッド
                  • Offset(Size2L) メソッド
                  • Offset(Point2L) メソッド
                  • Offset(Point2L,Int32,Int32) メソッド
                  • Offset(Point2L,Size2L) メソッド
                  • Offset(Point2L,Point2L) メソッド
                • ToPoint2D メソッド
                • ToPoint2F メソッド
                • ToString メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • SizeInBytes フィールド
                • X フィールド
                • Y フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 減算演算子 オペレータ
            • PointerSize
              • 概要
              • メンバ
              • PointerSize コンストラクタ
                • PointerSize コンストラクタ(IntPtr)
                • PointerSize コンストラクタ(Int32)
                • PointerSize コンストラクタ(Int64)
              • メソッド
                • Equals メソッド
                  • Equals(PointerSize) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
              • フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 暗黙的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
                • プラス符号 オペレータ
            • RectD
              • 概要
              • メンバ
              • RectD コンストラクタ
                • RectD コンストラクタ(Double,Double)
                • RectD コンストラクタ(Double,Double,Double,Double)
                • RectD コンストラクタ(Rect)
                • RectD コンストラクタ(RectF)
              • メソッド
                • Circumscribe メソッド
                • Contains メソッド
                  • Contains(Double,Double) メソッド
                  • Contains(RectD) メソッド
                • ContainsRef メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(RectD) メソッド
                • EqualsRef メソッド
                • FromDips メソッド
                  • FromDips(RectD,Single,Single) メソッド
                  • FromDips(Single,Single) メソッド
                • FromLTRB メソッド
                • GetHashCode メソッド
                • Inflate メソッド
                  • Inflate(Double,Double) メソッド
                  • Inflate(RectD,Double,Double) メソッド
                • Intersect メソッド
                • IntersectFast メソッド
                • IntersectRef メソッド
                • IntersectsWith メソッド
                • IntersectsWithRef メソッド
                • MakeLTRB メソッド
                • MakeXYWH メソッド
                • Offset メソッド
                  • Offset(Double,Double) メソッド
                  • Offset(RectD,Double,Double) メソッド
                  • Offset(RectD,Size2D) メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(RectD,Double) メソッド
                  • Scale(Double) メソッド
                  • Scale(RectD,Double,Double) メソッド
                  • Scale(Double,Double) メソッド
                • ToDips メソッド
                  • ToDips(RectD,Single,Single) メソッド
                  • ToDips(Single,Single) メソッド
                • ToRect メソッド
                • ToRectF メソッド
                • ToString メソッド
                • Truncate メソッド
                • Union メソッド
                • UnionRef メソッド
              • プロパティ
                • Center プロパティ
                • HasSpace プロパティ
                • Height プロパティ
                • IsEmpty プロパティ
                • Location プロパティ
                • Size プロパティ
                • Width プロパティ
                • X プロパティ
                • Y プロパティ
              • フィールド
                • Bottom フィールド
                • Empty フィールド
                • Infinite フィールド
                • Left フィールド
                • Right フィールド
                • SizeInBytes フィールド
                • Top フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • RectF
              • 概要
              • メンバ
              • RectF コンストラクタ
                • RectF コンストラクタ(Single,Single)
                • RectF コンストラクタ(Single,Single,Single,Single)
                • RectF コンストラクタ(Rect)
                • RectF コンストラクタ(RectD)
              • メソッド
                • Circumscribe メソッド
                • Contains メソッド
                  • Contains(Single,Single) メソッド
                  • Contains(RectF) メソッド
                • ContainsRef メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(RectF) メソッド
                • EqualsRef メソッド
                • FromDips メソッド
                  • FromDips(RectF,Single,Single) メソッド
                  • FromDips(Single,Single) メソッド
                • FromLTRB メソッド
                • GetHashCode メソッド
                • Inflate メソッド
                  • Inflate(Single,Single) メソッド
                  • Inflate(RectF,Single,Single) メソッド
                • Intersect メソッド
                • IntersectFast メソッド
                • IntersectRef メソッド
                • IntersectsWith メソッド
                • IntersectsWithRef メソッド
                • MakeLTRB メソッド
                • MakeXYWH メソッド
                • Offset メソッド
                  • Offset(Single,Single) メソッド
                  • Offset(RectF,Single,Single) メソッド
                  • Offset(RectF,Size2F) メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(RectF,Single) メソッド
                  • Scale(Single) メソッド
                  • Scale(RectF,Single,Single) メソッド
                  • Scale(Single,Single) メソッド
                • ToDips メソッド
                  • ToDips(RectF,Single,Single) メソッド
                  • ToDips(Single,Single) メソッド
                • ToRect メソッド
                • ToRectD メソッド
                • ToString メソッド
                • Transform メソッド
                  • Transform(Matrix3x2) メソッド
                  • Transform(RectF,Matrix3x2) メソッド
                • TransformRef メソッド
                  • TransformRef(Matrix3x2) メソッド
                  • TransformRef(RectF,RectF,Matrix3x2) メソッド
                • Truncate メソッド
                • Union メソッド
                • UnionRef メソッド
              • プロパティ
                • Center プロパティ
                • HasSpace プロパティ
                • Height プロパティ
                • IsEmpty プロパティ
                • Location プロパティ
                • Size プロパティ
                • Width プロパティ
                • X プロパティ
                • Y プロパティ
              • フィールド
                • Bottom フィールド
                • Empty フィールド
                • Infinite フィールド
                • Left フィールド
                • Right フィールド
                • SizeInBytes フィールド
                • Top フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • RectL
              • 概要
              • メンバ
              • RectL コンストラクタ
                • RectL コンストラクタ(Int32,Int32)
                • RectL コンストラクタ(Int32,Int32,Int32,Int32)
              • メソッド
                • Contains メソッド
                  • Contains(Int32,Int32) メソッド
                  • Contains(RectL) メソッド
                • ContainsRef メソッド
                • Equals メソッド
                  • Equals(Object) メソッド
                  • Equals(RectL) メソッド
                • EqualsRef メソッド
                • FromLTRB メソッド
                • GetHashCode メソッド
                • Inflate メソッド
                  • Inflate(Int32,Int32) メソッド
                  • Inflate(RectL,Int32,Int32) メソッド
                • Intersect メソッド
                • IntersectFast メソッド
                • IntersectRef メソッド
                • IntersectsWith メソッド
                • IntersectsWithRef メソッド
                • MakeLTRB メソッド
                • MakeXYWH メソッド
                • Offset メソッド
                  • Offset(Int32,Int32) メソッド
                  • Offset(RectL,Int32,Int32) メソッド
                  • Offset(RectL,Size2L) メソッド
                • ToRectD メソッド
                • ToRectF メソッド
                • ToString メソッド
                • Union メソッド
                • UnionRef メソッド
              • プロパティ
                • HasSpace プロパティ
                • Height プロパティ
                • IsEmpty プロパティ
                • Location プロパティ
                • Size プロパティ
                • Width プロパティ
                • X プロパティ
                • Y プロパティ
              • フィールド
                • Bottom フィールド
                • Empty フィールド
                • Infinite フィールド
                • Left フィールド
                • Right フィールド
                • SizeInBytes フィールド
                • Top フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • Size2D
              • 概要
              • メンバ
              • Size2D コンストラクタ
                • Size2D コンストラクタ(Double,Double)
                • Size2D コンストラクタ(Size)
                • Size2D コンストラクタ(Size2F)
              • メソッド
                • Add メソッド
                • Equals メソッド
                  • Equals(Size2D) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(Size2D,Double) メソッド
                  • Scale(Double) メソッド
                  • Scale(Size2D,Double,Double) メソッド
                  • Scale(Double,Double) メソッド
                • Subtract メソッド
                • ToSize メソッド
                • ToSize2F メソッド
                • ToString メソッド
                • Truncate メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • Height フィールド
                • Infinite フィールド
                • SizeInBytes フィールド
                • Width フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • Size2F
              • 概要
              • メンバ
              • Size2F コンストラクタ
                • Size2F コンストラクタ(Single,Single)
                • Size2F コンストラクタ(Size)
                • Size2F コンストラクタ(Size2D)
              • メソッド
                • Add メソッド
                • Equals メソッド
                  • Equals(Size2F) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • Round メソッド
                • Scale メソッド
                  • Scale(Size2F,Single) メソッド
                  • Scale(Single) メソッド
                  • Scale(Size2F,Single,Single) メソッド
                  • Scale(Single,Single) メソッド
                • Subtract メソッド
                • ToSize メソッド
                • ToSize2D メソッド
                • ToString メソッド
                • Truncate メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • Height フィールド
                • Infinite フィールド
                • SizeInBytes フィールド
                • Width フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • Size2L
              • 概要
              • メンバ
              • Size2L コンストラクタ
              • メソッド
                • Add メソッド
                • Equals メソッド
                  • Equals(Size2L) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
                • Subtract メソッド
                • ToSize2D メソッド
                • ToSize2F メソッド
                • ToString メソッド
              • プロパティ
                • IsEmpty プロパティ
              • フィールド
                • Empty フィールド
                • Height フィールド
                • Infinite フィールド
                • SizeInBytes フィールド
                • Width フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • Vector2
              • 概要
              • メンバ
              • Vector2 コンストラクタ
                • Vector2 コンストラクタ(Single)
                • Vector2 コンストラクタ(Single,Single)
                • Vector2 コンストラクタ(Single[])
              • メソッド
                • Abs メソッド
                • AbsRef メソッド
                  • AbsRef(Vector2) メソッド
                  • AbsRef(Vector2,Vector2) メソッド
                • Add メソッド
                • AddRef メソッド
                • AngleBetween メソッド
                • Clamp メソッド
                • ClampRef メソッド
                • Divide メソッド
                  • Divide(Vector2,Single) メソッド
                  • Divide(Vector2,Vector2) メソッド
                • DivideRef メソッド
                  • DivideRef(Vector2,Vector2,Single) メソッド
                  • DivideRef(Vector2,Vector2,Vector2) メソッド
                • Dot メソッド
                • DotRef メソッド
                • Equals メソッド
                  • Equals(Vector2) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • Max メソッド
                • MaxRef メソッド
                • Min メソッド
                • MinRef メソッド
                • Multiply メソッド
                  • Multiply(Vector2,Single) メソッド
                  • Multiply(Vector2,Vector2) メソッド
                • MultiplyRef メソッド
                  • MultiplyRef(Vector2,Vector2,Single) メソッド
                  • MultiplyRef(Vector2,Vector2,Vector2) メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Vector2) メソッド
                  • NegateRef(Vector2,Vector2) メソッド
                • Normalize メソッド
                • NormalizeRef メソッド
                  • NormalizeRef(Vector2) メソッド
                  • NormalizeRef(Vector2,Vector2) メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
              • プロパティ
                • IsNormalized プロパティ
                • Item プロパティ
                • Length プロパティ
                • LengthSquared プロパティ
              • フィールド
                • One フィールド
                • SizeInBytes フィールド
                • UnitX フィールド
                • UnitY フィールド
                • X フィールド
                • Y フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • Vector3
              • 概要
              • メンバ
              • Vector3 コンストラクタ
                • Vector3 コンストラクタ(Single)
                • Vector3 コンストラクタ(Single,Single,Single)
                • Vector3 コンストラクタ(Vector2,Single)
                • Vector3 コンストラクタ(Single[])
              • メソッド
                • Abs メソッド
                • AbsRef メソッド
                  • AbsRef(Vector3) メソッド
                  • AbsRef(Vector3,Vector3) メソッド
                • Add メソッド
                • AddRef メソッド
                • Clamp メソッド
                • ClampRef メソッド
                • Cross メソッド
                • CrossRef メソッド
                • Divide メソッド
                  • Divide(Vector3,Single) メソッド
                  • Divide(Vector3,Vector3) メソッド
                • DivideRef メソッド
                  • DivideRef(Vector3,Vector3,Single) メソッド
                  • DivideRef(Vector3,Vector3,Vector3) メソッド
                • Dot メソッド
                • DotRef メソッド
                • Equals メソッド
                  • Equals(Vector3) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • Max メソッド
                  • Max(Vector3,Vector3,Vector3) メソッド
                  • Max(Vector3,Vector3) メソッド
                • Min メソッド
                • MinRef メソッド
                • Multiply メソッド
                  • Multiply(Vector3,Single) メソッド
                  • Multiply(Vector3,Vector3,Vector3) メソッド
                  • Multiply(Vector3,Vector3) メソッド
                • MultiplyRef メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Vector3) メソッド
                  • NegateRef(Vector3,Vector3) メソッド
                • Normalize メソッド
                • NormalizeRef メソッド
                  • NormalizeRef(Vector3) メソッド
                  • NormalizeRef(Vector3,Vector3) メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
              • プロパティ
                • IsNormalized プロパティ
                • Item プロパティ
                • Length プロパティ
                • LengthSquared プロパティ
              • フィールド
                • One フィールド
                • SizeInBytes フィールド
                • UnitX フィールド
                • UnitY フィールド
                • UnitZ フィールド
                • X フィールド
                • Y フィールド
                • Z フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • Vector4
              • 概要
              • メンバ
              • Vector4 コンストラクタ
                • Vector4 コンストラクタ(Single)
                • Vector4 コンストラクタ(Single,Single,Single,Single)
                • Vector4 コンストラクタ(Vector3,Single)
                • Vector4 コンストラクタ(Vector2,Single,Single)
                • Vector4 コンストラクタ(Single[])
              • メソッド
                • Abs メソッド
                • AbsRef メソッド
                  • AbsRef(Vector4) メソッド
                  • AbsRef(Vector4,Vector4) メソッド
                • Add メソッド
                • AddRef メソッド
                • Clamp メソッド
                • ClampRef メソッド
                • Divide メソッド
                  • Divide(Vector4,Single) メソッド
                  • Divide(Vector4,Vector4) メソッド
                • DivideRef メソッド
                  • DivideRef(Vector4,Vector4,Single) メソッド
                  • DivideRef(Vector4,Vector4,Vector4) メソッド
                • Dot メソッド
                • DotRef メソッド
                • Equals メソッド
                  • Equals(Vector4) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • Lerp メソッド
                • LerpRef メソッド
                • Max メソッド
                • MaxRef メソッド
                • Min メソッド
                • MinRef メソッド
                • Multiply メソッド
                  • Multiply(Vector4,Single) メソッド
                  • Multiply(Vector4,Vector4) メソッド
                • MultiplyRef メソッド
                  • MultiplyRef(Vector4,Vector4,Single) メソッド
                  • MultiplyRef(Vector4,Vector4,Vector4) メソッド
                • Negate メソッド
                • NegateRef メソッド
                  • NegateRef(Vector4) メソッド
                  • NegateRef(Vector4,Vector4) メソッド
                • Normalize メソッド
                • NormalizeRef メソッド
                  • NormalizeRef(Vector4) メソッド
                  • NormalizeRef(Vector4,Vector4) メソッド
                • Subtract メソッド
                • SubtractRef メソッド
                • ToArray メソッド
                • ToString メソッド
                  • ToString() メソッド
                  • ToString(String) メソッド
                  • ToString(IFormatProvider) メソッド
                  • ToString(String,IFormatProvider) メソッド
              • プロパティ
                • IsNormalized プロパティ
                • Item プロパティ
                • Length プロパティ
                • LengthSquared プロパティ
              • フィールド
                • One フィールド
                • SizeInBytes フィールド
                • UnitW フィールド
                • UnitX フィールド
                • UnitY フィールド
                • UnitZ フィールド
                • W フィールド
                • X フィールド
                • Y フィールド
                • Z フィールド
                • Zero フィールド
              • オペレータ
                • 加算演算子 オペレータ
                • 除算演算子 オペレータ
                • 等価判定演算子 オペレータ
                • 明示的 キャスト 演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
                • 乗算 オペレータ
                • 減算演算子 オペレータ
                • マイナス符号 オペレータ
            • ViewportF
              • 概要
              • メンバ
              • ViewportF コンストラクタ
                • ViewportF コンストラクタ(Single,Single,Single,Single)
                • ViewportF コンストラクタ(Single,Single,Single,Single,Single,Single)
                • ViewportF コンストラクタ(RectF)
              • メソッド
                • Equals メソッド
                  • Equals(ViewportF) メソッド
                  • Equals(Object) メソッド
                • EqualsRef メソッド
                • GetHashCode メソッド
                • ToString メソッド
              • プロパティ
                • Bounds プロパティ
              • フィールド
                • Height フィールド
                • MaxDepth フィールド
                • MinDepth フィールド
                • SizeInBytes フィールド
                • Width フィールド
                • X フィールド
                • Y フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
          • インターフェース
            • ICallbackable
              • 概要
              • メンバ
              • プロパティ
                • Shadow プロパティ
            • IInspectable
              • 概要
              • メンバ
            • IUnknown
              • 概要
              • メンバ
              • メソッド
                • AddReference メソッド
                • QueryInterface メソッド
                • Release メソッド
          • デリゲート
            • GetValueFastDelegate<T>
            • SetValueFastDelegate<T>
        • C1.Util.DX.Animation 名前空間
          • 概要
          • クラス
            • Interpolator2
              • 概要
              • メンバ
              • Interpolator2 コンストラクタ
              • メソッド
                • GetDependencies メソッド
                • GetFinalValue メソッド
                • GetPrimitiveInterpolation メソッド
                • InterpolateValue メソッド
                • InterpolateVelocity メソッド
                • SetDuration メソッド
                • SetInitialValueAndVelocity メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • LoopIterationChangeHandler2
              • 概要
              • メンバ
              • LoopIterationChangeHandler2 コンストラクタ
            • Manager2
              • 概要
              • メンバ
              • Manager2 コンストラクタ
              • メソッド
                • AbandonAllStoryboards メソッド
                • Create メソッド
                • CreateAnimationVariable2 メソッド
                • CreateAnimationVectorVariable2 メソッド
                • CreateStoryboard2 メソッド
                • EstimateNextEventTime メソッド
                • FinishAllStoryboards メソッド
                • GetStatus メソッド
                • GetStoryboardFromTag メソッド
                  • GetStoryboardFromTag(Int32,Object) メソッド
                  • GetStoryboardFromTag(IntPtr,Int32) メソッド
                • GetVariableFromTag メソッド
                  • GetVariableFromTag(Int32,Object) メソッド
                  • GetVariableFromTag(IntPtr,Int32) メソッド
                • Pause メソッド
                • Resume メソッド
                • ScheduleTransition メソッド
                • SetAnimationMode メソッド
                • SetCancelPriorityComparison メソッド
                • SetCompressPriorityComparison メソッド
                • SetConcludePriorityComparison メソッド
                • SetDefaultLongestAcceptableDelay メソッド
                • SetManagerEventHandler メソッド
                • SetTrimPriorityComparison メソッド
                • Shutdown メソッド
                • Update メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ManagerEventHandler2
              • 概要
              • メンバ
              • ManagerEventHandler2 コンストラクタ
            • PrimitiveInterpolation
              • 概要
              • メンバ
              • PrimitiveInterpolation コンストラクタ
              • メソッド
                • AddCubic メソッド
                • AddSinusoidal メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PriorityComparison2
              • 概要
              • メンバ
              • PriorityComparison2 コンストラクタ
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • AmbiguousMatch フィールド
                • BooleanExpected フィールド
                • CreateFailed フィールド
                • DifferentOwner フィールド
                • EndKeyframeNotDetermined フィールド
                • FPOverflow フィールド
                • IllegalReentrancy フィールド
                • InvalidDimension フィールド
                • InvalidOutput フィールド
                • LoopsOverlap フィールド
                • ObjectSealed フィールド
                • PrimitiveOutOfBounds フィールド
                • ShutdownCalled フィールド
                • StartKeyframeAfterEnd フィールド
                • StoryboardActive フィールド
                • StoryboardNotPlaying フィールド
                • TimeBeforeLastUpdate フィールド
                • TimerClientAlreadyConnected フィールド
                • TransitionAlreadyUsed フィールド
                • TransitionEclipsed フィールド
                • TransitionNotInStoryboard フィールド
                • ValueNotDetermined フィールド
                • ValueNotSet フィールド
                • WindowClosed フィールド
                • WrongThread フィールド
            • Storyboard2
              • 概要
              • メンバ
              • Storyboard2 コンストラクタ
              • メソッド
                • Abandon メソッド
                • AddKeyframeAfterTransition メソッド
                • AddKeyframeAtOffset メソッド
                • AddTransition メソッド
                • AddTransitionAtKeyframe メソッド
                • AddTransitionBetweenKeyframes メソッド
                • Conclude メソッド
                • Create メソッド
                • Finish メソッド
                • GetTag メソッド
                  • GetTag(Object,Int32) メソッド
                  • GetTag(IntPtr,Int32) メソッド
                • HoldVariable メソッド
                • RepeatBetweenKeyframes メソッド
                • Schedule メソッド
                • SetLongestAcceptableDelay メソッド
                • SetSkipDuration メソッド
                • SetStoryboardEventHandler メソッド
                • SetTag メソッド
                  • SetTag(Object,Int32) メソッド
                  • SetTag(IntPtr,Int32) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • StoryboardEventHandler2
              • 概要
              • メンバ
              • StoryboardEventHandler2 コンストラクタ
            • Timer
              • 概要
              • メンバ
              • Timer コンストラクタ
              • メソッド
                • Create メソッド
                • Disable メソッド
                • Enable メソッド
                • GetTime メソッド
                • IsEnabled_ メソッド
                • SetFrameRateThreshold メソッド
                • SetTimerEventHandler メソッド
                • SetTimerUpdateHandler メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TimerEventHandler
              • 概要
              • メンバ
              • TimerEventHandler コンストラクタ
            • Transition2
              • 概要
              • メンバ
              • Transition2 コンストラクタ
              • メソッド
                • Create メソッド
                • IsDurationKnown メソッド
                • SetInitialValue メソッド
                • SetInitialVectorValue メソッド
                • SetInitialVectorVelocity メソッド
                • SetInitialVelocity メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransitionFactory2
              • 概要
              • メンバ
              • TransitionFactory2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateTransition2 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransitionLibrary2
              • 概要
              • メンバ
              • TransitionLibrary2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateAccelerateDecelerateTransition2 メソッド
                • CreateConstantTransition2 メソッド
                • CreateCubicBezierLinearTransition2 メソッド
                • CreateCubicBezierLinearVectorTransition2 メソッド
                • CreateCubicTransition2 メソッド
                • CreateCubicVectorTransition2 メソッド
                • CreateDiscreteTransition2 メソッド
                • CreateDiscreteVectorTransition2 メソッド
                • CreateInstantaneousTransition2 メソッド
                • CreateInstantaneousVectorTransition2 メソッド
                • CreateLinearTransition2 メソッド
                • CreateLinearTransition2FromSpeed メソッド
                • CreateLinearVectorTransition2 メソッド
                • CreateLinearVectorTransition2FromSpeed メソッド
                • CreateParabolicTransition2FromAcceleration メソッド
                • CreateReversalTransition2 メソッド
                • CreateSinusoidalTransition2FromRange メソッド
                • CreateSinusoidalTransition2FromVelocity メソッド
                • CreateSmoothStopTransition2 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Variable2
              • 概要
              • メンバ
              • Variable2 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Manager2,Double) メソッド
                  • Create(Manager2,Double[],Int32) メソッド
                • GetCurve メソッド
                • GetFinalIntegerVectorValue メソッド
                • GetFinalVectorValue メソッド
                • GetIntegerVectorValue メソッド
                • GetPreviousIntegerVectorValue メソッド
                • GetPreviousVectorValue メソッド
                • GetTag メソッド
                  • GetTag(Object,Int32) メソッド
                  • GetTag(IntPtr,Int32) メソッド
                • GetVectorCurve メソッド
                  • GetVectorCurve(ComObject[],Int32) メソッド
                  • GetVectorCurve(ComArray<ComObject>,Int32) メソッド
                • GetVectorValue メソッド
                • Set1_VariableChangeHandler メソッド
                • Set1_VariableIntegerChangeHandler メソッド
                • Set2_VariableChangeHandler メソッド
                • Set2_VariableIntegerChangeHandler メソッド
                • SetLowerBound メソッド
                • SetLowerBoundVector メソッド
                • SetRoundingMode メソッド
                • SetTag メソッド
                  • SetTag(Object,Int32) メソッド
                  • SetTag(IntPtr,Int32) メソッド
                • SetUpperBound メソッド
                • SetUpperBoundVector メソッド
                • SetVariableChangeHandler メソッド
                • SetVariableIntegerChangeHandler メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • VariableChangeHandler2
              • 概要
              • メンバ
              • VariableChangeHandler2 コンストラクタ
            • VariableIntegerChangeHandler2
              • 概要
              • メンバ
              • VariableIntegerChangeHandler2 コンストラクタ
          • 列挙型
            • Dependencies
            • IdleBehavior
            • ManagerStatus
            • Mode
            • PriorityEffect
            • RepeatMode
            • RoundingMode
            • SchedulingResult
            • Slope
            • StoryboardStatus
            • TimerClientStatus
            • UpdateResult
          • 構造体
            • KeyFrame
              • 概要
              • メンバ
              • KeyFrame コンストラクタ
              • フィールド
                • ID フィールド
                • Start フィールド
          • インターフェース
            • TimerClientEventHandler
              • 概要
              • メンバ
            • TimerUpdateHandler
              • 概要
              • メンバ
            • VariableCurveChangeHandler2
              • 概要
              • メンバ
          • デリゲート
            • Manager2.ManagerEventDelegate
            • Manager2.PriorityComparisonDelegate
            • Storyboard2.LoopIterationChangedDelegate
            • Storyboard2.StoryboardStatusChangedDelegate
            • Storyboard2.StoryboardUpdatedDelegate
            • Timer.RenderingTooSlowDelegate
            • Timer.UpdateDelegate
            • Variable2.IntegerValue1ChangedDelegate
            • Variable2.IntegerValue2ChangedDelegate
            • Variable2.IntegerValueChangedDelegate
            • Variable2.Value1ChangedDelegate
            • Variable2.Value2ChangedDelegate
            • Variable2.ValueChangedDelegate
        • C1.Util.DX.Direct2D 名前空間
          • 概要
          • クラス
            • AnalysisTransform
              • 概要
              • メンバ
              • AnalysisTransform コンストラクタ
              • メソッド
                • ProcessAnalysisResults メソッド
                  • ProcessAnalysisResults(DataStream) メソッド
                  • ProcessAnalysisResults<T>(T) メソッド
                  • ProcessAnalysisResults<T>(T[]) メソッド
                  • ProcessAnalysisResults(IntPtr,Int32) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Bitmap
              • 概要
              • メンバ
              • Bitmap コンストラクタ
              • メソッド
                • CopyFromBitmap メソッド
                  • CopyFromBitmap(Bitmap) メソッド
                  • CopyFromBitmap(Point2L,Bitmap) メソッド
                  • CopyFromBitmap(Bitmap,RectL) メソッド
                  • CopyFromBitmap(Point2L,Bitmap,RectL) メソッド
                • CopyFromMemory メソッド
                  • CopyFromMemory(IntPtr,Int32) メソッド
                  • CopyFromMemory(Byte[],Int32) メソッド
                  • CopyFromMemory<T>(T[],Int32) メソッド
                  • CopyFromMemory(IntPtr,Int32,RectL) メソッド
                  • CopyFromMemory(Byte[],Int32,RectL) メソッド
                  • CopyFromMemory<T>(T[],Int32,RectL) メソッド
                  • CopyFromMemory(Nullable<RectL>,IntPtr,Int32) メソッド
                • CopyFromRenderTarget メソッド
                  • CopyFromRenderTarget(RenderTarget) メソッド
                  • CopyFromRenderTarget(RenderTarget,Point2L) メソッド
                  • CopyFromRenderTarget(RenderTarget,Point2L,RectL) メソッド
                  • CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) メソッド
                • CopyFromStream メソッド
                  • CopyFromStream(Stream,Int32,Int32) メソッド
                  • CopyFromStream(Stream,Int32,Int32,RectL) メソッド
                • Create メソッド
                  • Create(RenderTarget,Size2L) メソッド
                  • Create(RenderTarget,Size2L,BitmapProperties) メソッド
                  • Create(RenderTarget,Size2L,DataPointer,Int32) メソッド
                  • Create(RenderTarget,Size2L,DataPointer,Int32,BitmapProperties) メソッド
                  • Create(RenderTarget,Bitmap) メソッド
                  • Create(RenderTarget,Bitmap,Nullable<BitmapProperties>) メソッド
                  • Create(RenderTarget,Surface) メソッド
                  • Create(RenderTarget,Surface,Nullable<BitmapProperties>) メソッド
                  • Create(RenderTarget,BitmapLock,Nullable<BitmapProperties>) メソッド
                  • Create(RenderTarget,BitmapSource) メソッド
                  • Create(RenderTarget,BitmapSource,BitmapProperties) メソッド
                • GetDpi メソッド
                • GetPixelFormat メソッド
                • GetPixelSize メソッド
                • GetSize メソッド
                • New<T> メソッド
              • プロパティ
                • DotsPerInch プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Bitmap1
              • 概要
              • メンバ
              • Bitmap1 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(DeviceContext,Size2L) メソッド
                  • Create(DeviceContext,Size2L,BitmapProperties1) メソッド
                  • Create(DeviceContext,Size2L,DataStream,Int32) メソッド
                  • Create(DeviceContext,Size2L,DataStream,Int32,BitmapProperties1) メソッド
                  • Create(DeviceContext,Surface) メソッド
                  • Create(DeviceContext,Surface,BitmapProperties1) メソッド
                  • Create(DeviceContext,BitmapSource) メソッド
                  • Create(DeviceContext,BitmapSource,BitmapProperties1) メソッド
                • GetColorContext メソッド
                • GetOptions メソッド
                • GetSurface メソッド
                • Map メソッド
                  • Map(MapOptions) メソッド
                  • Map(MapOptions,MappedRectangle) メソッド
                • Unmap メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapBrush
              • 概要
              • メンバ
              • BitmapBrush コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,Bitmap) メソッド
                  • Create(RenderTarget,Bitmap,BitmapBrushProperties) メソッド
                  • Create(RenderTarget,Bitmap,BrushProperties) メソッド
                  • Create(RenderTarget,Bitmap,Nullable<BitmapBrushProperties>,Nullable<BrushProperties>) メソッド
                • GetBitmap メソッド
                • GetExtendModeX メソッド
                • GetExtendModeY メソッド
                • GetInterpolationMode メソッド
                • SetBitmap メソッド
                • SetExtendModeX メソッド
                • SetExtendModeY メソッド
                • SetInterpolationMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapBrush1
              • 概要
              • メンバ
              • BitmapBrush1 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(DeviceContext,Bitmap1) メソッド
                  • Create(DeviceContext,Bitmap1,BitmapBrushProperties1) メソッド
                  • Create(DeviceContext,Bitmap1,BrushProperties) メソッド
                  • Create(DeviceContext,Bitmap1,Nullable<BitmapBrushProperties1>,Nullable<BrushProperties>) メソッド
                • GetInterpolationMode1 メソッド
                • SetInterpolationMode1 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapProperties1
              • 概要
              • メンバ
              • BitmapProperties1 コンストラクタ
                • BitmapProperties1 コンストラクタ()
                • BitmapProperties1 コンストラクタ(PixelFormat)
                • BitmapProperties1 コンストラクタ(PixelFormat,Single,Single)
                • BitmapProperties1 コンストラクタ(PixelFormat,Single,Single,BitmapOptions)
                • BitmapProperties1 コンストラクタ(PixelFormat,Single,Single,BitmapOptions,ColorContext)
              • プロパティ
                • ColorContext プロパティ
              • フィールド
                • BitmapOptions フィールド
                • ColorContextPointer フィールド
                • DpiX フィールド
                • DpiY フィールド
                • PixelFormat フィールド
            • BitmapRenderTarget
              • 概要
              • メンバ
              • BitmapRenderTarget コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,CompatibleRenderTargetOptions) メソッド
                  • Create(RenderTarget,CompatibleRenderTargetOptions,Size2F) メソッド
                  • Create(RenderTarget,CompatibleRenderTargetOptions,Nullable<PixelFormat>) メソッド
                  • Create(RenderTarget,CompatibleRenderTargetOptions,Nullable<Size2F>,Nullable<Size2L>,Nullable<PixelFormat>) メソッド
                • GetBitmap メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BlendTransform
              • 概要
              • メンバ
              • BlendTransform コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
                • SetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BorderTransform
              • 概要
              • メンバ
              • BorderTransform コンストラクタ
              • メソッド
                • Create メソッド
                • GetExtendModeX メソッド
                • GetExtendModeY メソッド
                • SetExtendModeX メソッド
                • SetExtendModeY メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BoundsAdjustmentTransform
              • 概要
              • メンバ
              • BoundsAdjustmentTransform コンストラクタ
              • メソッド
                • Create メソッド
                • GetOutputBounds メソッド
                • SetOutputBounds メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Brush
              • 概要
              • メンバ
              • Brush コンストラクタ
              • メソッド
                • GetOpacity メソッド
                • GetTransform メソッド
                • SetOpacity メソッド
                • SetTransform メソッド
              • プロパティ
                • Transform プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ColorContext
              • 概要
              • メンバ
              • ColorContext コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(EffectContext,ColorSpace,Byte[]) メソッド
                  • Create(EffectContext,String) メソッド
                  • Create(EffectContext,ColorContext) メソッド
                • GetColorSpace メソッド
                • GetProfile メソッド
                • GetProfileSize メソッド
              • プロパティ
                • ProfileData プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommandList
              • 概要
              • メンバ
              • CommandList コンストラクタ
              • メソッド
                • Close メソッド
                • Create メソッド
                • Stream メソッド
                  • Stream(CommandSink) メソッド
                  • Stream(CommandSink1) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommandSink1Native
              • 概要
              • メンバ
              • CommandSink1Native コンストラクタ
              • メソッド
                • SetPrimitiveBlend1 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommandSink1Shadow
              • 概要
              • メンバ
              • CommandSink1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • CommandSinkNative
              • 概要
              • メンバ
              • CommandSinkNative コンストラクタ
              • メソッド
                • BeginDraw メソッド
                • Clear メソッド
                • DrawBitmap メソッド
                • DrawGdiMetafile メソッド
                • DrawGeometry メソッド
                • DrawGlyphRun メソッド
                • DrawImage メソッド
                • DrawLine メソッド
                • DrawRectangle メソッド
                • EndDraw メソッド
                • FillGeometry メソッド
                • FillMesh メソッド
                • FillOpacityMask メソッド
                • FillRectangle メソッド
                • PopAxisAlignedClip メソッド
                • PopLayer メソッド
                • PushAxisAlignedClip メソッド
                • PushLayer メソッド
                • SetAntialiasMode メソッド
                • SetPrimitiveBlend メソッド
                • SetTags メソッド
                • SetTextAntialiasMode メソッド
                • SetTextRenderingParams メソッド
                • SetTransform メソッド
                • SetUnitMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommandSinkShadow
              • 概要
              • メンバ
              • CommandSinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • ComputeInformation
              • 概要
              • メンバ
              • ComputeInformation コンストラクタ
              • メソッド
                • SetComputeShader メソッド
                • SetComputeShaderConstantBuffer メソッド
                • SetConstantBuffer メソッド
                  • SetConstantBuffer(DataStream) メソッド
                  • SetConstantBuffer<T>(T) メソッド
                • SetResourceTexture メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComputeTransformNative
              • 概要
              • メンバ
              • ComputeTransformNative コンストラクタ
              • メソッド
                • CalculateThreadgroups メソッド
                • SetComputeInfo メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComputeTransformShadow
              • 概要
              • メンバ
              • ComputeTransformShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • ConcreteTransform
              • 概要
              • メンバ
              • ConcreteTransform コンストラクタ
              • メソッド
                • SetCached メソッド
                • SetOutputBuffer メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CustomEffectAttribute
              • 概要
              • メンバ
              • CustomEffectAttribute コンストラクタ
              • プロパティ
                • Author プロパティ
                • Category プロパティ
                • Description プロパティ
                • DisplayName プロパティ
            • CustomEffectFactory
              • 概要
              • メンバ
              • プロパティ
                • CustomEffect プロパティ
            • CustomEffectInputAttribute
              • 概要
              • メンバ
              • CustomEffectInputAttribute コンストラクタ
              • プロパティ
                • Input プロパティ
            • CustomEffectNative
              • 概要
              • メンバ
              • CustomEffectNative コンストラクタ
              • メソッド
                • Initialize メソッド
                • PrepareForRender メソッド
                • SetGraph メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CustomEffectShadow
              • 概要
              • メンバ
              • CustomEffectShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • CustomVertexBufferProperties
              • 概要
              • メンバ
              • CustomVertexBufferProperties コンストラクタ
                • CustomVertexBufferProperties コンストラクタ()
                • CustomVertexBufferProperties コンストラクタ(Byte[],InputElement[],Int32)
              • プロパティ
                • InputElements プロパティ
                • InputSignature プロパティ
              • フィールド
                • ElementCount フィールド
                • InputElementsPointer フィールド
                • ShaderBufferSize フィールド
                • ShaderBufferWithInputSignature フィールド
                • Stride フィールド
            • D2D1
              • 概要
              • メンバ
              • メソッド
                • ComputeFlatteningTolerance メソッド
                • ComputeMaximumScaleFactor メソッド
                • ConvertColorSpace メソッド
                • CreateDevice メソッド
                • CreateDeviceContext メソッド
                • CreateFactory メソッド
                • InvertMatrix メソッド
                • IsMatrixInvertible メソッド
                • SinCos メソッド
                • Vec3Length メソッド
              • フィールド
                • DefaultFlatteningTolerance フィールド
            • Device
              • 概要
              • メンバ
              • Device コンストラクタ
              • メソッド
                • ClearResources メソッド
                • Create メソッド
                  • Create(Device) メソッド
                  • Create(Device,CreationProperties) メソッド
                  • Create(Factory1,Device) メソッド
                • CreateDeviceContext メソッド
                • CreatePrintControl メソッド
                • GetMaximumTextureMemory メソッド
                • SetMaximumTextureMemory メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device1
              • 概要
              • メンバ
              • Device1 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateDeviceContext1 メソッド
                • GetRenderingPriority メソッド
                • SetRenderingPriority メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContext
              • 概要
              • メンバ
              • DeviceContext コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Surface) メソッド
                  • Create(Surface,CreationProperties) メソッド
                  • Create(Device,DeviceContextOptions) メソッド
                • CreateBitmap1 メソッド
                • CreateBitmap1FromDxgiSurface メソッド
                • CreateBitmap1FromWicBitmap メソッド
                • CreateBitmapBrush1 メソッド
                • CreateColorContext メソッド
                • CreateColorContextFromFilename メソッド
                • CreateColorContextFromWicColorContext メソッド
                • CreateCommandList メソッド
                • CreateEffect メソッド
                  • CreateEffect(Guid) メソッド
                  • CreateEffect(Guid,Effect) メソッド
                • CreateGradientStopCollection1 メソッド
                • CreateImageBrush メソッド
                • DrawBitmap メソッド
                  • DrawBitmap(Bitmap,Single,InterpolationMode) メソッド
                  • DrawBitmap(Bitmap,Single,InterpolationMode,Matrix4x4) メソッド
                  • DrawBitmap(Bitmap,Single,InterpolationMode,RectF,Matrix4x4) メソッド
                  • DrawBitmap(Bitmap,Nullable<RectF>,Single,InterpolationMode,Nullable<RectF>,Nullable<Matrix4x4>) メソッド
                • DrawGdiMetafile メソッド
                • DrawGlyphRun メソッド
                  • DrawGlyphRun(Point2F,GlyphRun,GlyphRunDescription,Brush,MeasuringMode) メソッド
                  • DrawGlyphRun(Point2F,IntPtr,IntPtr,Brush,MeasuringMode) メソッド
                • DrawImage メソッド
                  • DrawImage(Effect,Point2F,InterpolationMode,CompositeMode) メソッド
                  • DrawImage(Effect,InterpolationMode,CompositeMode) メソッド
                  • DrawImage(Image,Point2F,InterpolationMode,CompositeMode) メソッド
                  • DrawImage(Image,InterpolationMode,CompositeMode) メソッド
                  • DrawImage(Image,Nullable<Point2F>,Nullable<RectF>,InterpolationMode,CompositeMode) メソッド
                • FillOpacityMask メソッド
                  • FillOpacityMask(Bitmap,Brush) メソッド
                  • FillOpacityMask(Bitmap,Brush,Nullable<RectF>,Nullable<RectF>) メソッド
                • GetDevice メソッド
                • GetEffectInvalidRectangleCount メソッド
                • GetEffectInvalidRectangles メソッド
                  • GetEffectInvalidRectangles(Effect) メソッド
                  • GetEffectInvalidRectangles(Effect,RectF[],Int32) メソッド
                • GetEffectRequiredInputRectangles メソッド
                  • GetEffectRequiredInputRectangles(Effect,EffectInputDescription[]) メソッド
                  • GetEffectRequiredInputRectangles(Effect,RectF,EffectInputDescription[]) メソッド
                  • GetEffectRequiredInputRectangles(Effect,Nullable<RectF>,EffectInputDescription[],RectF[],Int32) メソッド
                • GetGlyphRunWorldBounds メソッド
                • GetImageLocalBounds メソッド
                • GetImageWorldBounds メソッド
                • GetPrimitiveBlend メソッド
                • GetRenderingControls メソッド
                • GetTarget メソッド
                • GetUnitMode メソッド
                • InvalidateEffectInputRectangle メソッド
                • IsBufferPrecisionSupported メソッド
                • IsDxgiFormatSupported メソッド
                • PushLayer メソッド
                  • PushLayer(LayerParameters1,Layer) メソッド
                • SetPrimitiveBlend メソッド
                • SetRenderingControls メソッド
                • SetTarget メソッド
                • SetUnitMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContext1
              • 概要
              • メンバ
              • DeviceContext1 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateFilledGeometryRealization メソッド
                • CreateStrokedGeometryRealization メソッド
                • DrawGeometryRealization メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContextRenderTarget
              • 概要
              • メンバ
              • DeviceContextRenderTarget コンストラクタ
              • メソッド
                • BindDeviceContext メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DrawInformation
              • 概要
              • メンバ
              • DrawInformation コンストラクタ
              • メソッド
                • SetPixelConstantBuffer メソッド
                  • SetPixelConstantBuffer(DataStream) メソッド
                  • SetPixelConstantBuffer<T>(T) メソッド
                • SetPixelShader メソッド
                • SetPixelShaderConstantBuffer メソッド
                • SetResourceTexture メソッド
                • SetVertexConstantBuffer メソッド
                  • SetVertexConstantBuffer(DataStream) メソッド
                  • SetVertexConstantBuffer<T>(T) メソッド
                • SetVertexProcessing メソッド
                • SetVertexShaderConstantBuffer メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DrawingStateBlock
              • 概要
              • メンバ
              • DrawingStateBlock コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory) メソッド
                  • Create(Factory,DrawingStateDescription) メソッド
                  • Create(Factory,RenderingParams) メソッド
                  • Create(Factory,Nullable<DrawingStateDescription>,RenderingParams) メソッド
                • GetDescription メソッド
                • GetTextRenderingParams メソッド
                • SetDescription メソッド
                • SetTextRenderingParams メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DrawingStateBlock1
              • 概要
              • メンバ
              • DrawingStateBlock1 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory1) メソッド
                  • Create(Factory1,DrawingStateDescription1) メソッド
                  • Create(Factory1,RenderingParams) メソッド
                  • Create(Factory1,DrawingStateDescription1,RenderingParams) メソッド
                • GetDescription メソッド
                  • GetDescription(DrawingStateDescription1) メソッド
                • SetDescription メソッド
                  • SetDescription(DrawingStateDescription1) メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DrawTransformNative
              • 概要
              • メンバ
              • DrawTransformNative コンストラクタ
              • メソッド
                • SetDrawInfo メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DrawTransformShadow
              • 概要
              • メンバ
              • DrawTransformShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • Effect
              • 概要
              • メンバ
              • Effect コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(DeviceContext,Guid) メソッド
                  • Create(EffectContext,Guid) メソッド
                • CreateCustom メソッド
                  • CreateCustom<T>(DeviceContext) メソッド
                  • CreateCustom<T>(EffectContext) メソッド
                • GetInput メソッド
                • GetInputCount メソッド
                • GetOutput メソッド
                • RegisterAndCreateCustom<T> メソッド
                • SetInput メソッド
                • SetInputCount メソッド
                • SetInputEffect メソッド
              • プロパティ
                • CustomEffect プロパティ
              • フィールド
                • AffineTransform2D フィールド
                • ArithmeticComposite フィールド
                • Atlas フィールド
                • BitmapSource フィールド
                • Blend フィールド
                • Border フィールド
                • Brightness フィールド
                • ColorManagement フィールド
                • ColorMatrix フィールド
                • Composite フィールド
                • ConvolveMatrix フィールド
                • Crop フィールド
                • DirectionalBlur フィールド
                • DiscreteTransfer フィールド
                • DisplacementMap フィールド
                • DistantDiffuse フィールド
                • DistantSpecular フィールド
                • DpiCompensation フィールド
                • Flood フィールド
                • GammaTransfer フィールド
                • GaussianBlur フィールド
                • Histogram フィールド
                • HueRotation フィールド
                • LinearTransfer フィールド
                • LuminanceToAlpha フィールド
                • Morphology フィールド
                • OpacityMetadata フィールド
                • PerspectiveTransform3D フィールド
                • PointDiffuse フィールド
                • PointSpecular フィールド
                • Premultiply フィールド
                • Saturation フィールド
                • Scale フィールド
                • Shadow フィールド
                • SpotDiffuse フィールド
                • SpotSpecular フィールド
                • TableTransfer フィールド
                • Tile フィールド
                • Transform3D フィールド
                • Turbulence フィールド
                • UnPremultiply フィールド
                • YCbCr フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • EffectContext
              • 概要
              • メンバ
              • EffectContext コンストラクタ
              • メソッド
                • CheckFeatureSupport メソッド
                  • CheckFeatureSupport(Feature) メソッド
                  • CheckFeatureSupport(Feature,IntPtr,Int32) メソッド
                • CreateBlendTransform メソッド
                • CreateBorderTransform メソッド
                • CreateBoundsAdjustmentTransform メソッド
                • CreateColorContext メソッド
                • CreateColorContextFromFilename メソッド
                • CreateColorContextFromWicColorContext メソッド
                • CreateEffect メソッド
                  • CreateEffect(Guid) メソッド
                  • CreateEffect(Guid,Effect) メソッド
                • CreateOffsetTransform メソッド
                • CreateResourceTexture メソッド
                • CreateTransformNodeFromEffect メソッド
                • CreateVertexBuffer メソッド
                • FindResourceTexture メソッド
                • FindVertexBuffer メソッド
                • GetDpi メソッド
                • GetMaximumSupportedFeatureLevel メソッド
                  • GetMaximumSupportedFeatureLevel(FeatureLevel[]) メソッド
                  • GetMaximumSupportedFeatureLevel(FeatureLevel[],Int32) メソッド
                • IsBufferPrecisionSupported メソッド
                • IsShaderLoaded メソッド
                • LoadComputeShader メソッド
                • LoadPixelShader メソッド
                • LoadVertexShader メソッド
              • プロパティ
                • Dpi プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • EffectInputDescription
              • 概要
              • メンバ
              • EffectInputDescription コンストラクタ
              • プロパティ
                • Effect プロパティ
              • フィールド
                • EffectPointer フィールド
                • InputIndex フィールド
                • InputRectangle フィールド
            • EllipseGeometry
              • 概要
              • メンバ
              • EllipseGeometry コンストラクタ
              • メソッド
                • Create メソッド
                • GetEllipse メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory
              • 概要
              • メンバ
              • Factory コンストラクタ
              • メソッド
                • CreateDCRenderTarget メソッド
                • CreateDrawingStateBlock メソッド
                • CreateDxgiSurfaceRenderTarget メソッド
                • CreateEllipseGeometry メソッド
                • CreateGeometryGroup メソッド
                  • CreateGeometryGroup(FillMode,Geometry[],Int32) メソッド
                  • CreateGeometryGroup(FillMode,ComArray<Geometry>,Int32) メソッド
                • CreateHwndRenderTarget メソッド
                • CreatePathGeometry メソッド
                • CreateRectangleGeometry メソッド
                • CreateRoundedRectangleGeometry メソッド
                • CreateStrokeStyle メソッド
                  • CreateStrokeStyle(StrokeStyleProperties,Single[]) メソッド
                  • CreateStrokeStyle(StrokeStyleProperties) メソッド
                • CreateTransformedGeometry メソッド
                • CreateWicBitmapRenderTarget メソッド
                • GetDesktopDpi メソッド
                • ReloadSystemMetrics メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory1
              • 概要
              • メンバ
              • Factory1 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateDevice メソッド
                • CreateDrawingStateBlock1 メソッド
                • CreateGdiMetafile メソッド
                • CreatePathGeometry1 メソッド
                • CreateStrokeStyle1 メソッド
                  • CreateStrokeStyle1(StrokeStyleProperties1,Single[]) メソッド
                  • CreateStrokeStyle1(StrokeStyleProperties1) メソッド
                • GetEffectProperties メソッド
                • GetRegisteredEffects メソッド
                • RegisterEffect メソッド
                  • RegisterEffect<T>(Func<T>) メソッド
                  • RegisterEffect<T>(Func<T>,Guid) メソッド
                  • RegisterEffect<T>() メソッド
                  • RegisterEffect<T>(Guid) メソッド
                • RegisterEffectFromString メソッド
                • UnregisterEffect メソッド
                  • UnregisterEffect<T>() メソッド
                  • UnregisterEffect(Guid) メソッド
              • プロパティ
                • IsSupported プロパティ
                • RegisteredEffects プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory2
              • 概要
              • メンバ
              • Factory2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateDevice1 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GdiMetafile
              • 概要
              • メンバ
              • GdiMetafile コンストラクタ
              • メソッド
                • GetBounds メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GdiMetafileSinkNative
              • 概要
              • メンバ
              • GdiMetafileSinkNative コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Geometry
              • 概要
              • メンバ
              • Geometry コンストラクタ
              • メソッド
                • Combine メソッド
                  • Combine(Geometry,CombineMode,GeometrySink) メソッド
                  • Combine(Geometry,CombineMode,Single,GeometrySink) メソッド
                  • Combine(Geometry,CombineMode,Nullable<Matrix3x2>,Single,GeometrySink) メソッド
                • Compare メソッド
                  • Compare(Geometry) メソッド
                  • Compare(Geometry,Single) メソッド
                  • Compare(Geometry,Nullable<Matrix3x2>,Single) メソッド
                • ComputeArea メソッド
                  • ComputeArea() メソッド
                  • ComputeArea(Single) メソッド
                  • ComputeArea(Nullable<Matrix3x2>,Single) メソッド
                • ComputeLength メソッド
                  • ComputeLength() メソッド
                  • ComputeLength(Single) メソッド
                  • ComputeLength(Nullable<Matrix3x2>,Single) メソッド
                • ComputePointAtLength メソッド
                  • ComputePointAtLength(Single,Point2F) メソッド
                  • ComputePointAtLength(Single,Single,Point2F) メソッド
                  • ComputePointAtLength(Single,Nullable<Matrix3x2>,Single,Point2F) メソッド
                • FillContainsPoint メソッド
                  • FillContainsPoint(Point2L) メソッド
                  • FillContainsPoint(Point2F) メソッド
                  • FillContainsPoint(Point2L,Single) メソッド
                  • FillContainsPoint(Point2F,Single) メソッド
                  • FillContainsPoint(Point2L,Matrix3x2,Single) メソッド
                  • FillContainsPoint(Point2F,Nullable<Matrix3x2>,Single) メソッド
                • GetBounds メソッド
                  • GetBounds() メソッド
                  • GetBounds(Nullable<Matrix3x2>) メソッド
                • GetWidenedBounds メソッド
                  • GetWidenedBounds(Single) メソッド
                  • GetWidenedBounds(Single,Single) メソッド
                  • GetWidenedBounds(Single,StrokeStyle,Single) メソッド
                  • GetWidenedBounds(Single,StrokeStyle,Nullable<Matrix3x2>,Single) メソッド
                • Outline メソッド
                  • Outline(GeometrySink) メソッド
                  • Outline(Single,GeometrySink) メソッド
                  • Outline(Nullable<Matrix3x2>,Single,GeometrySink) メソッド
                • Simplify メソッド
                  • Simplify(GeometrySimplificationOption,GeometrySink) メソッド
                  • Simplify(GeometrySimplificationOption,Single,GeometrySink) メソッド
                  • Simplify(GeometrySimplificationOption,Nullable<Matrix3x2>,Single,GeometrySink) メソッド
                • StrokeContainsPoint メソッド
                  • StrokeContainsPoint(Point2L,Single) メソッド
                  • StrokeContainsPoint(Point2F,Single) メソッド
                  • StrokeContainsPoint(Point2L,Single,StrokeStyle) メソッド
                  • StrokeContainsPoint(Point2F,Single,StrokeStyle) メソッド
                  • StrokeContainsPoint(Point2L,Single,StrokeStyle,Matrix3x2) メソッド
                  • StrokeContainsPoint(Point2F,Single,StrokeStyle,Matrix3x2) メソッド
                  • StrokeContainsPoint(Point2L,Single,StrokeStyle,Matrix3x2,Single) メソッド
                  • StrokeContainsPoint(Point2F,Single,StrokeStyle,Nullable<Matrix3x2>,Single) メソッド
                • Tessellate メソッド
                  • Tessellate(TessellationSink) メソッド
                  • Tessellate(Single,TessellationSink) メソッド
                  • Tessellate(Nullable<Matrix3x2>,Single,TessellationSink) メソッド
                • Widen メソッド
                  • Widen(Single,GeometrySink) メソッド
                  • Widen(Single,Single,GeometrySink) メソッド
                  • Widen(Single,StrokeStyle,Single,GeometrySink) メソッド
                  • Widen(Single,StrokeStyle,Nullable<Matrix3x2>,Single,GeometrySink) メソッド
              • プロパティ
                • FlatteningTolerance プロパティ
              • フィールド
                • DefaultFlatteningTolerance フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometryGroup
              • 概要
              • メンバ
              • GeometryGroup コンストラクタ
              • メソッド
                • Create メソッド
                • GetFillMode メソッド
                • GetSourceGeometries メソッド
                • GetSourceGeometry メソッド
                  • GetSourceGeometry() メソッド
                  • GetSourceGeometry(Int32) メソッド
                • GetSourceGeometryCount メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometryRealization
              • 概要
              • メンバ
              • GeometryRealization コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(DeviceContext1,Geometry,Single) メソッド
                  • Create(DeviceContext1,Geometry,Single,Single,StrokeStyle) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometrySinkNative
              • 概要
              • メンバ
              • GeometrySinkNative コンストラクタ
              • メソッド
                • AddArc メソッド
                • AddBezier メソッド
                • AddLine メソッド
                • AddQuadraticBezier メソッド
                • AddQuadraticBeziers メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometrySinkShadow
              • 概要
              • メンバ
              • GeometrySinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • GradientStopCollection
              • 概要
              • メンバ
              • GradientStopCollection コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,GradientStop[]) メソッド
                  • Create(RenderTarget,GradientStop[],ExtendMode) メソッド
                  • Create(RenderTarget,GradientStop[],Gamma) メソッド
                  • Create(RenderTarget,GradientStop[],Gamma,ExtendMode) メソッド
                • GetColorInterpolationGamma メソッド
                • GetExtendMode メソッド
                • GetGradientStopCount メソッド
                • GetGradientStops メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GradientStopCollection1
              • 概要
              • メンバ
              • GradientStopCollection1 コンストラクタ
              • メソッド
                • Create メソッド
                • GetBufferPrecision メソッド
                • GetColorInterpolationMode メソッド
                • GetGradientStops1 メソッド
                • GetPostInterpolationSpace メソッド
                • GetPreInterpolationSpace メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Image
              • 概要
              • メンバ
              • Image コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ImageBrush
              • 概要
              • メンバ
              • ImageBrush コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(DeviceContext,Image,ImageBrushProperties) メソッド
                  • Create(DeviceContext,Image,ImageBrushProperties,BrushProperties) メソッド
                • GetExtendModeX メソッド
                • GetExtendModeY メソッド
                • GetImage メソッド
                • GetInterpolationMode メソッド
                • GetSourceRectangle メソッド
                • SetExtendModeX メソッド
                • SetExtendModeY メソッド
                • SetImage メソッド
                • SetInterpolationMode メソッド
                • SetSourceRectangle メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Layer
              • 概要
              • メンバ
              • Layer コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget) メソッド
                  • Create(RenderTarget,Nullable<Size2F>) メソッド
                • GetSize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • LinearGradientBrush
              • 概要
              • メンバ
              • LinearGradientBrush コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,LinearGradientBrushProperties,GradientStopCollection) メソッド
                  • Create(RenderTarget,LinearGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド
                • GetEndPoint メソッド
                • GetGradientStopCollection メソッド
                • GetStartPoint メソッド
                • SetEndPoint メソッド
                • SetStartPoint メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Mesh
              • 概要
              • メンバ
              • Mesh コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget) メソッド
                  • Create(RenderTarget,Triangle[]) メソッド
                • Open メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Multithread
              • 概要
              • メンバ
              • Multithread コンストラクタ
              • メソッド
                • Enter メソッド
                • GetMultithreadProtected メソッド
                • Leave メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • OffsetTransform
              • 概要
              • メンバ
              • OffsetTransform コンストラクタ
              • メソッド
                • Create メソッド
                • GetOffset メソッド
                • SetOffset メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PathGeometry
              • 概要
              • メンバ
              • PathGeometry コンストラクタ
              • メソッド
                • Create メソッド
                • GetFigureCount メソッド
                • GetSegmentCount メソッド
                • Open メソッド
                • Stream メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PathGeometry1
              • 概要
              • メンバ
              • PathGeometry1 コンストラクタ
              • メソッド
                • ComputePointAndSegmentAtLength メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PrintControl
              • 概要
              • メンバ
              • PrintControl コンストラクタ
              • メソッド
                • AddPage メソッド
                  • AddPage(CommandList,Size2F) メソッド
                  • AddPage(CommandList,Size2F,ComStream) メソッド
                  • AddPage(CommandList,Size2F,ComStream,Int64,Int64) メソッド
                • Close メソッド
                • Create メソッド
                  • Create(Device,ImagingFactory,IntPtr) メソッド
                  • Create(Device,ImagingFactory,IntPtr,PrintControlProperties) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Properties
              • 概要
              • メンバ
              • Properties コンストラクタ
              • メソッド
                • GetBoolValue メソッド
                • GetBoolValueByName メソッド
                • GetColorFValue メソッド
                • GetColorFValueByName メソッド
                • GetComObjectValue<T> メソッド
                • GetComObjectValueByName<T> メソッド
                • GetEnumValue<T> メソッド
                • GetEnumValueByName<T> メソッド
                • GetFloatValue メソッド
                • GetFloatValueByName メソッド
                • GetGuidValue メソッド
                • GetGuidValueByName メソッド
                • GetIntValue メソッド
                • GetIntValueByName メソッド
                • GetMatrix3x2Value メソッド
                • GetMatrix3x2ValueByName メソッド
                • GetMatrix4x4Value メソッド
                • GetMatrix4x4ValueByName メソッド
                • GetMatrix5x4Value メソッド
                • GetMatrix5x4ValueByName メソッド
                • GetPoint2FValue メソッド
                • GetPoint2FValueByName メソッド
                • GetPropertyCount メソッド
                • GetPropertyIndex メソッド
                • GetPropertyName メソッド
                  • GetPropertyName(Int32) メソッド
                  • GetPropertyName(Int32,IntPtr,Int32) メソッド
                • GetPropertyNameLength メソッド
                • GetRectFValue メソッド
                • GetRectFValueByName メソッド
                • GetSubProperties メソッド
                • GetTypeInfo メソッド
                • GetUIntValue メソッド
                • GetUIntValueByName メソッド
                • GetValue メソッド
                  • GetValue<T>(Int32,PropertyType) メソッド
                  • GetValue<T>(String,PropertyType) メソッド
                  • GetValue(Int32,PropertyType,IntPtr,Int32) メソッド
                • GetValueByName メソッド
                • GetValueSize メソッド
                • GetVector2Value メソッド
                • GetVector2ValueByName メソッド
                • GetVector3Value メソッド
                • GetVector3ValueByName メソッド
                • GetVector4Value メソッド
                • GetVector4ValueByName メソッド
                • SetEnumValue<T> メソッド
                • SetValue メソッド
                  • SetValue(Int32,Int32) メソッド
                  • SetValue(Int32,UInt32) メソッド
                  • SetValue(Int32,Boolean) メソッド
                  • SetValue(Int32,Guid) メソッド
                  • SetValue(Int32,Single) メソッド
                  • SetValue(Int32,Vector2) メソッド
                  • SetValue(Int32,Vector3) メソッド
                  • SetValue(Int32,Vector4) メソッド
                  • SetValue(Int32,Point2F) メソッド
                  • SetValue(Int32,RectF) メソッド
                  • SetValue(Int32,ColorF) メソッド
                  • SetValue(Int32,Matrix3x2) メソッド
                  • SetValue(Int32,Matrix4x4) メソッド
                  • SetValue(Int32,Matrix5x4) メソッド
                  • SetValue(Int32,String) メソッド
                  • SetValue<T>(Int32,T) メソッド
                  • SetValue<T>(Int32,PropertyType,T) メソッド
                  • SetValue(Int32,PropertyType,IntPtr,Int32) メソッド
                • SetValueByName メソッド
                  • SetValueByName(String,Int32) メソッド
                  • SetValueByName(String,UInt32) メソッド
                  • SetValueByName(String,Boolean) メソッド
                  • SetValueByName(String,Guid) メソッド
                  • SetValueByName(String,Single) メソッド
                  • SetValueByName(String,Vector2) メソッド
                  • SetValueByName(String,Vector3) メソッド
                  • SetValueByName(String,Vector4) メソッド
                  • SetValueByName(String,Point2F) メソッド
                  • SetValueByName(String,RectF) メソッド
                  • SetValueByName(String,ColorF) メソッド
                  • SetValueByName(String,Matrix3x2) メソッド
                  • SetValueByName(String,Matrix4x4) メソッド
                  • SetValueByName(String,Matrix5x4) メソッド
                  • SetValueByName(String,String) メソッド
                  • SetValueByName<T>(String,T) メソッド
                  • SetValueByName<T>(String,PropertyType,T) メソッド
                  • SetValueByName(String,PropertyType,IntPtr,Int32) メソッド
              • プロパティ
                • Cached プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PropertyBinding
              • 概要
              • メンバ
              • メソッド
                • Get メソッド
              • プロパティ
                • TypeName プロパティ
              • フィールド
                • GetFunction フィールド
                • PropertyName フィールド
                • SetFunction フィールド
            • PropertyBindingAttribute
              • 概要
              • メンバ
              • PropertyBindingAttribute コンストラクタ
              • プロパティ
                • BindingType プロパティ
                • Default プロパティ
                • DisplayName プロパティ
                • Max プロパティ
                • Min プロパティ
                • Order プロパティ
                • Type プロパティ
            • PropertyTypeHelper
              • 概要
              • メンバ
              • メソッド
                • ConvertToString メソッド
            • RadialGradientBrush
              • 概要
              • メンバ
              • RadialGradientBrush コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,RadialGradientBrushProperties,GradientStopCollection) メソッド
                  • Create(RenderTarget,RadialGradientBrushProperties,BrushProperties,GradientStopCollection) メソッド
                  • Create(RenderTarget,RadialGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド
                • GetCenter メソッド
                • GetGradientOriginOffset メソッド
                • GetGradientStopCollection メソッド
                • GetRadiusX メソッド
                • GetRadiusY メソッド
                • SetCenter メソッド
                • SetGradientOriginOffset メソッド
                • SetRadiusX メソッド
                • SetRadiusY メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RectangleGeometry
              • 概要
              • メンバ
              • RectangleGeometry コンストラクタ
              • メソッド
                • Create メソッド
                • GetRectangle メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RenderInformation
              • 概要
              • メンバ
              • RenderInformation コンストラクタ
              • メソッド
                • SetCached メソッド
                • SetInputDescription メソッド
                • SetInstructionCountHint メソッド
                • SetOutputBuffer メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RenderTarget
              • 概要
              • メンバ
              • RenderTarget コンストラクタ
              • メソッド
                • BeginDraw メソッド
                • Clear メソッド
                • Create メソッド
                • CreateBitmap メソッド
                • CreateBitmapBrush メソッド
                • CreateBitmapFromWicBitmap メソッド
                • CreateCompatibleRenderTarget メソッド
                • CreateGradientStopCollection メソッド
                • CreateLayer メソッド
                • CreateLinearGradientBrush メソッド
                • CreateMesh メソッド
                • CreateRadialGradientBrush メソッド
                • CreateSharedBitmap メソッド
                • CreateSolidColorBrush メソッド
                • DrawBitmap メソッド
                  • DrawBitmap(Bitmap,Single,BitmapInterpolationMode) メソッド
                  • DrawBitmap(Bitmap,RectF,Single,BitmapInterpolationMode) メソッド
                  • DrawBitmap(Bitmap,Single,BitmapInterpolationMode,RectF) メソッド
                  • DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) メソッド
                • DrawEllipse メソッド
                • DrawGeometry メソッド
                  • DrawGeometry(Geometry,Brush) メソッド
                  • DrawGeometry(Geometry,Brush,Single,StrokeStyle) メソッド
                • DrawGlyphRun メソッド
                  • DrawGlyphRun(Point2F,GlyphRun,Brush,MeasuringMode) メソッド
                  • DrawGlyphRun(Point2F,IntPtr,Brush,MeasuringMode) メソッド
                • DrawLine メソッド
                  • DrawLine(Point2F,Point2F,Brush) メソッド
                  • DrawLine(Point2F,Point2F,Brush,Single,StrokeStyle) メソッド
                • DrawRectangle メソッド
                • DrawRoundedRectangle メソッド
                • DrawText メソッド
                  • DrawText(String,TextFormat,RectF,Brush) メソッド
                  • DrawText(String,TextFormat,RectF,Brush,DrawTextOptions) メソッド
                  • DrawText(String,TextFormat,RectF,Brush,DrawTextOptions,MeasuringMode) メソッド
                  • DrawText(String,Int32,TextFormat,RectF,Brush,DrawTextOptions,MeasuringMode) メソッド
                • DrawTextLayout メソッド
                  • DrawTextLayout(Point2F,TextLayout,Brush) メソッド
                  • DrawTextLayout(Point2F,TextLayout,Brush,DrawTextOptions) メソッド
                • EndDraw メソッド
                  • EndDraw(Int64,Int64) メソッド
                  • EndDraw(Boolean) メソッド
                • EndDrawHR メソッド
                • FillEllipse メソッド
                • FillGeometry メソッド
                  • FillGeometry(Geometry,Brush) メソッド
                  • FillGeometry(Geometry,Brush,Brush) メソッド
                • FillMesh メソッド
                • FillOpacityMask メソッド
                  • FillOpacityMask(Bitmap,Brush,OpacityMaskContent) メソッド
                  • FillOpacityMask(Bitmap,Brush,OpacityMaskContent,Nullable<RectF>,Nullable<RectF>) メソッド
                • FillRectangle メソッド
                • FillRoundedRectangle メソッド
                • Flush メソッド
                  • Flush() メソッド
                  • Flush(Int64,Int64) メソッド
                • GetAntialiasMode メソッド
                • GetDpi メソッド
                • GetMaximumBitmapSize メソッド
                • GetPixelFormat メソッド
                • GetPixelSize メソッド
                • GetSize メソッド
                • GetTags メソッド
                • GetTextAntialiasMode メソッド
                • GetTextRenderingParams メソッド
                • GetTransform メソッド
                • IsSupported メソッド
                • PopAxisAlignedClip メソッド
                • PopLayer メソッド
                • PushAxisAlignedClip メソッド
                • PushLayer メソッド
                • RestoreDrawingState メソッド
                • SaveDrawingState メソッド
                • SetAntialiasMode メソッド
                • SetDpi メソッド
                • SetTags メソッド
                • SetTextAntialiasMode メソッド
                • SetTextRenderingParams メソッド
                • SetTransform メソッド
              • プロパティ
                • DotsPerInch プロパティ
                • StrokeWidth プロパティ
                • Transform プロパティ
              • フィールド
                • DefaultStrokeWidth フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Resource
              • 概要
              • メンバ
              • Resource コンストラクタ
              • メソッド
                • GetFactory メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResourceTexture
              • 概要
              • メンバ
              • ResourceTexture コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(EffectContext,Guid,ResourceTextureProperties) メソッド
                  • Create(EffectContext,Guid,ResourceTextureProperties,Byte[],Int32[]) メソッド
                • Update メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResourceTextureProperties
              • 概要
              • メンバ
              • ResourceTextureProperties コンストラクタ
              • プロパティ
                • ExtendModes プロパティ
                • Extents プロパティ
              • フィールド
                • BufferPrecision フィールド
                • ChannelDepth フィールド
                • Dimensions フィールド
                • ExtendModesPointer フィールド
                • ExtentsPointer フィールド
                • Filter フィールド
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • BadNumber フィールド
                • BitmapBoundAsTarget フィールド
                • BitmapCannotDraw フィールド
                • CyclicGraph フィールド
                • DisplayFormatNotSupported フィールド
                • DisplayStateInvalid フィールド
                • EffectIsNotRegistered フィールド
                • ExceedsMaximumBitmapSize フィールド
                • IncompatibleBrushTypes フィールド
                • InsufficientDeviceCapabilities フィールド
                • IntermediateTooLarge フィールド
                • InternalError フィールド
                • InvalidCall フィールド
                • InvalidGraphConfiguration フィールド
                • InvalidInternalGraphConfiguration フィールド
                • InvalidProperty フィールド
                • InvalidTarget フィールド
                • LayerAlreadyInUse フィールド
                • MaximumTextureSizeExceeded フィールド
                • NoHardwareDevice フィールド
                • NoSubProperties フィールド
                • NotInitializeD フィールド
                • OriginalTargetNotBound フィールド
                • OutstandingBitmapReferences フィールド
                • PopCallDidNotMatchPush フィールド
                • PrintFormatNotSupported フィールド
                • PrintJobClosed フィールド
                • PushPopUnbalanced フィールド
                • RecreateTarget フィールド
                • RenderTargetHasLayerOrCliprect フィールド
                • ScannerFailed フィールド
                • ScreenAccessDenied フィールド
                • ShaderCompileFailed フィールド
                • TargetNotGdiCompatible フィールド
                • TextEffectIsWrongType フィールド
                • TextRendererNotReleased フィールド
                • TooManyShaderElements フィールド
                • TooManyTransformInputs フィールド
                • UnsupportedOperation フィールド
                • UnsupportedVersion フィールド
                • Win32Error フィールド
                • WrongFactory フィールド
                • WrongResourceDomain フィールド
                • WrongState フィールド
                • ZeroVector フィールド
            • RoundedRectangleGeometry
              • 概要
              • メンバ
              • RoundedRectangleGeometry コンストラクタ
              • メソッド
                • Create メソッド
                • GetRoundedRect メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SimplifiedGeometrySinkNative
              • 概要
              • メンバ
              • SimplifiedGeometrySinkNative コンストラクタ
              • メソッド
                • AddBeziers メソッド
                • AddLines メソッド
                • BeginFigure メソッド
                • Close メソッド
                • EndFigure メソッド
                • SetFillMode メソッド
                • SetSegmentFlags メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SimplifiedGeometrySinkShadow
              • 概要
              • メンバ
              • SimplifiedGeometrySinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • SolidColorBrush
              • 概要
              • メンバ
              • SolidColorBrush コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(RenderTarget,ColorF) メソッド
                  • Create(RenderTarget,ColorF,Nullable<BrushProperties>) メソッド
                • GetColor メソッド
                • SetColor メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SourceTransformNative
              • 概要
              • メンバ
              • SourceTransformNative コンストラクタ
              • メソッド
                • Draw メソッド
                • SetRenderInfo メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SourceTransformShadow
              • 概要
              • メンバ
              • SourceTransformShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • StrokeStyle
              • 概要
              • メンバ
              • StrokeStyle コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,StrokeStyleProperties) メソッド
                  • Create(Factory,StrokeStyleProperties,Single[]) メソッド
                • GetDashCap メソッド
                • GetDashes メソッド
                • GetDashesCount メソッド
                • GetDashOffset メソッド
                • GetDashStyle メソッド
                • GetEndCap メソッド
                • GetLineJoin メソッド
                • GetMiterLimit メソッド
                • GetStartCap メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • StrokeStyle1
              • 概要
              • メンバ
              • StrokeStyle1 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory1,StrokeStyleProperties1) メソッド
                  • Create(Factory1,StrokeStyleProperties1,Single[]) メソッド
                • GetStrokeTransformType メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TessellationSinkNative
              • 概要
              • メンバ
              • TessellationSinkNative コンストラクタ
              • メソッド
                • AddTriangles メソッド
                • Close メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TessellationSinkShadow
              • 概要
              • メンバ
              • TessellationSinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TransformedGeometry
              • 概要
              • メンバ
              • TransformedGeometry コンストラクタ
              • メソッド
                • Create メソッド
                • GetSourceGeometry メソッド
                • GetTransform メソッド
              • プロパティ
                • Transform プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransformGraph
              • 概要
              • メンバ
              • TransformGraph コンストラクタ
              • メソッド
                • AddNode メソッド
                • Clear メソッド
                • ConnectNode メソッド
                • ConnectToEffectInput メソッド
                • GetInputCount メソッド
                • RemoveNode メソッド
                • SetOutputNode メソッド
                • SetPassthroughGraph メソッド
                • SetSingleTransformNode メソッド
                • SetSingleTransformNode_ メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransformNative
              • 概要
              • メンバ
              • TransformNative コンストラクタ
              • メソッド
                • MapInputRectsToOutputRect メソッド
                • MapInvalidRect メソッド
                • MapOutputRectToInputRects メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransformNodeNative
              • 概要
              • メンバ
              • TransformNodeNative コンストラクタ
              • メソッド
                • GetInputCount メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TransformNodeShadow
              • 概要
              • メンバ
              • TransformNodeShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TransformShadow
              • 概要
              • メンバ
              • TransformShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • VertexBuffer
              • 概要
              • メンバ
              • VertexBuffer コンストラクタ
              • メソッド
                • Create メソッド
                • Map メソッド
                • Unmap メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • VertexBufferProperties
              • 概要
              • メンバ
              • VertexBufferProperties コンストラクタ
                • VertexBufferProperties コンストラクタ()
                • VertexBufferProperties コンストラクタ(Int32,VertexUsage,DataStream)
              • プロパティ
                • Data プロパティ
              • フィールド
                • DataPointer フィールド
                • InputCount フィールド
                • SizeInBytes フィールド
                • Usage フィールド
            • WicRenderTarget
              • 概要
              • メンバ
              • WicRenderTarget コンストラクタ
              • メソッド
                • Create メソッド
            • WindowRenderTarget
              • 概要
              • メンバ
              • WindowRenderTarget コンストラクタ
              • メソッド
                • CheckWindowState メソッド
                • Create メソッド
                • GetHwnd メソッド
                • Resize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
          • 列挙型
            • AffineTransform2DInterpolationMode
            • AffineTransform2DProperties
            • AlphaMode
            • AntialiasMode
            • ArcSize
            • ArithmeticCompositeProperties
            • AtlasProperties
            • BindingType
            • BitmapInterpolationMode
            • BitmapOptions
            • BitmapSourceAlphaMode
            • BitmapSourceInterpolationMode
            • BitmapSourceOrientation
            • BitmapSourceProperties
            • Blend
            • BlendMode
            • BlendOperation
            • BlendProperties
            • BorderEdgeMode
            • BorderMode
            • BorderProperties
            • BrightnessProperties
            • BufferPrecision
            • CapStyle
            • ChangeType
            • ChannelDepth
            • ChannelSelector
            • ColorInterpolationMode
            • ColorManagementAlphaMode
            • ColorManagementProperties
            • ColorManagementQuality
            • ColorManagementRenderingIntent
            • ColorMatrixAlphaMode
            • ColorMatrixProperties
            • ColorSpace
            • CombineMode
            • CompatibleRenderTargetOptions
            • CompositeMode
            • CompositeProperties
            • ConvoleMatrixProperties
            • ConvoleMatrixScaleMode
            • CropProperties
            • DashStyle
            • DebugLevel
            • DeviceContextInitializeMode
            • DeviceContextOptions
            • DirectionalBlurOptimization
            • DirectionalBlurProperties
            • DiscreteTransferProperties
            • DisplacementMapProperties
            • DistantDiffuseProperties
            • DistantDiffuseScaleMode
            • DistantSpecularProperties
            • DistantSpecularScaleMode
            • DpiCompensationInterpolationMode
            • DpiCompensationProperties
            • DrawTextOptions
            • ExtendMode
            • FactoryType
            • Feature
            • FeatureLevel
            • FigureBegin
            • FigureEnd
            • FillMode
            • Filter
            • FloodProperties
            • Gamma
            • GammaTransferProperties
            • GaussianBlurOptimization
            • GaussianBlurProperties
            • GeometryRelation
            • GeometrySimplificationOption
            • HistogramProperties
            • HueRotationProperties
            • InterpolationMode
            • InterpolationModeDefinition
            • LayerOptions
            • LayerOptions1
            • LinearTransferProperties
            • LineJoin
            • MapOptions
            • MorphologyMode
            • MorphologyProperties
            • OpacityMaskContent
            • OpacityMetadataProperties
            • PathSegment
            • PerspectiveTransform3DInteroplationMode
            • PerspectiveTransform3DProperties
            • PixelOptions
            • PointDiffuseProperties
            • PointDiffuseScaleMode
            • PointSpecularProperties
            • PointSpecularScaleMode
            • PresentOptions
            • PrimitiveBlend
            • PrintFontSubsetMode
            • Property
            • PropertyType
            • RenderingPriority
            • RenderTargetType
            • RenderTargetUsage
            • SaturationProperties
            • ScaleInterpolationMode
            • ScaleProperties
            • ShadowOptimization
            • ShadowProperties
            • SpotDiffuseProperties
            • SpotDiffuseScaleMode
            • SpotSpecularProperties
            • SpotSpecularScaleMode
            • StrokeTransformType
            • SubProperty
            • SweepDirection
            • TableTransferProperties
            • TextAntialiasMode
            • ThreadingMode
            • TileProperties
            • Transform3DInterpolationMode
            • Transform3DProperties
            • TurbulenceNoise
            • TurbulenceProperties
            • UnitMode
            • VertexOptions
            • VertexUsage
            • WindowState
            • YcbcrChromaSubSampling
            • YcbcrInterpolationMode
            • YCbCrProperties
          • 構造体
            • ArcSegment
              • 概要
              • メンバ
              • フィールド
                • ArcSize フィールド
                • Point フィールド
                • RotationAngle フィールド
                • Size フィールド
                • SweepDirection フィールド
            • BezierSegment
              • 概要
              • メンバ
              • フィールド
                • Point1 フィールド
                • Point2 フィールド
                • Point3 フィールド
            • BitmapBrushProperties
              • 概要
              • メンバ
              • フィールド
                • ExtendModeX フィールド
                • ExtendModeY フィールド
                • InterpolationMode フィールド
            • BitmapBrushProperties1
              • 概要
              • メンバ
              • フィールド
                • ExtendModeX フィールド
                • ExtendModeY フィールド
                • InterpolationMode フィールド
            • BitmapProperties
              • 概要
              • メンバ
              • BitmapProperties コンストラクタ
                • BitmapProperties コンストラクタ(PixelFormat)
                • BitmapProperties コンストラクタ(PixelFormat,Single,Single)
              • フィールド
                • DpiX フィールド
                • DpiY フィールド
                • PixelFormat フィールド
            • BlendDescription
              • 概要
              • メンバ
              • フィールド
                • BlendFactor フィールド
                • BlendOperation フィールド
                • BlendOperationAlpha フィールド
                • DestinationBlend フィールド
                • DestinationBlendAlpha フィールド
                • SourceBlend フィールド
                • SourceBlendAlpha フィールド
            • BrushProperties
              • 概要
              • メンバ
              • フィールド
                • Opacity フィールド
                • Transform フィールド
            • CreationProperties
              • 概要
              • メンバ
              • フィールド
                • DebugLevel フィールド
                • Options フィールド
                • ThreadingMode フィールド
            • DrawingStateDescription
              • 概要
              • メンバ
              • フィールド
                • AntialiasMode フィールド
                • Tag1 フィールド
                • Tag2 フィールド
                • TextAntialiasMode フィールド
                • Transform フィールド
            • DrawingStateDescription1
              • 概要
              • メンバ
              • フィールド
                • AntialiasMode フィールド
                • PrimitiveBlend フィールド
                • Tag1 フィールド
                • Tag2 フィールド
                • TextAntialiasMode フィールド
                • Transform フィールド
                • UnitMode フィールド
            • Ellipse
              • 概要
              • メンバ
              • Ellipse コンストラクタ
              • フィールド
                • Point フィールド
                • RadiusX フィールド
                • RadiusY フィールド
            • FactoryOptions
              • 概要
              • メンバ
              • フィールド
                • DebugLevel フィールド
            • FeatureDataD3D10XHardwareOptions
              • 概要
              • メンバ
              • フィールド
                • ComputeShadersPlusRawAndStructuredBuffersViaShader4X フィールド
            • FeatureDataDoubles
              • 概要
              • メンバ
              • フィールド
                • DoublePrecisionFloatShaderOps フィールド
            • GradientStop
              • 概要
              • メンバ
              • フィールド
                • Color フィールド
                • Position フィールド
            • HwndRenderTargetProperties
              • 概要
              • メンバ
              • フィールド
                • Hwnd フィールド
                • PixelSize フィールド
                • PresentOptions フィールド
            • ImageBrushProperties
              • 概要
              • メンバ
              • フィールド
                • ExtendModeX フィールド
                • ExtendModeY フィールド
                • InterpolationMode フィールド
                • SourceRectangle フィールド
            • InputDescription
              • 概要
              • メンバ
              • InputDescription コンストラクタ
              • フィールド
                • Filter フィールド
                • LevelOfDetailCount フィールド
            • InputElement
              • 概要
              • メンバ
              • InputElement コンストラクタ
                • InputElement コンストラクタ(String,Int32,Format,Int32)
                • InputElement コンストラクタ(String,Int32,Format,Int32,Int32)
              • メソッド
                • Equals メソッド
                  • Equals(InputElement) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
              • プロパティ
                • AppendAligned プロパティ
              • フィールド
                • AlignedByteOffset フィールド
                • Format フィールド
                • SemanticIndex フィールド
                • SemanticName フィールド
                • Slot フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • LayerParameters
              • 概要
              • メンバ
              • メソッド
                • SetGeometricMask メソッド
                • SetOpacityBrush メソッド
              • フィールド
                • ContentBounds フィールド
                • GeometricMaskPointer フィールド
                • LayerOptions フィールド
                • MaskAntialiasMode フィールド
                • MaskTransform フィールド
                • Opacity フィールド
                • OpacityBrushPointer フィールド
            • LayerParameters1
              • 概要
              • メンバ
              • LayerParameters1 コンストラクタ
              • メソッド
                • SetGeometricMask メソッド
                • SetOpacityBrush メソッド
              • フィールド
                • ContentBounds フィールド
                • GeometricMaskPointer フィールド
                • LayerOptions フィールド
                • MaskAntialiasMode フィールド
                • MaskTransform フィールド
                • Opacity フィールド
                • OpacityBrushPointer フィールド
            • LinearGradientBrushProperties
              • 概要
              • メンバ
              • フィールド
                • EndPoint フィールド
                • StartPoint フィールド
            • MappedRectangle
              • 概要
              • メンバ
              • フィールド
                • Bits フィールド
                • Pitch フィールド
            • PixelFormat
              • 概要
              • メンバ
              • PixelFormat コンストラクタ
              • フィールド
                • AlphaMode フィールド
                • Format フィールド
            • PointDescription
              • 概要
              • メンバ
              • フィールド
                • EndFigure フィールド
                • EndSegment フィールド
                • LengthToEndSegment フィールド
                • Point フィールド
                • UnitTangentVector フィールド
            • PrintControlProperties
              • 概要
              • メンバ
              • フィールド
                • ColorSpace フィールド
                • FontSubset フィールド
                • RasterDPI フィールド
            • QuadraticBezierSegment
              • 概要
              • メンバ
              • フィールド
                • Point1 フィールド
                • Point2 フィールド
            • RadialGradientBrushProperties
              • 概要
              • メンバ
              • フィールド
                • Center フィールド
                • GradientOriginOffset フィールド
                • RadiusX フィールド
                • RadiusY フィールド
            • RenderingControls
              • 概要
              • メンバ
              • フィールド
                • BufferPrecision フィールド
                • TileSize フィールド
            • RenderTargetProperties
              • 概要
              • メンバ
              • RenderTargetProperties コンストラクタ
                • RenderTargetProperties コンストラクタ(PixelFormat)
                • RenderTargetProperties コンストラクタ(RenderTargetType,PixelFormat,Single,Single,RenderTargetUsage,FeatureLevel)
              • フィールド
                • DpiX フィールド
                • DpiY フィールド
                • MinLevel フィールド
                • PixelFormat フィールド
                • Type フィールド
                • Usage フィールド
            • RoundedRectangle
              • 概要
              • メンバ
              • フィールド
                • RadiusX フィールド
                • RadiusY フィールド
                • Rect フィールド
            • StrokeStyleProperties
              • 概要
              • メンバ
              • フィールド
                • DashCap フィールド
                • DashOffset フィールド
                • DashStyle フィールド
                • EndCap フィールド
                • LineJoin フィールド
                • MiterLimit フィールド
                • StartCap フィールド
            • StrokeStyleProperties1
              • 概要
              • メンバ
              • フィールド
                • DashCap フィールド
                • DashOffset フィールド
                • DashStyle フィールド
                • EndCap フィールド
                • LineJoin フィールド
                • MiterLimit フィールド
                • StartCap フィールド
                • TransformType フィールド
            • Triangle
              • 概要
              • メンバ
              • フィールド
                • Point1 フィールド
                • Point2 フィールド
                • Point3 フィールド
            • VertexRange
              • 概要
              • メンバ
              • VertexRange コンストラクタ
              • フィールド
                • StartVertex フィールド
                • VertexCount フィールド
          • インターフェース
            • CommandSink
              • 概要
              • メンバ
              • メソッド
                • BeginDraw メソッド
                • Clear メソッド
                • DrawBitmap メソッド
                • DrawGdiMetafile メソッド
                • DrawGeometry メソッド
                • DrawGlyphRun メソッド
                • DrawImage メソッド
                • DrawLine メソッド
                • DrawRectangle メソッド
                • EndDraw メソッド
                • FillGeometry メソッド
                • FillMesh メソッド
                • FillOpacityMask メソッド
                • FillRectangle メソッド
                • PopAxisAlignedClip メソッド
                • PopLayer メソッド
                • PushAxisAlignedClip メソッド
                • PushLayer メソッド
                • SetAntialiasMode メソッド
                • SetPrimitiveBlend メソッド
                • SetTags メソッド
                • SetTextAntialiasMode メソッド
                • SetTextRenderingParams メソッド
                • SetTransform メソッド
                • SetUnitMode メソッド
            • CommandSink1
              • 概要
              • メンバ
              • メソッド
                • SetPrimitiveBlend1 メソッド
            • ComputeTransform
              • 概要
              • メンバ
              • メソッド
                • CalculateThreadgroups メソッド
                • SetComputeInfo メソッド
            • CustomEffect
              • 概要
              • メンバ
              • メソッド
                • Initialize メソッド
                • PrepareForRender メソッド
                • SetGraph メソッド
            • DrawTransform
              • 概要
              • メンバ
              • メソッド
                • SetDrawInfo メソッド
            • GdiMetafileSink
              • 概要
              • メンバ
            • GeometrySink
              • 概要
              • メンバ
              • メソッド
                • AddArc メソッド
                • AddBezier メソッド
                • AddLine メソッド
                • AddQuadraticBezier メソッド
                • AddQuadraticBeziers メソッド
            • SimplifiedGeometrySink
              • 概要
              • メンバ
              • メソッド
                • AddBeziers メソッド
                • AddLines メソッド
                • BeginFigure メソッド
                • Close メソッド
                • EndFigure メソッド
                • SetFillMode メソッド
                • SetSegmentFlags メソッド
            • SourceTransform
              • 概要
              • メンバ
              • メソッド
                • Draw メソッド
                • SetRenderInfo メソッド
            • TessellationSink
              • 概要
              • メンバ
              • メソッド
                • AddTriangles メソッド
                • Close メソッド
            • Transform
              • 概要
              • メンバ
              • メソッド
                • MapInputRectsToOutputRect メソッド
                • MapInvalidRect メソッド
                • MapOutputRectToInputRects メソッド
            • TransformNode
              • 概要
              • メンバ
              • メソッド
                • GetInputCount メソッド
        • C1.Util.DX.Direct2D.Effects 名前空間
          • 概要
          • クラス
            • AffineTransform2D
              • 概要
              • メンバ
              • AffineTransform2D コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • InterpolationMode プロパティ
                • Sharpness プロパティ
                • TransformMatrix プロパティ
            • ArithmeticComposite
              • 概要
              • メンバ
              • ArithmeticComposite コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • ClampOutput プロパティ
                • Coefficients プロパティ
            • Atlas
              • 概要
              • メンバ
              • Atlas コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • InputPaddingRectangle プロパティ
                • InputRectangle プロパティ
            • BitmapSource
              • 概要
              • メンバ
              • BitmapSource コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaMode プロパティ
                • EnableDpiCorrection プロパティ
                • InterpolationMode プロパティ
                • Orientation プロパティ
                • ScaleSource プロパティ
                • WicBitmapSource プロパティ
            • Blend
              • 概要
              • メンバ
              • Blend コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Mode プロパティ
            • Border
              • 概要
              • メンバ
              • Border コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • EdgeModeX プロパティ
                • EdgeModeY プロパティ
            • Brightness
              • 概要
              • メンバ
              • Brightness コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BlackPoint プロパティ
                • WhitePoint プロパティ
            • ColorManagement
              • 概要
              • メンバ
              • ColorManagement コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaMode プロパティ
                • DestinationContext プロパティ
                • DestinationIntent プロパティ
                • SourceContext プロパティ
                • SourceIntent プロパティ
            • ColorMatrix
              • 概要
              • メンバ
              • ColorMatrix コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaMode プロパティ
                • ClampOutput プロパティ
                • Matrix プロパティ
            • Composite
              • 概要
              • メンバ
              • Composite コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Mode プロパティ
            • ConvolveMatrix
              • 概要
              • メンバ
              • ConvolveMatrix コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Bias プロパティ
                • BorderMode プロパティ
                • ClampOutput プロパティ
                • Divisor プロパティ
                • KernelMatrix プロパティ
                • KernelOffset プロパティ
                • KernelSizeX プロパティ
                • KernelSizeY プロパティ
                • KernelUnitLength プロパティ
                • PreserveAlpha プロパティ
                • ScaleMode プロパティ
            • Crop
              • 概要
              • メンバ
              • Crop コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Rectangle プロパティ
            • DirectionalBlur
              • 概要
              • メンバ
              • DirectionalBlur コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Angle プロパティ
                • BorderMode プロパティ
                • Optimization プロパティ
                • StandardDeviation プロパティ
            • DiscreteTransfer
              • 概要
              • メンバ
              • DiscreteTransfer コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaDisable プロパティ
                • AlphaTable プロパティ
                • BlueDisable プロパティ
                • BlueTable プロパティ
                • ClampOutput プロパティ
                • GreenDisable プロパティ
                • GreenTable プロパティ
                • RedDisable プロパティ
                • RedTable プロパティ
            • DisplacementMap
              • 概要
              • メンバ
              • DisplacementMap コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Scale プロパティ
                • XChannelSelect プロパティ
                • YChannelSelect プロパティ
            • DistantDiffuse
              • 概要
              • メンバ
              • DistantDiffuse コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Azimuth プロパティ
                • Color プロパティ
                • DiffuseConstant プロパティ
                • Elevation プロパティ
                • KernelUnitLength プロパティ
                • ScaleMode プロパティ
                • SurfaceScale プロパティ
            • DistantSpecular
              • 概要
              • メンバ
              • DistantSpecular コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Azimuth プロパティ
                • Color プロパティ
                • Elevation プロパティ
                • KernelUnitLength プロパティ
                • ScaleMode プロパティ
                • SpecularConstant プロパティ
                • SpecularExponent プロパティ
                • SurfaceScale プロパティ
            • DpiCompensation
              • 概要
              • メンバ
              • DpiCompensation コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • InputDpi プロパティ
                • InterpolationMode プロパティ
            • Flood
              • 概要
              • メンバ
              • Flood コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Color プロパティ
            • GammaTransfer
              • 概要
              • メンバ
              • GammaTransfer コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaAmplitude プロパティ
                • AlphaDisable プロパティ
                • AlphaExponent プロパティ
                • AlphaOffset プロパティ
                • BlueAmplitude プロパティ
                • BlueDisable プロパティ
                • BlueExponent プロパティ
                • BlueOffset プロパティ
                • ClampOutput プロパティ
                • GreenAmplitude プロパティ
                • GreenDisable プロパティ
                • GreenExponent プロパティ
                • GreenOffset プロパティ
                • RedAmplitude プロパティ
                • RedDisable プロパティ
                • RedExponent プロパティ
                • RedOffset プロパティ
            • GaussianBlur
              • 概要
              • メンバ
              • GaussianBlur コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • Optimization プロパティ
                • StandardDeviation プロパティ
            • Histogram
              • 概要
              • メンバ
              • Histogram コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • ChannelSelect プロパティ
                • HistogramOutput プロパティ
                • NumBins プロパティ
            • HueRotation
              • 概要
              • メンバ
              • HueRotation コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Angle プロパティ
            • LinearTransfer
              • 概要
              • メンバ
              • LinearTransfer コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaDisable プロパティ
                • AlphaSlope プロパティ
                • AlphaYIntercept プロパティ
                • BlueDisable プロパティ
                • BlueSlope プロパティ
                • BlueYIntercept プロパティ
                • ClampOutput プロパティ
                • GreenDisable プロパティ
                • GreenSlope プロパティ
                • GreenYIntercept プロパティ
                • RedDisable プロパティ
                • RedSlope プロパティ
                • RedYIntercept プロパティ
            • LuminanceToAlpha
              • 概要
              • メンバ
              • LuminanceToAlpha コンストラクタ
              • メソッド
                • Create メソッド
            • Morphology
              • 概要
              • メンバ
              • Morphology コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Height プロパティ
                • Mode プロパティ
                • Width プロパティ
            • OpacityMetadata
              • 概要
              • メンバ
              • OpacityMetadata コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • OpaqueRect プロパティ
            • PerspectiveTransform3D
              • 概要
              • メンバ
              • PerspectiveTransform3D コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • Depth プロパティ
                • GlobalOffset プロパティ
                • InterpolationMode プロパティ
                • LocalOffset プロパティ
                • PerspectiveOrigin プロパティ
                • Rotation プロパティ
                • RotationOrigin プロパティ
            • PointDiffuse
              • 概要
              • メンバ
              • PointDiffuse コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Color プロパティ
                • DiffuseConstant プロパティ
                • KernelUnitLength プロパティ
                • LightPosition プロパティ
                • ScaleMode プロパティ
                • SurfaceScale プロパティ
            • PointSpecular
              • 概要
              • メンバ
              • PointSpecular コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Color プロパティ
                • KernelUnitLength プロパティ
                • LightPosition プロパティ
                • ScaleMode プロパティ
                • SpecularConstant プロパティ
                • SpecularExponent プロパティ
                • SurfaceScale プロパティ
            • Premultiply
              • 概要
              • メンバ
              • Premultiply コンストラクタ
              • メソッド
                • Create メソッド
            • Saturation
              • 概要
              • メンバ
              • Saturation コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Value プロパティ
            • Scale
              • 概要
              • メンバ
              • Scale コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • CenterPoint プロパティ
                • InterpolationMode プロパティ
                • ScaleAmount プロパティ
                • Sharpness プロパティ
            • Shadow
              • 概要
              • メンバ
              • Shadow コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BlurStandardDeviation プロパティ
                • Color プロパティ
                • Optimization プロパティ
            • SpotDiffuse
              • 概要
              • メンバ
              • SpotDiffuse コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Color プロパティ
                • DiffuseConstant プロパティ
                • Focus プロパティ
                • KernelUnitLength プロパティ
                • LightPosition プロパティ
                • LimitingConeAngle プロパティ
                • PointsAt プロパティ
                • ScaleMode プロパティ
                • SurfaceScale プロパティ
            • SpotSpecular
              • 概要
              • メンバ
              • SpotSpecular コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Color プロパティ
                • Focus プロパティ
                • KernelUnitLength プロパティ
                • LightPosition プロパティ
                • LimitingConeAngle プロパティ
                • PointsAt プロパティ
                • ScaleMode プロパティ
                • SpecularConstant プロパティ
                • SpecularExponent プロパティ
                • SurfaceScale プロパティ
            • TableTransfer
              • 概要
              • メンバ
              • TableTransfer コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • AlphaDisable プロパティ
                • AlphaTable プロパティ
                • BlueDisable プロパティ
                • BlueTable プロパティ
                • ClampOutput プロパティ
                • GreenDisable プロパティ
                • GreenTable プロパティ
                • RedDisable プロパティ
                • RedTable プロパティ
            • Tile
              • 概要
              • メンバ
              • Tile コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • Rectangle プロパティ
            • Transform3D
              • 概要
              • メンバ
              • Transform3D コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BorderMode プロパティ
                • InterpolationMode プロパティ
                • TransformMatrix プロパティ
            • Turbulence
              • 概要
              • メンバ
              • Turbulence コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • BaseFrequency プロパティ
                • Noise プロパティ
                • OctaveCount プロパティ
                • Offset プロパティ
                • Seed プロパティ
                • Stitchable プロパティ
            • UnPremultiply
              • 概要
              • メンバ
              • UnPremultiply コンストラクタ
              • メソッド
                • Create メソッド
            • YCbCr
              • 概要
              • メンバ
              • YCbCr コンストラクタ
              • メソッド
                • Create メソッド
              • プロパティ
                • ChromaSubSampling プロパティ
                • InterpolationMode プロパティ
                • Transform プロパティ
        • C1.Util.DX.Direct3D11 名前空間
          • 概要
          • クラス
            • Asynchronous
              • 概要
              • メンバ
              • Asynchronous コンストラクタ
              • メソッド
                • GetDataSize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BlendState
              • 概要
              • メンバ
              • BlendState コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BlendState1
              • 概要
              • メンバ
              • BlendState1 コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription1 メソッド
              • プロパティ
                • Description1 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Blob
              • 概要
              • メンバ
              • Blob コンストラクタ
              • メソッド
                • GetBufferPointer メソッド
                • GetBufferSize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Buffer
              • 概要
              • メンバ
              • Buffer コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,BufferDescription) メソッド
                  • Create(Device,DataStream,BufferDescription) メソッド
                  • Create(Device,IntPtr,BufferDescription) メソッド
                  • Create(Device,Int32,ResourceUsage,BindFlags,CpuAccessFlags,ResourceMiscFlags,Int32) メソッド
                  • Create(Device,DataStream,Int32,ResourceUsage,BindFlags,CpuAccessFlags,ResourceMiscFlags,Int32) メソッド
                  • Create<T>(Device,BindFlags,T,Int32,ResourceUsage,CpuAccessFlags,ResourceMiscFlags,Int32) メソッド
                  • Create<T>(Device,BindFlags,T[],Int32,ResourceUsage,CpuAccessFlags,ResourceMiscFlags,Int32) メソッド
                  • Create<T>(Device,T,BufferDescription) メソッド
                  • Create<T>(Device,T[],BufferDescription) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ClassInstance
              • 概要
              • メンバ
              • ClassInstance コンストラクタ
              • メソッド
                • Create メソッド
                • GetClassLinkage メソッド
                • GetDescription メソッド
                • GetInstanceName メソッド
                • GetTypeName メソッド
              • プロパティ
                • Description プロパティ
                • InstanceName プロパティ
                • TypeName プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ClassLinkage
              • 概要
              • メンバ
              • ClassLinkage コンストラクタ
              • メソッド
                • Create メソッド
                • CreateClassInstance メソッド
                • GetClassInstance メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommandList
              • 概要
              • メンバ
              • CommandList コンストラクタ
              • メソッド
                • GetContextFlags メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CommonGuid
              • 概要
              • メンバ
              • CommonGuid コンストラクタ
              • フィールド
                • DebugObjectName フィールド
            • CommonShaderStage<T>
              • 概要
              • メンバ
              • メソッド
                • Get メソッド
                  • Get() メソッド
                  • Get(ClassInstance[]) メソッド
                • Set メソッド
                  • Set(T) メソッド
                  • Set(T,ClassInstance[]) メソッド
                  • Set(T,ComArray<ClassInstance>) メソッド
            • CommonShaderStageBase
              • 概要
              • メンバ
              • メソッド
                • GetConstantBuffers メソッド
                • GetSamplers メソッド
                • GetShaderResources メソッド
                • SetConstantBuffer メソッド
                • SetConstantBuffers メソッド
                  • SetConstantBuffers(Int32,Buffer[]) メソッド
                  • SetConstantBuffers(Int32,ComArray<Buffer>) メソッド
                  • SetConstantBuffers(Int32,Int32,Buffer[]) メソッド
                  • SetConstantBuffers(Int32,Int32,ComArray<Buffer>) メソッド
                • SetSampler メソッド
                • SetSamplers メソッド
                  • SetSamplers(Int32,SamplerState[]) メソッド
                  • SetSamplers(Int32,ComArray<SamplerState>) メソッド
                  • SetSamplers(Int32,Int32,SamplerState[]) メソッド
                  • SetSamplers(Int32,Int32,ComArray<SamplerState>) メソッド
                • SetShaderResource メソッド
                • SetShaderResources メソッド
                  • SetShaderResources(Int32,ShaderResourceView[]) メソッド
                  • SetShaderResources(Int32,ComArray<ShaderResourceView>) メソッド
                  • SetShaderResources(Int32,Int32,ShaderResourceView[]) メソッド
                  • SetShaderResources(Int32,Int32,ComArray<ShaderResourceView>) メソッド
              • フィールド
                • ConstantBufferApiSlotCount フィールド
                • ConstantBufferComponentBitCount フィールド
                • ConstantBufferComponents フィールド
                • ConstantBufferHwSlotCount フィールド
                • ConstantBufferPartialUpdateExtentsByteAlignment フィールド
                • ConstantBufferRegisterComponents フィールド
                • ConstantBufferRegisterCount フィールド
                • ConstantBufferRegisterReadPorts フィールド
                • ConstantBufferRegisterReadsPerInst フィールド
                • FlowcontrolNestingLimit フィールド
                • ImmediateConstantBufferRegisterComponents フィールド
                • ImmediateConstantBufferRegisterCount フィールド
                • ImmediateConstantBufferRegisterReadPorts フィールド
                • ImmediateConstantBufferRegisterReadsPerInst フィールド
                • ImmediateValueComponentBitCount フィールド
                • InputResourceRegisterComponents フィールド
                • InputResourceRegisterCount フィールド
                • InputResourceRegisterReadPorts フィールド
                • InputResourceRegisterReadsPerInst フィールド
                • InputResourceSlotCount フィールド
                • SamplerRegisterComponents フィールド
                • SamplerRegisterCount フィールド
                • SamplerRegisterReadPorts フィールド
                • SamplerRegisterReadsPerInst フィールド
                • SamplerSlotCount フィールド
                • SubRoutineNestingLimit フィールド
                • TempRegisterComponentBitCount フィールド
                • TempRegisterComponents フィールド
                • TempRegisterCount フィールド
                • TempRegisterReadPorts フィールド
                • TempRegisterReadsPerInst フィールド
                • TextureCoordRangeReductionMaximum フィールド
                • TextureCoordRangeReductionMinimum フィールド
                • TextureElOffsetMaximumNegative フィールド
                • TextureElOffsetMaximumPositive フィールド
            • ComputeShader
              • 概要
              • メンバ
              • ComputeShader コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComputeShaderStage
              • 概要
              • メンバ
              • ComputeShaderStage コンストラクタ
              • メソッド
                • GetUnorderedAccessViews メソッド
                  • GetUnorderedAccessViews(Int32,Int32) メソッド
                  • GetUnorderedAccessViews(Int32,Int32,UnorderedAccessView[]) メソッド
                • SetUnorderedAccessView メソッド
                  • SetUnorderedAccessView(Int32,UnorderedAccessView) メソッド
                  • SetUnorderedAccessView(Int32,UnorderedAccessView,Int32) メソッド
                • SetUnorderedAccessViews メソッド
                  • SetUnorderedAccessViews(Int32,UnorderedAccessView[]) メソッド
                  • SetUnorderedAccessViews(Int32,UnorderedAccessView[],Int32[]) メソッド
              • フィールド
                • DispatchMaximumThreadGroupsPerDimension フィールド
                • ThreadgroupidRegisterComponents フィールド
                • ThreadgroupidRegisterCount フィールド
                • ThreadGroupMaximumThreadsPerGroup フィールド
                • ThreadGroupMaximumX フィールド
                • ThreadGroupMaximumY フィールド
                • ThreadGroupMaximumZ フィールド
                • ThreadGroupMinimumX フィールド
                • ThreadGroupMinimumY フィールド
                • ThreadGroupMinimumZ フィールド
                • ThreadGroupSharedMemoryRegisterCount フィールド
                • ThreadGroupSharedMemoryRegisterReadsPerInst フィールド
                • ThreadGroupSharedMemoryResourceRegisterComponents フィールド
                • ThreadGroupSharedMemoryResourceRegisterReadPorts フィールド
                • ThreadidingroupflattenedRegisterComponents フィールド
                • ThreadidingroupflattenedRegisterCount フィールド
                • ThreadidingroupRegisterComponents フィールド
                • ThreadidingroupRegisterCount フィールド
                • ThreadidRegisterComponents フィールド
                • ThreadidRegisterCount フィールド
                • ThreadLocalTempRegisterPool フィールド
                • UnorderedAccessViewSlotCount フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Counter
              • 概要
              • メンバ
              • Counter コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • CounterMetadata
              • 概要
              • メンバ
              • CounterMetadata コンストラクタ
              • プロパティ
                • Description プロパティ
                • HardwareCounterCount プロパティ
                • Name プロパティ
                • Type プロパティ
                • Units プロパティ
            • D3D11
              • 概要
              • メンバ
              • メソッド
                • CreateDevice メソッド
              • フィールド
                • SdkVersion フィールド
            • DepthStencilState
              • 概要
              • メンバ
              • DepthStencilState コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DepthStencilView
              • 概要
              • メンバ
              • DepthStencilView コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,Resource) メソッド
                  • Create(Device,Resource,DepthStencilViewDescription) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device
              • 概要
              • メンバ
              • Device コンストラクタ
              • メソッド
                • CheckComputeShaderFormatSupport メソッド
                • CheckCounter メソッド
                • CheckD3D11Feature メソッド
                • CheckFeatureSupport メソッド
                  • CheckFeatureSupport(Feature) メソッド
                  • CheckFeatureSupport(Feature,IntPtr,Int32) メソッド
                • CheckFormatSupport メソッド
                • CheckFullNonPow2TextureSupport メソッド
                • CheckMultisampleQualityLevels メソッド
                • CheckShaderMinimumPrecisionSupport メソッド
                • CheckThreadingSupport メソッド
                • CheckTileBasedDeferredRendererSupport メソッド
                • Create メソッド
                  • Create(DriverType) メソッド
                  • Create(Adapter) メソッド
                  • Create(DriverType,DeviceCreationFlags) メソッド
                  • Create(Adapter,DeviceCreationFlags) メソッド
                  • Create(DriverType,DeviceCreationFlags,FeatureLevel[]) メソッド
                  • Create(Adapter,DeviceCreationFlags,FeatureLevel[]) メソッド
                • CreateBlendState メソッド
                • CreateBuffer メソッド
                • CreateClassLinkage メソッド
                • CreateComputeShader メソッド
                • CreateCounter メソッド
                • CreateDeferredContext メソッド
                • CreateDepthStencilState メソッド
                • CreateDepthStencilView メソッド
                • CreateDomainShader メソッド
                • CreateGeometryShader メソッド
                • CreateGeometryShaderWithStreamOutput メソッド
                • CreateHullShader メソッド
                • CreateInputLayout メソッド
                • CreatePixelShader メソッド
                • CreatePredicate メソッド
                • CreateQuery メソッド
                • CreateRasterizerState メソッド
                • CreateRenderTargetView メソッド
                • CreateSamplerState メソッド
                • CreateShaderResourceView メソッド
                • CreateTexture1D メソッド
                • CreateTexture2D メソッド
                • CreateTexture3D メソッド
                • CreateUnorderedAccessView メソッド
                • CreateVertexShader メソッド
                • GetCounterCapabilities メソッド
                • GetCounterMetadata メソッド
                • GetCreationFlags メソッド
                • GetDeviceRemovedReason メソッド
                • GetExceptionMode メソッド
                • GetFeatureLevel メソッド
                • GetImmediateContext メソッド
                • GetPrivateData メソッド
                • GetSupportedFeatureLevel メソッド
                  • GetSupportedFeatureLevel() メソッド
                  • GetSupportedFeatureLevel(Adapter) メソッド
                • IsSupportedFeatureLevel メソッド
                  • IsSupportedFeatureLevel(FeatureLevel) メソッド
                  • IsSupportedFeatureLevel(Adapter,FeatureLevel) メソッド
                • OpenSharedResource メソッド
                  • OpenSharedResource<T>(IntPtr) メソッド
                  • OpenSharedResource(IntPtr,Guid) メソッド
                • SetExceptionMode メソッド
                • SetPrivateData メソッド
                • SetPrivateDataInterface メソッド
              • プロパティ
                • DebugName プロパティ
                • ImmediateContext プロパティ
              • フィールド
                • MultisampleCountMaximum フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device1
              • 概要
              • メンバ
              • Device1 コンストラクタ
              • メソッド
                • CreateBlendState1 メソッド
                • CreateDeferredContext1 メソッド
                • CreateDeviceContextState メソッド
                  • CreateDeviceContextState<T>(CreateDeviceContextStateFlags,FeatureLevel[],FeatureLevel) メソッド
                  • CreateDeviceContextState(CreateDeviceContextStateFlags,FeatureLevel[],Int32,Int32,Guid,FeatureLevel) メソッド
                • CreateRasterizerState1 メソッド
                • GetImmediateContext1 メソッド
                • OpenSharedResource1 メソッド
                  • OpenSharedResource1<T>(IntPtr) メソッド
                  • OpenSharedResource1<T>(String,SharedResourceFlags) メソッド
                  • OpenSharedResource1(IntPtr,Guid) メソッド
                • OpenSharedResourceByName メソッド
              • プロパティ
                • ImmediateContext1 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device2
              • 概要
              • メンバ
              • Device2 コンストラクタ
              • メソッド
                • CheckMultisampleQualityLevels1 メソッド
                • CreateDeferredContext2 メソッド
                • GetImmediateContext2 メソッド
                • GetResourceTiling メソッド
              • プロパティ
                • ImmediateContext2 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceChild
              • 概要
              • メンバ
              • DeviceChild コンストラクタ
              • メソッド
                • GetDevice メソッド
                • GetPrivateData メソッド
                • SetPrivateData メソッド
                • SetPrivateDataInterface メソッド
              • プロパティ
                • DebugName プロパティ
                • Device プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContext
              • 概要
              • メンバ
              • DeviceContext コンストラクタ
              • メソッド
                • Begin メソッド
                • ClearDepthStencilView メソッド
                • ClearRenderTargetView メソッド
                • ClearState メソッド
                • ClearUnorderedAccessView メソッド
                  • ClearUnorderedAccessView(UnorderedAccessView,Int32[]) メソッド
                  • ClearUnorderedAccessView(UnorderedAccessView,Vector4) メソッド
                • CopyResource メソッド
                • CopyResource_ メソッド
                • CopyStructureCount メソッド
                • CopySubresourceRegion メソッド
                • CopySubresourceRegion_ メソッド
                • Create メソッド
                • Dispatch メソッド
                • DispatchIndirect メソッド
                • Draw メソッド
                • DrawAuto メソッド
                • DrawIndexed メソッド
                • DrawIndexedInstanced メソッド
                • DrawIndexedInstancedIndirect メソッド
                • DrawInstanced メソッド
                • DrawInstancedIndirect メソッド
                • End メソッド
                • ExecuteCommandList メソッド
                • FinishCommandList メソッド
                • Flush メソッド
                • GenerateMips メソッド
                • GetContextFlags メソッド
                • GetData メソッド
                  • GetData(Asynchronous) メソッド
                  • GetData<T>(Asynchronous) メソッド
                  • GetData<T>(Asynchronous,T) メソッド
                  • GetData(Asynchronous,AsynchronousFlags) メソッド
                  • GetData<T>(Asynchronous,AsynchronousFlags) メソッド
                  • GetData<T>(Asynchronous,AsynchronousFlags,T) メソッド
                • GetDataInternal メソッド
                • GetMinimumLod メソッド
                • GetPredication メソッド
                • GetTypeInfo メソッド
                • IsDataAvailable メソッド
                  • IsDataAvailable(Asynchronous) メソッド
                  • IsDataAvailable(Asynchronous,AsynchronousFlags) メソッド
                • MapSubresource メソッド
                  • MapSubresource(Texture1D,Int32,Int32,MapMode,MapFlags,DataStream) メソッド
                  • MapSubresource(Texture2D,Int32,Int32,MapMode,MapFlags,DataStream) メソッド
                  • MapSubresource(Texture3D,Int32,Int32,MapMode,MapFlags,DataStream) メソッド
                  • MapSubresource(Buffer,MapMode,MapFlags,DataStream) メソッド
                  • MapSubresource(Resource,Int32,Int32,MapMode,MapFlags,Int32) メソッド
                  • MapSubresource(Resource,Int32,MapMode,MapFlags,DataStream) メソッド
                  • MapSubresource(Resource,Int32,MapMode,MapFlags) メソッド
                  • MapSubresource(Resource,Int32,MapMode,MapFlags,DataBox) メソッド
                • ResolveSubresource メソッド
                • ResolveSubresource_ メソッド
                • SetMinimumLod メソッド
                • SetPredication メソッド
                • UnmapSubresource メソッド
                • UpdateSubresource メソッド
                  • UpdateSubresource<T>(T,Resource,Int32,Int32,Int32,Nullable<ResourceRegion>) メソッド
                  • UpdateSubresource<T>(T[],Resource,Int32,Int32,Int32,Nullable<ResourceRegion>) メソッド
                  • UpdateSubresource(DataBox,Resource,Int32) メソッド
                  • UpdateSubresource(DataBox,Resource,Int32,ResourceRegion) メソッド
                  • UpdateSubresource(Resource,Int32,Nullable<ResourceRegion>,IntPtr,Int32,Int32) メソッド
                • UpdateSubresourceSafe メソッド
                  • UpdateSubresourceSafe<T>(T,Resource,Int32,Int32,Int32,Int32,Boolean) メソッド
                  • UpdateSubresourceSafe<T>(T[],Resource,Int32,Int32,Int32,Int32,Boolean) メソッド
                  • UpdateSubresourceSafe(DataBox,Resource,Int32,Int32,Boolean) メソッド
                  • UpdateSubresourceSafe(DataBox,Resource,Int32,Int32,ResourceRegion,Boolean) メソッド
              • プロパティ
                • ComputeShader プロパティ
                • DomainShader プロパティ
                • GeometryShader プロパティ
                • HullShader プロパティ
                • InputAssembler プロパティ
                • OutputMerger プロパティ
                • PixelShader プロパティ
                • Rasterizer プロパティ
                • StreamOutput プロパティ
                • VertexShader プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContext1
              • 概要
              • メンバ
              • DeviceContext1 コンストラクタ
              • メソッド
                • ClearView メソッド
                • CopySubresourceRegion1 メソッド
                • Create メソッド
                • CSGetConstantBuffers1 メソッド
                • CSSetConstantBuffers1 メソッド
                  • CSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • CSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
                • DiscardResource メソッド
                • DiscardView メソッド
                • DiscardView1 メソッド
                • DSGetConstantBuffers1 メソッド
                • DSSetConstantBuffers1 メソッド
                  • DSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • DSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
                • GSGetConstantBuffers1 メソッド
                • GSSetConstantBuffers1 メソッド
                  • GSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • GSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
                • HSGetConstantBuffers1 メソッド
                • HSSetConstantBuffers1 メソッド
                  • HSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • HSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
                • PSGetConstantBuffers1 メソッド
                • PSSetConstantBuffers1 メソッド
                  • PSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • PSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
                • SwapDeviceContextState メソッド
                • UpdateSubresource1 メソッド
                • VSGetConstantBuffers1 メソッド
                • VSSetConstantBuffers1 メソッド
                  • VSSetConstantBuffers1(Int32,Int32,Buffer[],Int32[],Int32[]) メソッド
                  • VSSetConstantBuffers1(Int32,Int32,ComArray<Buffer>,Int32[],Int32[]) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContext2
              • 概要
              • メンバ
              • DeviceContext2 コンストラクタ
              • メソッド
                • BeginEventInt メソッド
                • CopyTileMappings メソッド
                • CopyTiles メソッド
                • EndEvent メソッド
                • IsAnnotationEnabled メソッド
                • ResizeTilePool メソッド
                • SetMarkerInt メソッド
                • TiledResourceBarrier メソッド
                • UpdateTileMappings メソッド
                • UpdateTiles メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceContextState
              • 概要
              • メンバ
              • DeviceContextState コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceMultithread
              • 概要
              • メンバ
              • DeviceMultithread コンストラクタ
              • メソッド
                • Enter メソッド
                • GetMultithreadProtected メソッド
                • Leave メソッド
                • SetMultithreadProtected メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DomainShader
              • 概要
              • メンバ
              • DomainShader コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DomainShaderStage
              • 概要
              • メンバ
              • DomainShaderStage コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometryShader
              • 概要
              • メンバ
              • GeometryShader コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,Byte[],ClassLinkage) メソッド
                  • Create(Device,Byte[],StreamOutputElement[],Int32[],Int32,ClassLinkage) メソッド
              • フィールド
                • StreamOutputBufferSlotCount フィールド
                • StreamOutputNoRasterizedStream フィールド
                • StreamOutputOutputComponentCount フィールド
                • StreamOutputStreamCount フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GeometryShaderStage
              • 概要
              • メンバ
              • GeometryShaderStage コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • HullShader
              • 概要
              • メンバ
              • HullShader コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • HullShaderStage
              • 概要
              • メンバ
              • HullShaderStage コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • InputAssemblerStage
              • 概要
              • メンバ
              • InputAssemblerStage コンストラクタ
              • メソッド
                • GetIndexBuffer メソッド
                • GetInputLayout メソッド
                • GetPrimitiveTopology メソッド
                • GetVertexBuffers メソッド
                • SetIndexBuffer メソッド
                • SetInputLayout メソッド
                • SetPrimitiveTopology メソッド
                • SetVertexBuffers メソッド
                  • SetVertexBuffers(Int32,VertexBufferBinding) メソッド
                  • SetVertexBuffers(Int32,VertexBufferBinding[]) メソッド
                  • SetVertexBuffers(Int32,Buffer[],Int32[],Int32[]) メソッド
                  • SetVertexBuffers(Int32,Int32,IntPtr,IntPtr,IntPtr) メソッド
              • フィールド
                • DefaultIndexBufferOffsetInBytes フィールド
                • DefaultPrimitiveTopology フィールド
                • DefaultVertexBufferOffsetInBytes フィールド
                • IndexInputResourceSlotCount フィールド
                • InstanceIdBitCount フィールド
                • IntegerArithmeticBitCount フィールド
                • PatchMaximumControlPointCount フィールド
                • PrimitiveIdBitCount フィールド
                • VertexIdBitCount フィールド
                • VertexInputResourceSlotCount フィールド
                • VertexInputStructureElementCount フィールド
                • VertexInputStructureElementsComponents フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • InputLayout
              • 概要
              • メンバ
              • InputLayout コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • OutputMergerStage
              • 概要
              • メンバ
              • OutputMergerStage コンストラクタ
              • メソッド
                • GetBlendState メソッド
                  • GetBlendState(ColorF,Int32) メソッド
                  • GetBlendState(BlendState,ColorF,Int32) メソッド
                • GetDepthStencilState メソッド
                  • GetDepthStencilState(Int32) メソッド
                  • GetDepthStencilState(DepthStencilState,Int32) メソッド
                • GetRenderTargets メソッド
                  • GetRenderTargets() メソッド
                  • GetRenderTargets(Int32) メソッド
                  • GetRenderTargets(Int32,DepthStencilView) メソッド
                  • GetRenderTargets(Int32,RenderTargetView[]) メソッド
                • GetRenderTargetsAndUnorderedAccessViews メソッド
                • GetUnorderedAccessViews メソッド
                • ResetTargets メソッド
                • SetBlendState メソッド
                  • SetBlendState(BlendState,Nullable<ColorF>,UInt32) メソッド
                  • SetBlendState(BlendState,Nullable<ColorF>,Int32) メソッド
                • SetDepthStencilState メソッド
                • SetRenderTargets メソッド
                  • SetRenderTargets(DepthStencilView,RenderTargetView) メソッド
                  • SetRenderTargets(RenderTargetView) メソッド
                  • SetRenderTargets(DepthStencilView,RenderTargetView[]) メソッド
                  • SetRenderTargets(Int32,IntPtr,DepthStencilView) メソッド
                • SetRenderTargetsAndUnorderedAccessViews メソッド
                • SetTargets メソッド
                  • SetTargets(RenderTargetView[]) メソッド
                  • SetTargets(RenderTargetView) メソッド
                  • SetTargets(DepthStencilView,RenderTargetView[]) メソッド
                  • SetTargets(DepthStencilView,Int32,RenderTargetView[]) メソッド
                  • SetTargets(DepthStencilView,RenderTargetView) メソッド
                  • SetTargets(DepthStencilView,ComArray<RenderTargetView>) メソッド
                  • SetTargets(ComArray<RenderTargetView>) メソッド
                  • SetTargets(RenderTargetView,Int32,UnorderedAccessView[]) メソッド
                  • SetTargets(Int32,UnorderedAccessView[],RenderTargetView[]) メソッド
                  • SetTargets(DepthStencilView,RenderTargetView,Int32,UnorderedAccessView[]) メソッド
                  • SetTargets(DepthStencilView,Int32,UnorderedAccessView[],RenderTargetView[]) メソッド
                  • SetTargets(RenderTargetView,Int32,UnorderedAccessView[],Int32[]) メソッド
                  • SetTargets(Int32,UnorderedAccessView[],Int32[],RenderTargetView[]) メソッド
                  • SetTargets(DepthStencilView,RenderTargetView,Int32,UnorderedAccessView[],Int32[]) メソッド
                  • SetTargets(DepthStencilView,Int32,UnorderedAccessView[],Int32[],RenderTargetView[]) メソッド
                • SetUnorderedAccessView メソッド
                  • SetUnorderedAccessView(Int32,UnorderedAccessView) メソッド
                  • SetUnorderedAccessView(Int32,UnorderedAccessView,Int32) メソッド
                • SetUnorderedAccessViews メソッド
                  • SetUnorderedAccessViews(Int32,UnorderedAccessView[]) メソッド
                  • SetUnorderedAccessViews(Int32,UnorderedAccessView[],Int32[]) メソッド
              • プロパティ
                • BlendFactor プロパティ
                • BlendSampleMask プロパティ
                • BlendState プロパティ
                • DepthStencilReference プロパティ
                • DepthStencilState プロパティ
              • フィールド
                • SimultaneousRenderTargetCount フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PixelShader
              • 概要
              • メンバ
              • PixelShader コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PixelShaderStage
              • 概要
              • メンバ
              • PixelShaderStage コンストラクタ
              • フィールド
                • FrontfacingDefaultValue フィールド
                • FrontfacingFalseValue フィールド
                • FrontfacingTrueValue フィールド
                • InputRegisterComponentBitCount フィールド
                • InputRegisterComponents フィールド
                • InputRegisterCount フィールド
                • InputRegisterReadPorts フィールド
                • InputRegisterReadsPerInst フィールド
                • LegacyPixelCenterFractionalComponent フィールド
                • OutputDepthRegisterComponentBitCount フィールド
                • OutputDepthRegisterComponents フィールド
                • OutputDepthRegisterCount フィールド
                • OutputMaskRegisterComponentBitCount フィールド
                • OutputMaskRegisterComponents フィールド
                • OutputMaskRegisterCount フィールド
                • OutputRegisterComponentBitCount フィールド
                • OutputRegisterComponents フィールド
                • OutputRegisterCount フィールド
                • PixelCenterFractionalComponent フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Predicate
              • 概要
              • メンバ
              • Predicate コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Query
              • 概要
              • メンバ
              • Query コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RasterizerStage
              • 概要
              • メンバ
              • RasterizerStage コンストラクタ
              • メソッド
                • GetScissorRectangles メソッド
                  • GetScissorRectangles() メソッド
                  • GetScissorRectangles(RectL[]) メソッド
                • GetScissorRects メソッド
                • GetState メソッド
                • GetViewports メソッド
                  • GetViewports() メソッド
                  • GetViewports(ViewportF[]) メソッド
                  • GetViewports(Int32,ViewportF[]) メソッド
                • SetScissorRectangle メソッド
                • SetScissorRectangles メソッド
                • SetScissorRects メソッド
                • SetState メソッド
                • SetViewport メソッド
                  • SetViewport(Single,Single,Single,Single,Single,Single) メソッド
                  • SetViewport(ViewportF) メソッド
                • SetViewports メソッド
                  • SetViewports(ViewportF[],Int32) メソッド
                  • SetViewports(Int32,IntPtr) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RasterizerState
              • 概要
              • メンバ
              • RasterizerState コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RasterizerState1
              • 概要
              • メンバ
              • RasterizerState1 コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription1 メソッド
              • プロパティ
                • Description1 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RenderTargetView
              • 概要
              • メンバ
              • RenderTargetView コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,Resource) メソッド
                  • Create(Device,Resource,RenderTargetViewDescription) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Resource
              • 概要
              • メンバ
              • Resource コンストラクタ
              • メソッド
                • CalculateMipSize メソッド
                • CalculateSubResourceIndex メソッド
                • FromSwapChain<T> メソッド
                • GetDimension メソッド
                • GetEvictionPriority メソッド
                • SetEvictionPriority メソッド
                • SubResourceIndexFromMipLevel メソッド
              • フィールド
                • MaximumMipLevels フィールド
                • MaximumTexture1DArraySize フィールド
                • MaximumTexture1DSize フィールド
                • MaximumTexture2DArraySize フィールド
                • MaximumTexture2DSize フィールド
                • MaximumTexture3DSize フィールド
                • MaximumTextureCubeSize フィールド
                • ResourceSizeInMegabytes フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResourceView
              • 概要
              • メンバ
              • ResourceView コンストラクタ
              • メソッド
                • GetResource メソッド
                • ResourceAs<T> メソッド
              • プロパティ
                • Resource プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • CannotAttrSort フィールド
                • CannotModifyIndexBuffer フィールド
                • CannotRemoveLastItem フィールド
                • DeferredContextMapWithoutInitialDiscard フィールド
                • DuplicateNamedFragment フィールド
                • FileNotFound フィールド
                • InvalidData フィールド
                • InvalidMesh フィールド
                • LoadedMeshHasNoData フィールド
                • SkinningNotSupported フィールド
                • TooManyInfluences フィールド
                • TooManyUniqueStateObjects フィールド
                • TooManyUniqueViewObjects フィールド
            • SamplerState
              • 概要
              • メンバ
              • SamplerState コンストラクタ
              • メソッド
                • Create メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ShaderResourceView
              • 概要
              • メンバ
              • ShaderResourceView コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,Resource) メソッド
                  • Create(Device,Resource,ShaderResourceViewDescription) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • StreamOutputStage
              • 概要
              • メンバ
              • StreamOutputStage コンストラクタ
              • メソッド
                • GetTargets メソッド
                  • GetTargets(Int32) メソッド
                  • GetTargets(Int32,Buffer[]) メソッド
                • SetTarget メソッド
                • SetTargets メソッド
                  • SetTargets(StreamOutputBufferBinding[]) メソッド
                  • SetTargets(Int32,IntPtr,IntPtr) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Texture1D
              • 概要
              • メンバ
              • Texture1D コンストラクタ
              • メソッド
                • CalculateSubResourceIndex メソッド
                • Create メソッド
                  • Create(Device,Texture1DDescription) メソッド
                  • Create(Device,Texture1DDescription,DataStream[]) メソッド
                  • Create(Device,Texture1DDescription,IntPtr[]) メソッド
                  • Create(Device,Texture1DDescription,DataBox[]) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Texture2D
              • 概要
              • メンバ
              • Texture2D コンストラクタ
              • メソッド
                • CalculateSubResourceIndex メソッド
                • Create メソッド
                  • Create(Device,Texture2DDescription) メソッド
                  • Create(Device,Texture2DDescription,DataRectangle[]) メソッド
                  • Create(Device,Texture2DDescription,DataBox[]) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Texture3D
              • 概要
              • メンバ
              • Texture3D コンストラクタ
              • メソッド
                • CalculateSubResourceIndex メソッド
                • Create メソッド
                  • Create(Device,Texture3DDescription) メソッド
                  • Create(Device,Texture3DDescription,DataBox[]) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • UnorderedAccessView
              • 概要
              • メンバ
              • UnorderedAccessView コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Device,Resource) メソッド
                  • Create(Device,Resource,UnorderedAccessViewDescription) メソッド
                • GetDescription メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • UserDefinedAnnotation
              • 概要
              • メンバ
              • UserDefinedAnnotation コンストラクタ
              • メソッド
                • BeginEvent メソッド
                • EndEvent メソッド
                • GetStatus メソッド
                • SetMarker メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • VertexShader
              • 概要
              • メンバ
              • VertexShader コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • VertexShaderStage
              • 概要
              • メンバ
              • VertexShaderStage コンストラクタ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
          • 列挙型
            • AsynchronousFlags
            • BindFlags
            • BlendOperation
            • BlendOption
            • CheckMultisampleQualityLevelsFlags
            • ColorWriteMaskFlags
            • Comparison
            • ComputeShaderFormatSupport
            • CopyFlags
            • CounterKind
            • CounterType
            • CpuAccessFlags
            • CreateDeviceContextStateFlags
            • CullMode
            • DebugFeatureFlags
            • DepthStencilClearFlags
            • DepthStencilViewDimension
            • DepthStencilViewFlags
            • DepthWriteMask
            • DeviceContextType
            • DeviceCreationFlags
            • DriverType
            • Feature
            • FeatureLevel
            • FillMode
            • Filter
            • FilterReductionType
            • FilterType
            • FormatSupport
            • InputClassification
            • LogicOperation
            • MapFlags
            • MapMode
            • MinimumPrecision
            • PrimitiveTopology
            • QueryFlags
            • QueryType
            • RenderTargetViewDimension
            • ResourceDimension
            • ResourceMiscFlags
            • ResourceUsage
            • ShaderMinimumPrecisionSupport
            • ShaderResourceViewDimension
            • ShaderResourceViewExtendedBufferFlags
            • StandardMultisampleQualityLevels
            • StencilOperation
            • TextureAddressMode
            • TextureCubeFace
            • TileCopyFlags
            • TiledResourcesTier
            • TileMappingFlags
            • TileRangeFlags
            • UnorderedAccessViewBufferFlags
            • UnorderedAccessViewDimension
          • 構造体
            • BlendStateDescription
              • 概要
              • メンバ
              • メソッド
                • Clone メソッド
                • Default メソッド
              • プロパティ
                • RenderTarget プロパティ
              • フィールド
                • AlphaToCoverageEnable フィールド
                • IndependentBlendEnable フィールド
            • BlendStateDescription1
              • 概要
              • メンバ
              • メソッド
                • Clone メソッド
                • Default メソッド
              • プロパティ
                • RenderTarget プロパティ
              • フィールド
                • AlphaToCoverageEnable フィールド
                • IndependentBlendEnable フィールド
            • BufferDescription
              • 概要
              • メンバ
              • BufferDescription コンストラクタ
              • フィールド
                • BindFlags フィールド
                • CpuAccessFlags フィールド
                • MiscFlags フィールド
                • SizeInBytes フィールド
                • StructureByteStride フィールド
                • Usage フィールド
            • ClassInstanceDescription
              • 概要
              • メンバ
              • フィールド
                • BaseConstantBufferOffset フィールド
                • BaseSampler フィールド
                • BaseTexture フィールド
                • ConstantBuffer フィールド
                • InstanceId フィールド
                • InstanceIndex フィールド
                • IsCreated フィールド
                • TypeId フィールド
            • CounterCapabilities
              • 概要
              • メンバ
              • フィールド
                • DetectableParallelUnitCount フィールド
                • LastDeviceDependentCounter フィールド
                • SimultaneousCounterCount フィールド
            • CounterDescription
              • 概要
              • メンバ
              • フィールド
                • Counter フィールド
                • MiscFlags フィールド
            • DepthStencilOperationDescription
              • 概要
              • メンバ
              • フィールド
                • Comparison フィールド
                • DepthFailOperation フィールド
                • FailOperation フィールド
                • PassOperation フィールド
            • DepthStencilStateDescription
              • 概要
              • メンバ
              • メソッド
                • Default メソッド
              • フィールド
                • BackFace フィールド
                • DepthComparison フィールド
                • DepthWriteMask フィールド
                • FrontFace フィールド
                • IsDepthEnabled フィールド
                • IsStencilEnabled フィールド
                • StencilReadMask フィールド
                • StencilWriteMask フィールド
            • DepthStencilViewDescription
              • 概要
              • メンバ
              • フィールド
                • Dimension フィールド
                • Flags フィールド
                • Format フィールド
                • Texture1D フィールド
                • Texture1DArray フィールド
                • Texture2D フィールド
                • Texture2DArray フィールド
                • Texture2DMS フィールド
                • Texture2DMSArray フィールド
            • DepthStencilViewDescription.Texture1DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • DepthStencilViewDescription.Texture1DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • DepthStencilViewDescription.Texture2DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • DepthStencilViewDescription.Texture2DMultisampledArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
            • DepthStencilViewDescription.Texture2DMultisampledResource
              • 概要
              • メンバ
              • フィールド
                • UnusedFieldNothingToDefine フィールド
            • DepthStencilViewDescription.Texture2DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • FeatureDataArchitectureInformation
              • 概要
              • メンバ
              • フィールド
                • TileBasedDeferredRenderer フィールド
            • FeatureDataD3D10XHardwareOptions
              • 概要
              • メンバ
              • フィールド
                • ComputeShadersPlusRawAndStructuredBuffersViaShader4X フィールド
            • FeatureDataD3D11Options
              • 概要
              • メンバ
              • フィールド
                • ClearView フィールド
                • ConstantBufferOffsetting フィールド
                • ConstantBufferPartialUpdate フィールド
                • CopyWithOverlap フィールド
                • DiscardAPIsSeenByDriver フィールド
                • ExtendedDoublesShaderInstructions フィールド
                • ExtendedResourceSharing フィールド
                • FlagsForUpdateAndCopySeenByDriver フィールド
                • MapNoOverwriteOnDynamicBufferSRV フィールド
                • MapNoOverwriteOnDynamicConstantBuffer フィールド
                • MultisampleRTVWithForcedSampleCountOne フィールド
                • OutputMergerLogicOp フィールド
                • SAD4ShaderInstructions フィールド
                • UAVOnlyRenderingForcedSampleCount フィールド
            • FeatureDataD3D11Options1
              • 概要
              • メンバ
              • フィールド
                • ClearViewAlsoSupportsDepthOnlyFormats フィールド
                • MapOnDefaultBuffers フィールド
                • MinMaxFiltering フィールド
                • TiledResourcesTier フィールド
            • FeatureDataD3D9Options
              • 概要
              • メンバ
              • フィールド
                • FullNonPow2TextureSupport フィールド
            • FeatureDataD3D9Options1
              • 概要
              • メンバ
              • フィールド
                • DepthAsTextureWithLessEqualComparisonFilterSupported フィールド
                • FullNonPow2TextureSupported フィールド
                • SimpleInstancingSupported フィールド
                • TextureCubeFaceRenderTargetWithNonCubeDepthStencilSupported フィールド
            • FeatureDataD3D9ShadowSupport
              • 概要
              • メンバ
              • フィールド
                • SupportsDepthAsTextureWithLessEqualComparisonFilter フィールド
            • FeatureDataD3D9SimpleInstancingSupport
              • 概要
              • メンバ
              • フィールド
                • SimpleInstancingSupported フィールド
            • FeatureDataDoubles
              • 概要
              • メンバ
              • フィールド
                • DoublePrecisionFloatShaderOps フィールド
            • FeatureDataFormatSupport
              • 概要
              • メンバ
              • フィールド
                • InFormat フィールド
                • OutFormatSupport フィールド
            • FeatureDataFormatSupport2
              • 概要
              • メンバ
              • フィールド
                • InFormat フィールド
                • OutFormatSupport2 フィールド
            • FeatureDataMarkerSupport
              • 概要
              • メンバ
              • フィールド
                • Profile フィールド
            • FeatureDataShaderMinimumPrecisionSupport
              • 概要
              • メンバ
              • フィールド
                • AllOtherShaderStagesMinPrecision フィールド
                • PixelShaderMinPrecision フィールド
            • FeatureDataThreading
              • 概要
              • メンバ
              • フィールド
                • DriverCommandLists フィールド
                • DriverConcurrentCreates フィールド
            • InputElement
              • 概要
              • メンバ
              • InputElement コンストラクタ
                • InputElement コンストラクタ(String,Int32,Format,Int32,Int32,InputClassification,Int32)
                • InputElement コンストラクタ(String,Int32,Format,Int32,Int32)
                • InputElement コンストラクタ(String,Int32,Format,Int32)
              • メソッド
                • Equals メソッド
                  • Equals(InputElement) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
              • プロパティ
                • AppendAligned プロパティ
              • フィールド
                • AlignedByteOffset フィールド
                • Classification フィールド
                • Format フィールド
                • InstanceDataStepRate フィールド
                • SemanticIndex フィールド
                • SemanticName フィールド
                • Slot フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • PackedMipDescription
              • 概要
              • メンバ
              • フィールド
                • PackedMipCount フィールド
                • StandardMipCount フィールド
                • StartTileIndexInOverallResource フィールド
                • TilesForPackedMipCount フィールド
            • QueryDataPipelineStatistics
              • 概要
              • メンバ
              • フィールド
                • CInvocationCount フィールド
                • CPrimitiveCount フィールド
                • CSInvocationCount フィールド
                • DSInvocationCount フィールド
                • GSInvocationCount フィールド
                • GSPrimitiveCount フィールド
                • HSInvocationCount フィールド
                • IAPrimitiveCount フィールド
                • IAVerticeCount フィールド
                • PSInvocationCount フィールド
                • VSInvocationCount フィールド
            • QueryDataTimestampDisjoint
              • 概要
              • メンバ
              • フィールド
                • Disjoint フィールド
                • Frequency フィールド
            • QueryDescription
              • 概要
              • メンバ
              • フィールド
                • Flags フィールド
                • Type フィールド
            • RasterizerStateDescription
              • 概要
              • メンバ
              • メソッド
                • Default メソッド
              • フィールド
                • CullMode フィールド
                • DepthBias フィールド
                • DepthBiasClamp フィールド
                • FillMode フィールド
                • IsAntialiasedLineEnabled フィールド
                • IsDepthClipEnabled フィールド
                • IsFrontCounterClockwise フィールド
                • IsMultisampleEnabled フィールド
                • IsScissorEnabled フィールド
                • SlopeScaledDepthBias フィールド
            • RasterizerStateDescription1
              • 概要
              • メンバ
              • メソッド
                • Default メソッド
              • フィールド
                • CullMode フィールド
                • DepthBias フィールド
                • DepthBiasClamp フィールド
                • FillMode フィールド
                • ForcedSampleCount フィールド
                • IsAntialiasedLineEnabled フィールド
                • IsDepthClipEnabled フィールド
                • IsFrontCounterClockwise フィールド
                • IsMultisampleEnabled フィールド
                • IsScissorEnabled フィールド
                • SlopeScaledDepthBias フィールド
            • RenderTargetBlendDescription
              • 概要
              • メンバ
              • RenderTargetBlendDescription コンストラクタ
              • メソッド
                • ToString メソッド
              • フィールド
                • AlphaBlendOperation フィールド
                • BlendOperation フィールド
                • DestinationAlphaBlend フィールド
                • DestinationBlend フィールド
                • IsBlendEnabled フィールド
                • RenderTargetWriteMask フィールド
                • SourceAlphaBlend フィールド
                • SourceBlend フィールド
            • RenderTargetBlendDescription1
              • 概要
              • メンバ
              • フィールド
                • AlphaBlendOperation フィールド
                • BlendOperation フィールド
                • DestinationAlphaBlend フィールド
                • DestinationBlend フィールド
                • IsBlendEnabled フィールド
                • IsLogicOperationEnabled フィールド
                • LogicOperation フィールド
                • RenderTargetWriteMask フィールド
                • SourceAlphaBlend フィールド
                • SourceBlend フィールド
            • RenderTargetViewDescription
              • 概要
              • メンバ
              • フィールド
                • Buffer フィールド
                • Dimension フィールド
                • Format フィールド
                • Texture1D フィールド
                • Texture1DArray フィールド
                • Texture2D フィールド
                • Texture2DArray フィールド
                • Texture2DMS フィールド
                • Texture2DMSArray フィールド
                • Texture3D フィールド
            • RenderTargetViewDescription.BufferResource
              • 概要
              • メンバ
              • フィールド
                • ElementCount フィールド
                • ElementOffset フィールド
                • ElementWidth フィールド
                • FirstElement フィールド
            • RenderTargetViewDescription.Texture1DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • RenderTargetViewDescription.Texture1DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • RenderTargetViewDescription.Texture2DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • RenderTargetViewDescription.Texture2DMultisampledArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
            • RenderTargetViewDescription.Texture2DMultisampledResource
              • 概要
              • メンバ
              • フィールド
                • UnusedFieldNothingToDefine フィールド
            • RenderTargetViewDescription.Texture2DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • RenderTargetViewDescription.Texture3DResource
              • 概要
              • メンバ
              • フィールド
                • DepthSliceCount フィールド
                • FirstDepthSlice フィールド
                • MipSlice フィールド
            • ResourceRegion
              • 概要
              • メンバ
              • ResourceRegion コンストラクタ
              • フィールド
                • Back フィールド
                • Bottom フィールド
                • Front フィールド
                • Left フィールド
                • Right フィールド
                • Top フィールド
            • SamplerStateDescription
              • 概要
              • メンバ
              • メソッド
                • Default メソッド
              • フィールド
                • AddressU フィールド
                • AddressV フィールド
                • AddressW フィールド
                • BorderColor フィールド
                • ComparisonFunction フィールド
                • Filter フィールド
                • MaximumAnisotropy フィールド
                • MaximumLod フィールド
                • MinimumLod フィールド
                • MipLodBias フィールド
            • ShaderResourceViewDescription
              • 概要
              • メンバ
              • フィールド
                • Buffer フィールド
                • BufferEx フィールド
                • Dimension フィールド
                • Format フィールド
                • Texture1D フィールド
                • Texture1DArray フィールド
                • Texture2D フィールド
                • Texture2DArray フィールド
                • Texture2DMS フィールド
                • Texture2DMSArray フィールド
                • Texture3D フィールド
                • TextureCube フィールド
                • TextureCubeArray フィールド
            • ShaderResourceViewDescription.BufferResource
              • 概要
              • メンバ
              • フィールド
                • ElementCount フィールド
                • ElementOffset フィールド
                • ElementWidth フィールド
                • FirstElement フィールド
            • ShaderResourceViewDescription.ExtendedBufferResource
              • 概要
              • メンバ
              • フィールド
                • ElementCount フィールド
                • FirstElement フィールド
                • Flags フィールド
            • ShaderResourceViewDescription.Texture1DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.Texture1DResource
              • 概要
              • メンバ
              • フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.Texture2DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.Texture2DMultisampledArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
            • ShaderResourceViewDescription.Texture2DMultisampledResource
              • 概要
              • メンバ
              • フィールド
                • UnusedFieldNothingToDefine フィールド
            • ShaderResourceViewDescription.Texture2DResource
              • 概要
              • メンバ
              • フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.Texture3DResource
              • 概要
              • メンバ
              • フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.TextureCubeArrayResource
              • 概要
              • メンバ
              • フィールド
                • CubeCount フィールド
                • First2DArrayFace フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • ShaderResourceViewDescription.TextureCubeResource
              • 概要
              • メンバ
              • フィールド
                • MipLevels フィールド
                • MostDetailedMip フィールド
            • StreamOutputBufferBinding
              • 概要
              • メンバ
              • StreamOutputBufferBinding コンストラクタ
              • プロパティ
                • Buffer プロパティ
                • Offset プロパティ
            • StreamOutputElement
              • 概要
              • メンバ
              • StreamOutputElement コンストラクタ
              • フィールド
                • ComponentCount フィールド
                • OutputSlot フィールド
                • SemanticIndex フィールド
                • SemanticName フィールド
                • StartComponent フィールド
                • Stream フィールド
            • StreamOutputStatistics
              • 概要
              • メンバ
              • フィールド
                • NumPrimitivesWritten フィールド
                • PrimitivesStorageNeeded フィールド
            • SubResourceTiling
              • 概要
              • メンバ
              • フィールド
                • DepthInTiles フィールド
                • HeightInTiles フィールド
                • StartTileIndexInOverallResource フィールド
                • WidthInTiles フィールド
            • Texture1DDescription
              • 概要
              • メンバ
              • Texture1DDescription コンストラクタ
              • フィールド
                • ArraySize フィールド
                • BindFlags フィールド
                • CpuAccessFlags フィールド
                • Format フィールド
                • MipLevels フィールド
                • MiscFlags フィールド
                • Usage フィールド
                • Width フィールド
            • Texture2DDescription
              • 概要
              • メンバ
              • Texture2DDescription コンストラクタ
              • フィールド
                • ArraySize フィールド
                • BindFlags フィールド
                • CpuAccessFlags フィールド
                • Format フィールド
                • Height フィールド
                • MipLevels フィールド
                • MiscFlags フィールド
                • SampleDesc フィールド
                • Usage フィールド
                • Width フィールド
            • Texture3DDescription
              • 概要
              • メンバ
              • Texture3DDescription コンストラクタ
              • フィールド
                • BindFlags フィールド
                • CpuAccessFlags フィールド
                • Depth フィールド
                • Format フィールド
                • Height フィールド
                • MipLevels フィールド
                • MiscFlags フィールド
                • Usage フィールド
                • Width フィールド
            • TiledResourceCoordinate
              • 概要
              • メンバ
              • フィールド
                • Subresource フィールド
                • X フィールド
                • Y フィールド
                • Z フィールド
            • TileRegionSize
              • 概要
              • メンバ
              • フィールド
                • BUseBox フィールド
                • Depth フィールド
                • Height フィールド
                • TileCount フィールド
                • Width フィールド
            • TileShape
              • 概要
              • メンバ
              • フィールド
                • DepthInTexels フィールド
                • HeightInTexels フィールド
                • WidthInTexels フィールド
            • UnorderedAccessViewDescription
              • 概要
              • メンバ
              • フィールド
                • Buffer フィールド
                • Dimension フィールド
                • Format フィールド
                • Texture1D フィールド
                • Texture1DArray フィールド
                • Texture2D フィールド
                • Texture2DArray フィールド
                • Texture3D フィールド
            • UnorderedAccessViewDescription.BufferResource
              • 概要
              • メンバ
              • フィールド
                • ElementCount フィールド
                • FirstElement フィールド
                • Flags フィールド
            • UnorderedAccessViewDescription.Texture1DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • UnorderedAccessViewDescription.Texture1DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • UnorderedAccessViewDescription.Texture2DArrayResource
              • 概要
              • メンバ
              • フィールド
                • ArraySize フィールド
                • FirstArraySlice フィールド
                • MipSlice フィールド
            • UnorderedAccessViewDescription.Texture2DResource
              • 概要
              • メンバ
              • フィールド
                • MipSlice フィールド
            • UnorderedAccessViewDescription.Texture3DResource
              • 概要
              • メンバ
              • フィールド
                • FirstWSlice フィールド
                • MipSlice フィールド
                • WSize フィールド
            • VertexBufferBinding
              • 概要
              • メンバ
              • VertexBufferBinding コンストラクタ
              • プロパティ
                • Buffer プロパティ
                • Offset プロパティ
                • Stride プロパティ
        • C1.Util.DX.DirectWrite 名前空間
          • 概要
          • クラス
            • BitmapRenderTarget
              • 概要
              • メンバ
              • BitmapRenderTarget コンストラクタ
              • メソッド
                • DrawGlyphRun メソッド
                  • DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32) メソッド
                  • DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32,RectL) メソッド
                • GetCurrentTransform メソッド
                • GetMemoryDC メソッド
                • GetPixelsPerDip メソッド
                • GetSize メソッド
                • Resize メソッド
                • SetCurrentTransform メソッド
                • SetPixelsPerDip メソッド
              • プロパティ
                • CurrentTransform プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapRenderTarget1
              • 概要
              • メンバ
              • BitmapRenderTarget1 コンストラクタ
              • メソッド
                • GetTextAntialiasMode メソッド
                • SetTextAntialiasMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ColorGlyphRun
              • 概要
              • メンバ
              • ColorGlyphRun コンストラクタ
              • メソッド
                • Dispose メソッド
              • フィールド
                • Advances フィールド
                • BaselineOriginX フィールド
                • BaselineOriginY フィールド
                • BidiLevel フィールド
                • FontFace フィールド
                • FontSize フィールド
                • GlyphCount フィールド
                • GlyphRunDescription フィールド
                • Indices フィールド
                • IsSideways フィールド
                • Offsets フィールド
                • PaletteIndex フィールド
                • RunColor フィールド
            • DWrite
              • 概要
              • メンバ
              • メソッド
                • CreateFactory メソッド
            • EllipsisTrimming
              • 概要
              • メンバ
              • EllipsisTrimming コンストラクタ
              • メソッド
                • Create メソッド
            • Factory
              • 概要
              • メンバ
              • Factory コンストラクタ
              • メソッド
                • Create メソッド
                • CreateCustomRenderingParams メソッド
                • CreateEllipsisTrimmingSign メソッド
                • CreateFontFace メソッド
                  • CreateFontFace(FontFaceType,Int32,FontFile[],Int32,FontSimulations) メソッド
                  • CreateFontFace(FontFaceType,Int32,ComArray<FontFile>,Int32,FontSimulations) メソッド
                • CreateFontFileReference メソッド
                • CreateGdiCompatibleTextLayout メソッド
                • CreateGdiCompatibleTextLayout1 メソッド
                • CreateGlyphRunAnalysis メソッド
                • CreateMonitorRenderingParams メソッド
                • CreateNumberSubstitution メソッド
                • CreateRenderingParams メソッド
                • CreateTextAnalyzer メソッド
                • CreateTextFormat メソッド
                • CreateTextLayout メソッド
                • CreateTextLayout1 メソッド
                • CreateTypography メソッド
                • GetGdiInterop メソッド
                • GetSystemFontCollection メソッド
                • RegisterFontCollectionLoader メソッド
                • RegisterFontFileLoader メソッド
                • UnregisterFontCollectionLoader メソッド
                • UnregisterFontFileLoader メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory1
              • 概要
              • メンバ
              • Factory1 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateCustomRenderingParams1 メソッド
                • GetEudcFontCollection メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory2
              • 概要
              • メンバ
              • Factory2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateCustomRenderingParams2 メソッド
                • CreateFontFallbackBuilder メソッド
                • CreateGlyphRunAnalysis メソッド
                  • CreateGlyphRunAnalysis(GlyphRun,Nullable<Matrix3x2>,RenderingMode,MeasuringMode,GridFitMode,TextAntialiasMode,Single,Single) メソッド
                • GetSystemFontFallback メソッド
                • TranslateColorGlyphRun メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Font
              • 概要
              • メンバ
              • Font コンストラクタ
              • メソッド
                • CreateFontFace メソッド
                • GetFaceNames メソッド
                • GetFontFamily メソッド
                • GetInformationalStrings メソッド
                • GetMetrics メソッド
                • GetSimulations メソッド
                • GetStretch メソッド
                • GetStyle メソッド
                • GetWeight メソッド
                • HasCharacter メソッド
                • IsSymbolFont メソッド
              • プロパティ
                • Metrics プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Font1
              • 概要
              • メンバ
              • Font1 コンストラクタ
              • メソッド
                • GetMetrics メソッド
                  • GetMetrics(FontMetrics1) メソッド
                • GetPanose メソッド
                • GetUnicodeRanges メソッド
                • IsMonospacedFont メソッド
              • プロパティ
                • Metrics プロパティ
                • Panose プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontCollection
              • 概要
              • メンバ
              • FontCollection コンストラクタ
              • メソッド
                • Create メソッド
                • FindFamilyName メソッド
                • GetFontFamily メソッド
                  • GetFontFamily(Int32) メソッド
                  • GetFontFamily(Int32,FontFamily) メソッド
                • GetFontFamilyCount メソッド
                • GetFontFromFontFace メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontCollectionLoaderShadow
              • 概要
              • メンバ
              • FontCollectionLoaderShadow コンストラクタ
            • FontFace
              • 概要
              • メンバ
              • FontFace コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,FontFaceType,FontFile[],Int32,FontSimulations) メソッド
                  • Create(Font) メソッド
                • GetDesignGlyphMetrics メソッド
                  • GetDesignGlyphMetrics(Int16[],Boolean) メソッド
                  • GetDesignGlyphMetrics(Int16[],Int32,GlyphMetrics[],Bool) メソッド
                • GetFaceType メソッド
                • GetFiles メソッド
                  • GetFiles() メソッド
                  • GetFiles(Int32,FontFile[]) メソッド
                • GetGdiCompatibleGlyphMetrics メソッド
                  • GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Boolean,Int16[],Boolean) メソッド
                  • GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) メソッド
                • GetGdiCompatibleMetrics メソッド
                • GetGlyphCount メソッド
                • GetGlyphIndices メソッド
                  • GetGlyphIndices(Int32[]) メソッド
                  • GetGlyphIndices(Int32[],Int32,Int16[]) メソッド
                • GetGlyphRunOutline メソッド
                • GetIndex メソッド
                • GetMetrics メソッド
                • GetRecommendedRenderingMode メソッド
                • GetSimulations メソッド
                • IsSymbolFont メソッド
                • ReleaseFontTable メソッド
                • TryGetFontTable メソッド
                  • TryGetFontTable(Int32,DataPointer,IntPtr) メソッド
                  • TryGetFontTable(Int32,IntPtr,Int32,IntPtr) メソッド
              • プロパティ
                • Metrics プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFace1
              • 概要
              • メンバ
              • FontFace1 コンストラクタ
              • メソッド
                • GetCaretMetrics メソッド
                • GetDesignGlyphAdvances メソッド
                • GetGdiCompatibleGlyphAdvances メソッド
                • GetGdiCompatibleMetrics メソッド
                  • GetGdiCompatibleMetrics(Single,Single,Nullable<Matrix3x2>,FontMetrics1) メソッド
                • GetKerningPairAdjustments メソッド
                • GetMetrics メソッド
                  • GetMetrics(FontMetrics1) メソッド
                • GetRecommendedRenderingMode メソッド
                  • GetRecommendedRenderingMode(Single,Single,Single,Nullable<Matrix3x2>,Bool,OutlineThreshold,MeasuringMode) メソッド
                • GetUnicodeRanges メソッド
                • HasKerningPairs メソッド
                • IsMonospacedFont メソッド
              • プロパティ
                • CaretMetrics プロパティ
                • Metrics プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFallback
              • 概要
              • メンバ
              • FontFallback コンストラクタ
              • メソッド
                • MapCharacters メソッド
                  • MapCharacters(TextAnalysisSource,Int32,Int32,FontCollection,String,FontWeight,FontStyle,FontStretch,Int32,Single) メソッド
                  • MapCharacters(IntPtr,Int32,Int32,FontCollection,String,FontWeight,FontStyle,FontStretch,Int32,Single) メソッド
                  • MapCharacters(IntPtr,Int32,Int32,IntPtr,IntPtr,FontWeight,FontStyle,FontStretch,Int32,Single) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFallbackBuilder
              • 概要
              • メンバ
              • FontFallbackBuilder コンストラクタ
              • メソッド
                • AddMapping メソッド
                  • AddMapping(UnicodeRange[],String[],FontCollection,String,String,Single) メソッド
                  • AddMapping(UnicodeRange[],IntPtr[],FontCollection,String,String,Single) メソッド
                  • AddMapping(UnicodeRange[],IntPtr[],IntPtr,IntPtr,IntPtr,Single) メソッド
                • AddMappings メソッド
                • CreateFontFallback メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFamily
              • 概要
              • メンバ
              • FontFamily コンストラクタ
              • メソッド
                • GetFamilyNames メソッド
                • GetFirstMatchingFont メソッド
                • GetMatchingFonts メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFile
              • 概要
              • メンバ
              • FontFile コンストラクタ
              • メソッド
                • Analyze メソッド
                • Create メソッド
                  • Create(Factory,String) メソッド
                  • Create(Factory,String,Nullable<Int64>) メソッド
                  • Create(Factory,IntPtr,Int32,FontFileLoader) メソッド
                • GetLoader メソッド
                • GetReferenceKey メソッド
                  • GetReferenceKey() メソッド
                  • GetReferenceKey(IntPtr) メソッド
              • プロパティ
                • Loader プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFileLoaderNative
              • 概要
              • メンバ
              • FontFileLoaderNative コンストラクタ
              • メソッド
                • CreateStreamFromKey メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFileLoaderShadow
              • 概要
              • メンバ
              • FontFileLoaderShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • FontFileStreamNative
              • 概要
              • メンバ
              • FontFileStreamNative コンストラクタ
              • メソッド
                • GetFileSize メソッド
                • GetLastWriteTime メソッド
                • ReadFileFragment メソッド
                • ReleaseFileFragment メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FontFileStreamShadow
              • 概要
              • メンバ
              • FontFileStreamShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • FontList
              • 概要
              • メンバ
              • FontList コンストラクタ
              • メソッド
                • GetFont メソッド
                • GetFontCollection メソッド
                • GetFontCount メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GdiInterop
              • 概要
              • メンバ
              • GdiInterop コンストラクタ
              • メソッド
                • ConvertFontFaceToLOGFONT メソッド
                • ConvertFontToLOGFONT メソッド
                • CreateBitmapRenderTarget メソッド
                • CreateFontFaceFromHdc メソッド
                • CreateFontFromLOGFONT メソッド
                • FromLogFont メソッド
                • ToLogFont メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GlyphRun
              • 概要
              • メンバ
              • GlyphRun コンストラクタ
              • メソッド
                • Dispose メソッド
              • フィールド
                • Advances フィールド
                • BidiLevel フィールド
                • FontFace フィールド
                • FontSize フィールド
                • GlyphCount フィールド
                • Indices フィールド
                • IsSideways フィールド
                • Offsets フィールド
            • GlyphRunAnalysis
              • 概要
              • メンバ
              • GlyphRunAnalysis コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,GlyphRun,Single,RenderingMode,MeasuringMode,Single,Single) メソッド
                  • Create(Factory,GlyphRun,Single,Nullable<Matrix3x2>,RenderingMode,MeasuringMode,Single,Single) メソッド
                • CreateAlphaTexture メソッド
                • GetAlphaBlendParams メソッド
                • GetAlphaTextureBounds メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GlyphRunDescription
              • 概要
              • メンバ
              • GlyphRunDescription コンストラクタ
              • フィールド
                • ClusterMap フィールド
                • LocaleName フィールド
                • Text フィールド
                • TextLength フィールド
                • TextPosition フィールド
            • InlineObjectNative
              • 概要
              • メンバ
              • InlineObjectNative コンストラクタ
              • メソッド
                • Draw メソッド
                • GetBreakConditions メソッド
              • プロパティ
                • Metrics プロパティ
                • OverhangMetrics プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • InlineObjectShadow
              • 概要
              • メンバ
              • InlineObjectShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • LocalFontFileLoader
              • 概要
              • メンバ
              • LocalFontFileLoader コンストラクタ
              • メソッド
                • GetFilePath メソッド
                • GetFilePathFromKey メソッド
                • GetFilePathLengthFromKey メソッド
                • GetLastWriteTime メソッド
                • GetLastWriteTimeFromKey メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • LocalizedStrings
              • 概要
              • メンバ
              • LocalizedStrings コンストラクタ
              • メソッド
                • FindLocaleName メソッド
                • GetCount メソッド
                • GetLocaleName メソッド
                  • GetLocaleName(Int32) メソッド
                  • GetLocaleName(Int32,IntPtr,Int32) メソッド
                • GetLocaleNameLength メソッド
                • GetString メソッド
                  • GetString(Int32) メソッド
                  • GetString(Int32,IntPtr,Int32) メソッド
                • GetStringLength メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • LogFont
              • 概要
              • メンバ
              • LogFont コンストラクタ
              • フィールド
                • lfCharSet フィールド
                • lfClipPrecision フィールド
                • lfEscapement フィールド
                • lfFaceName フィールド
                • lfHeight フィールド
                • lfItalic フィールド
                • lfOrientation フィールド
                • lfOutPrecision フィールド
                • lfPitchAndFamily フィールド
                • lfQuality フィールド
                • lfStrikeOut フィールド
                • lfUnderline フィールド
                • lfWeight フィールド
                • lfWidth フィールド
            • NumberSubstitution
              • 概要
              • メンバ
              • NumberSubstitution コンストラクタ
              • メソッド
                • Create メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PixelSnappingShadow
              • 概要
              • メンバ
            • RenderingParams
              • 概要
              • メンバ
              • RenderingParams コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory) メソッド
                  • Create(Factory,IntPtr) メソッド
                  • Create(Factory,Single,Single,Single,PixelGeometry,RenderingMode) メソッド
                • GetClearTypeLevel メソッド
                • GetEnhancedContrast メソッド
                • GetGamma メソッド
                • GetPixelGeometry メソッド
                • GetRenderingMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RenderingParams1
              • 概要
              • メンバ
              • RenderingParams1 コンストラクタ
              • メソッド
                • GetGrayscaleEnhancedContrast メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • RenderingParams2
              • 概要
              • メンバ
              • RenderingParams2 コンストラクタ
              • メソッド
                • GetGridFitMode メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • AlreadyRegistered フィールド
                • CacheFormat フィールド
                • CacheVersion フィールド
                • FileAccess フィールド
                • FileFormat フィールド
                • FileNotFound フィールド
                • FontCollectionObsolete フィールド
                • NoFont フィールド
                • Unexpected フィールド
                • UnsupportedOperation フィールド
            • TextAnalysisQuickSink1Shadow
              • 概要
              • メンバ
              • TextAnalysisQuickSink1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisQuickSinkShadow
              • 概要
              • メンバ
              • TextAnalysisQuickSinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisQuickSource1Shadow
              • 概要
              • メンバ
              • TextAnalysisQuickSource1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisQuickSourceShadow
              • 概要
              • メンバ
              • TextAnalysisQuickSourceShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisSink1Shadow
              • 概要
              • メンバ
              • TextAnalysisSink1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisSinkShadow
              • 概要
              • メンバ
              • TextAnalysisSinkShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisSource1Shadow
              • 概要
              • メンバ
              • TextAnalysisSource1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalysisSourceShadow
              • 概要
              • メンバ
              • TextAnalysisSourceShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextAnalyzer
              • 概要
              • メンバ
              • TextAnalyzer コンストラクタ
              • メソッド
                • AnalyzeBidi メソッド
                  • AnalyzeBidi(TextAnalysisSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeBidi(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeBidi(IntPtr,Int32,Int32,IntPtr) メソッド
                • AnalyzeLineBreakpoints メソッド
                  • AnalyzeLineBreakpoints(TextAnalysisSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeLineBreakpoints(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeLineBreakpoints(IntPtr,Int32,Int32,IntPtr) メソッド
                • AnalyzeNumberSubstitution メソッド
                  • AnalyzeNumberSubstitution(TextAnalysisSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeNumberSubstitution(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeNumberSubstitution(IntPtr,Int32,Int32,IntPtr) メソッド
                • AnalyzeScript メソッド
                  • AnalyzeScript(TextAnalysisSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeScript(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド
                  • AnalyzeScript(IntPtr,Int32,Int32,IntPtr) メソッド
                • Create メソッド
                • GetGdiCompatibleGlyphPlacements メソッド
                  • GetGdiCompatibleGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Single,Nullable<Matrix3x2>,Boolean,Boolean,Boolean,ScriptAnalysis,String,FontFeature[],Int32[],Single[],GlyphOffset[]) メソッド
                  • GetGdiCompatibleGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Single,Nullable<Matrix3x2>,Bool,Bool,Bool,ScriptAnalysis,String,IntPtr,Int32[],Int32,Single[],GlyphOffset[]) メソッド
                  • GetGdiCompatibleGlyphPlacements(IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr,Int32,IntPtr,Single,Single,Nullable<Matrix3x2>,Bool,Bool,Bool,ScriptAnalysis,IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr) メソッド
                • GetGlyphPlacements メソッド
                  • GetGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Boolean,Boolean,ScriptAnalysis,String,FontFeature[],Int32[],Single[],GlyphOffset[]) メソッド
                  • GetGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Bool,Bool,ScriptAnalysis,String,IntPtr,Int32[],Int32,Single[],GlyphOffset[]) メソッド
                  • GetGlyphPlacements(IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr,Int32,IntPtr,Single,Bool,Bool,ScriptAnalysis,IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr) メソッド
                • GetGlyphs メソッド
                  • GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) メソッド
                  • GetGlyphs(String,Int32,FontFace,Bool,Bool,ScriptAnalysis,String,NumberSubstitution,IntPtr,Int32[],Int32,Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) メソッド
                  • GetGlyphs(IntPtr,Int32,IntPtr,Boolean,Boolean,ScriptAnalysis,IntPtr,IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr,IntPtr,IntPtr,Int32) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TextAnalyzer1
              • 概要
              • メンバ
              • TextAnalyzer1 コンストラクタ
              • メソッド
                • AnalyzeVerticalGlyphOrientation メソッド
                  • AnalyzeVerticalGlyphOrientation(TextAnalysisSource1,Int32,Int32,TextAnalysisSink1) メソッド
                  • AnalyzeVerticalGlyphOrientation(IntPtr,Int32,Int32,IntPtr) メソッド
                • ApplyCharacterSpacing メソッド
                • GetBaseline メソッド
                • GetGlyphOrientationTransform メソッド
                • GetJustificationOpportunities メソッド
                  • GetJustificationOpportunities(FontFace,Single,ScriptAnalysis,Int32,Int32,String,Int16[],ShapingGlyphProperties[],JustificationOpportunity[]) メソッド
                  • GetJustificationOpportunities(IntPtr,Single,ScriptAnalysis,Int32,Int32,IntPtr,IntPtr,IntPtr,IntPtr) メソッド
                • GetJustifiedGlyphs メソッド
                • GetScriptProperties メソッド
                • GetTextComplexity メソッド
                • JustifyGlyphAdvances メソッド
                  • JustifyGlyphAdvances(Single,Int32,JustificationOpportunity[],Single[],GlyphOffset[],Single[],GlyphOffset[]) メソッド
                  • JustifyGlyphAdvances(Single,Int32,IntPtr,IntPtr,IntPtr,IntPtr,IntPtr) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TextFormat
              • 概要
              • メンバ
              • TextFormat コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,String,Single) メソッド
                  • Create(Factory,String,FontWeight,FontStyle,Single) メソッド
                  • Create(Factory,String,FontWeight,FontStyle,FontStretch,Single) メソッド
                  • Create(Factory,String,FontCollection,FontWeight,FontStyle,FontStretch,Single) メソッド
                  • Create(Factory,String,FontCollection,FontWeight,FontStyle,FontStretch,Single,String) メソッド
                • GetFlowDirection メソッド
                • GetFontCollection メソッド
                • GetFontFamilyName メソッド
                • GetFontFamilyNameLength メソッド
                • GetFontSize メソッド
                • GetFontStretch メソッド
                • GetFontStyle メソッド
                • GetFontWeight メソッド
                • GetIncrementalTabStop メソッド
                • GetLineSpacing メソッド
                • GetLocaleName メソッド
                • GetLocaleNameLength メソッド
                • GetParagraphAlignment メソッド
                • GetReadingDirection メソッド
                • GetTextAlignment メソッド
                • GetTrimming メソッド
                • GetWordWrapping メソッド
                • SetFlowDirection メソッド
                • SetIncrementalTabStop メソッド
                • SetLineSpacing メソッド
                • SetParagraphAlignment メソッド
                • SetReadingDirection メソッド
                • SetTextAlignment メソッド
                • SetTrimming メソッド
                • SetWordWrapping メソッド
              • プロパティ
                • FontFamilyName プロパティ
                • LocaleName プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TextLayout
              • 概要
              • メンバ
              • TextLayout コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,String,TextFormat,Single,Single) メソッド
                  • Create(Factory,String,TextFormat,Single,Single,Single,Boolean) メソッド
                  • Create(Factory,String,TextFormat,Single,Single,Single,Nullable<Matrix3x2>,Boolean) メソッド
                • DetermineMinWidth メソッド
                • Draw メソッド
                  • Draw(TextRenderer,Single,Single) メソッド
                  • Draw(Object,TextRenderer,Single,Single) メソッド
                • GetClusterMetrics メソッド
                  • GetClusterMetrics() メソッド
                  • GetClusterMetrics(ClusterMetrics[],Int32,Int32) メソッド
                • GetDrawingEffect メソッド
                  • GetDrawingEffect(Int32) メソッド
                  • GetDrawingEffect(Int32,TextRange) メソッド
                • GetFontCollection メソッド
                  • GetFontCollection(Int32) メソッド
                  • GetFontCollection(Int32,TextRange) メソッド
                • GetFontFamilyName メソッド
                  • GetFontFamilyName(Int32) メソッド
                  • GetFontFamilyName(Int32,TextRange) メソッド
                  • GetFontFamilyName(Int32,IntPtr,Int32,TextRange) メソッド
                • GetFontFamilyNameLength メソッド
                  • GetFontFamilyNameLength(Int32,Int32,TextRange) メソッド
                • GetFontSize メソッド
                  • GetFontSize(Int32) メソッド
                  • GetFontSize(Int32,TextRange) メソッド
                • GetFontStretch メソッド
                  • GetFontStretch(Int32) メソッド
                  • GetFontStretch(Int32,TextRange) メソッド
                • GetFontStyle メソッド
                  • GetFontStyle(Int32) メソッド
                  • GetFontStyle(Int32,TextRange) メソッド
                • GetFontWeight メソッド
                  • GetFontWeight(Int32) メソッド
                  • GetFontWeight(Int32,TextRange) メソッド
                • GetInlineObject メソッド
                  • GetInlineObject(Int32) メソッド
                  • GetInlineObject(Int32,TextRange) メソッド
                • GetLineMetrics メソッド
                  • GetLineMetrics() メソッド
                  • GetLineMetrics(LineMetrics[],Int32,Int32) メソッド
                • GetLocaleName メソッド
                  • GetLocaleName(Int32) メソッド
                  • GetLocaleName(Int32,TextRange) メソッド
                  • GetLocaleName(Int32,IntPtr,Int32,TextRange) メソッド
                • GetLocaleNameLength メソッド
                  • GetLocaleNameLength(Int32,Int32,TextRange) メソッド
                • GetMaxHeight メソッド
                • GetMaxWidth メソッド
                • GetMetrics メソッド
                • GetOverhangMetrics メソッド
                • GetTypography メソッド
                  • GetTypography(Int32) メソッド
                  • GetTypography(Int32,TextRange) メソッド
                • HasStrikethrough メソッド
                  • HasStrikethrough(Int32) メソッド
                  • HasStrikethrough(Int32,TextRange) メソッド
                • HasUnderline メソッド
                  • HasUnderline(Int32) メソッド
                  • HasUnderline(Int32,TextRange) メソッド
                • HitTestPoint メソッド
                • HitTestTextPosition メソッド
                • HitTestTextRange メソッド
                  • HitTestTextRange(Int32,Int32,Single,Single) メソッド
                  • HitTestTextRange(Int32,Int32,Single,Single,HitTestMetrics[],Int32,Int32) メソッド
                • SetDrawingEffect メソッド
                  • SetDrawingEffect(Object,TextRange) メソッド
                  • SetDrawingEffect(Brush,TextRange) メソッド
                  • SetDrawingEffect(IntPtr,TextRange) メソッド
                • SetFontCollection メソッド
                • SetFontFamilyName メソッド
                • SetFontSize メソッド
                • SetFontStretch メソッド
                • SetFontStyle メソッド
                • SetFontWeight メソッド
                • SetInlineObject メソッド
                • SetLocaleName メソッド
                • SetMaxHeight メソッド
                • SetMaxWidth メソッド
                • SetStrikethrough メソッド
                • SetTypography メソッド
                • SetUnderline メソッド
              • プロパティ
                • Metrics プロパティ
                • OverhangMetrics プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TextLayout1
              • 概要
              • メンバ
              • TextLayout1 コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(Factory,String,TextFormat,Single,Single) メソッド
                  • Create(Factory,String,TextFormat,Single,Single,Single,Boolean) メソッド
                  • Create(Factory,String,TextFormat,Single,Single,Single,Nullable<Matrix3x2>,Boolean) メソッド
                • GetCharacterSpacing メソッド
                • GetPairKerning メソッド
                • SetCharacterSpacing メソッド
                • SetPairKerning メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • TextRenderer1Base
              • 概要
              • メンバ
              • TextRenderer1Base コンストラクタ
              • メソッド
                • DrawGlyphRun メソッド
                  • DrawGlyphRun(Object,Single,Single,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) メソッド
                  • DrawGlyphRun(Object,Single,Single,GlyphOrientationAngle,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) メソッド
                • DrawInlineObject メソッド
                  • DrawInlineObject(Object,Single,Single,InlineObject,Boolean,Boolean,IntPtr) メソッド
                  • DrawInlineObject(Object,Single,Single,GlyphOrientationAngle,InlineObject,Boolean,Boolean,IntPtr) メソッド
                • DrawStrikethrough メソッド
                  • DrawStrikethrough(Object,Single,Single,Strikethrough,IntPtr) メソッド
                  • DrawStrikethrough(Object,Single,Single,GlyphOrientationAngle,Strikethrough,IntPtr) メソッド
                • DrawUnderline メソッド
                  • DrawUnderline(Object,Single,Single,Underline,IntPtr) メソッド
                  • DrawUnderline(Object,Single,Single,GlyphOrientationAngle,Underline,IntPtr) メソッド
            • TextRenderer1Shadow
              • 概要
              • メンバ
              • TextRenderer1Shadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • TextRendererBase
              • 概要
              • メンバ
              • TextRendererBase コンストラクタ
              • メソッド
                • DrawGlyphRun メソッド
                • DrawInlineObject メソッド
                • DrawStrikethrough メソッド
                • DrawUnderline メソッド
                • GetCurrentTransform メソッド
                • GetPixelsPerDip メソッド
                • IsPixelSnappingDisabled メソッド
            • TextRendererShadow
              • 概要
              • メンバ
              • TextRendererShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • Typography
              • 概要
              • メンバ
              • Typography コンストラクタ
              • メソッド
                • AddFontFeature メソッド
                • Create メソッド
                • GetFontFeature メソッド
                • GetFontFeatureCount メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
          • 列挙型
            • Baseline
            • BreakCondition
            • FactoryType
            • FlowDirection
            • FontFaceType
            • FontFeatureTag
            • FontFileType
            • FontSimulations
            • FontStretch
            • FontStyle
            • FontWeight
            • GlyphOrientationAngle
            • GridFitMode
            • InformationalStringId
            • LineSpacingMethod
            • MeasuringMode
            • NumberSubstitutionMethod
            • OutlineThreshold
            • PanoseArmStyle
            • PanoseAspect
            • PanoseAspectRatio
            • PanoseCharacterRanges
            • PanoseContrast
            • PanoseDecorativeClass
            • PanoseDecorativeTopology
            • PanoseFamily
            • PanoseFill
            • PanoseFinials
            • PanoseLetterform
            • PanoseLining
            • PanoseMidline
            • PanoseProportion
            • PanoseScriptForm
            • PanoseScriptTopology
            • PanoseSerifStyle
            • PanoseSpacing
            • PanoseStrokeVariation
            • PanoseSymbolAspectRatio
            • PanoseSymbolKind
            • PanoseToolKind
            • PanoseWeight
            • PanoseXascent
            • PanoseXheight
            • ParagraphAlignment
            • PixelGeometry
            • ReadingDirection
            • RenderingMode
            • ScriptJustify
            • ScriptShapes
            • TextAlignment
            • TextAntialiasMode
            • TextureType
            • TrimmingGranularity
            • VerticalGlyphOrientation
            • WordWrapping
          • 構造体
            • CaretMetrics
              • 概要
              • メンバ
              • フィールド
                • Offset フィールド
                • SlopeRise フィールド
                • SlopeRun フィールド
            • ClusterMetrics
              • 概要
              • メンバ
              • プロパティ
                • CanWrapLineAfter プロパティ
                • IsNewline プロパティ
                • IsRightToLeft プロパティ
                • IsSoftHyphen プロパティ
                • IsWhitespace プロパティ
                • Padding プロパティ
              • フィールド
                • Length フィールド
                • Width フィールド
            • FontFeature
              • 概要
              • メンバ
              • FontFeature コンストラクタ
              • フィールド
                • NameTag フィールド
                • Parameter フィールド
            • FontMetrics
              • 概要
              • メンバ
              • フィールド
                • Ascent フィールド
                • CapHeight フィールド
                • Descent フィールド
                • DesignUnitsPerEm フィールド
                • LineGap フィールド
                • StrikethroughPosition フィールド
                • StrikethroughThickness フィールド
                • UnderlinePosition フィールド
                • UnderlineThickness フィールド
                • XHeight フィールド
            • FontMetrics1
              • 概要
              • メンバ
              • フィールド
                • GlyphBoxBottom フィールド
                • GlyphBoxLeft フィールド
                • GlyphBoxRight フィールド
                • GlyphBoxTop フィールド
                • HasTypographicMetrics フィールド
                • SubscriptPositionX フィールド
                • SubscriptPositionY フィールド
                • SubscriptSizeX フィールド
                • SubscriptSizeY フィールド
                • SuperscriptPositionX フィールド
                • SuperscriptPositionY フィールド
                • SuperscriptSizeX フィールド
                • SuperscriptSizeY フィールド
            • GlyphMetrics
              • 概要
              • メンバ
              • フィールド
                • AdvanceHeight フィールド
                • AdvanceWidth フィールド
                • BottomSideBearing フィールド
                • LeftSideBearing フィールド
                • RightSideBearing フィールド
                • TopSideBearing フィールド
                • VerticalOriginY フィールド
            • GlyphOffset
              • 概要
              • メンバ
              • フィールド
                • AdvanceOffset フィールド
                • AscenderOffset フィールド
            • HitTestMetrics
              • 概要
              • メンバ
              • フィールド
                • BidiLevel フィールド
                • Height フィールド
                • IsText フィールド
                • IsTrimmed フィールド
                • Left フィールド
                • Length フィールド
                • TextPosition フィールド
                • Top フィールド
                • Width フィールド
            • InlineObjectMetrics
              • 概要
              • メンバ
              • フィールド
                • Baseline フィールド
                • Height フィールド
                • SupportsSideways フィールド
                • Width フィールド
            • JustificationOpportunity
              • 概要
              • メンバ
              • プロパティ
                • AllowResidualCompression プロパティ
                • AllowResidualExpansion プロパティ
                • ApplyToLeadingEdge プロパティ
                • ApplyToTrailingEdge プロパティ
                • CompressionPriority プロパティ
                • ExpansionPriority プロパティ
                • Reserved プロパティ
              • フィールド
                • CompressionMaximum フィールド
                • ExpansionMaximum フィールド
                • ExpansionMinimum フィールド
            • LineBreakpoint
              • 概要
              • メンバ
              • プロパティ
                • BreakConditionAfter プロパティ
                • BreakConditionBefore プロパティ
                • IsSoftHyphen プロパティ
                • IsWhitespace プロパティ
                • Padding プロパティ
            • LineMetrics
              • 概要
              • メンバ
              • フィールド
                • Baseline フィールド
                • Height フィールド
                • IsTrimmed フィールド
                • Length フィールド
                • NewlineLength フィールド
                • TrailingWhitespaceLength フィールド
            • OverhangMetrics
              • 概要
              • メンバ
              • フィールド
                • Bottom フィールド
                • Left フィールド
                • Right フィールド
                • Top フィールド
            • Panose
              • 概要
              • メンバ
              • プロパティ
                • Values プロパティ
              • フィールド
                • Decorative フィールド
                • FamilyKind フィールド
                • Script フィールド
                • Symbol フィールド
                • Text フィールド
            • PanoseDecorative
              • 概要
              • メンバ
              • フィールド
                • Aspect フィールド
                • CharacterRange フィールド
                • Contrast フィールド
                • DecorativeClass フィールド
                • DecorativeTopology フィールド
                • FamilyKind フィールド
                • Fill フィールド
                • Lining フィールド
                • SerifVariant フィールド
                • Weight フィールド
            • PanoseScript
              • 概要
              • メンバ
              • フィールド
                • AspectRatio フィールド
                • Contrast フィールド
                • FamilyKind フィールド
                • Finials フィールド
                • ScriptForm フィールド
                • ScriptTopology フィールド
                • Spacing フィールド
                • ToolKind フィールド
                • Weight フィールド
                • XAscent フィールド
            • PanoseSymbol
              • 概要
              • メンバ
              • フィールド
                • AspectRatio119 フィールド
                • AspectRatio157 フィールド
                • AspectRatio163 フィールド
                • AspectRatio211 フィールド
                • AspectRatio94 フィールド
                • AspectRatioAndContrast フィールド
                • FamilyKind フィールド
                • Spacing フィールド
                • SymbolKind フィールド
                • Weight フィールド
            • PanoseText
              • 概要
              • メンバ
              • フィールド
                • ArmStyle フィールド
                • Contrast フィールド
                • FamilyKind フィールド
                • Letterform フィールド
                • Midline フィールド
                • Proportion フィールド
                • SerifStyle フィールド
                • StrokeVariation フィールド
                • Weight フィールド
                • XHeight フィールド
            • ScriptAnalysis
              • 概要
              • メンバ
              • フィールド
                • Script フィールド
                • Shapes フィールド
            • ScriptProperties
              • 概要
              • メンバ
              • プロパティ
                • IsBlockWriting プロパティ
                • IsConnectedWriting プロパティ
                • IsCursiveWriting プロパティ
                • IsDiscreteWriting プロパティ
                • IsDistributedWithinCluster プロパティ
                • Reserved プロパティ
                • RestrictCaretToClusters プロパティ
                • UsesWordDividers プロパティ
              • フィールド
                • ClusterLookahead フィールド
                • IsoScriptCode フィールド
                • IsoScriptNumber フィールド
                • JustificationCharacter フィールド
            • ShapingGlyphProperties
              • 概要
              • メンバ
              • プロパティ
                • IsClusterStart プロパティ
                • IsDiacritic プロパティ
                • IsZeroWidthSpace プロパティ
                • Justification プロパティ
                • Reserved プロパティ
            • ShapingTextProperties
              • 概要
              • メンバ
              • プロパティ
                • IsShapedAlone プロパティ
                • Reserved プロパティ
            • Strikethrough
              • 概要
              • メンバ
              • フィールド
                • FlowDirection フィールド
                • LocaleName フィールド
                • MeasuringMode フィールド
                • Offset フィールド
                • ReadingDirection フィールド
                • Thickness フィールド
                • Width フィールド
            • TextMetrics
              • 概要
              • メンバ
              • フィールド
                • Height フィールド
                • LayoutHeight フィールド
                • LayoutWidth フィールド
                • Left フィールド
                • LineCount フィールド
                • MaxBidiReorderingDepth フィールド
                • Top フィールド
                • Width フィールド
                • WidthIncludingTrailingWhitespace フィールド
            • TextRange
              • 概要
              • メンバ
              • TextRange コンストラクタ
              • フィールド
                • Length フィールド
                • StartPosition フィールド
            • Trimming
              • 概要
              • メンバ
              • フィールド
                • Delimiter フィールド
                • DelimiterCount フィールド
                • Granularity フィールド
            • TypographicFeatures
              • 概要
              • メンバ
              • フィールド
                • FeatureCount フィールド
                • Features フィールド
            • Underline
              • 概要
              • メンバ
              • フィールド
                • FlowDirection フィールド
                • LocaleName フィールド
                • MeasuringMode フィールド
                • Offset フィールド
                • ReadingDirection フィールド
                • RunHeight フィールド
                • Thickness フィールド
                • Width フィールド
            • UnicodeRange
              • 概要
              • メンバ
              • フィールド
                • First フィールド
                • Last フィールド
          • インターフェース
            • FontCollectionLoader
              • 概要
              • メンバ
            • FontFileLoader
              • 概要
              • メンバ
              • メソッド
                • CreateStreamFromKey メソッド
            • FontFileStream
              • 概要
              • メンバ
              • メソッド
                • GetFileSize メソッド
                • GetLastWriteTime メソッド
                • ReadFileFragment メソッド
                • ReleaseFileFragment メソッド
            • InlineObject
              • 概要
              • メンバ
              • メソッド
                • Draw メソッド
                • GetBreakConditions メソッド
              • プロパティ
                • Metrics プロパティ
                • OverhangMetrics プロパティ
            • PixelSnapping
              • 概要
              • メンバ
              • メソッド
                • GetCurrentTransform メソッド
                • GetPixelsPerDip メソッド
                • IsPixelSnappingDisabled メソッド
            • TextAnalysisQuickSink
              • 概要
              • メンバ
              • メソッド
                • SetBidiLevel メソッド
                • SetLineBreakpoints メソッド
                • SetNumberSubstitution メソッド
                • SetScriptAnalysis メソッド
            • TextAnalysisQuickSink1
              • 概要
              • メンバ
              • メソッド
                • SetGlyphOrientation メソッド
            • TextAnalysisQuickSource
              • 概要
              • メンバ
              • メソッド
                • GetLocaleName メソッド
                • GetNumberSubstitution メソッド
                • GetParagraphReadingDirection メソッド
                • GetTextAtPosition メソッド
                • GetTextBeforePosition メソッド
            • TextAnalysisQuickSource1
              • 概要
              • メンバ
              • メソッド
                • GetVerticalGlyphOrientation メソッド
            • TextAnalysisSink
              • 概要
              • メンバ
              • メソッド
                • SetBidiLevel メソッド
                • SetLineBreakpoints メソッド
                • SetNumberSubstitution メソッド
                • SetScriptAnalysis メソッド
            • TextAnalysisSink1
              • 概要
              • メンバ
              • メソッド
                • SetGlyphOrientation メソッド
            • TextAnalysisSource
              • 概要
              • メンバ
              • メソッド
                • GetLocaleName メソッド
                • GetNumberSubstitution メソッド
                • GetTextAtPosition メソッド
                • GetTextBeforePosition メソッド
              • プロパティ
                • ReadingDirection プロパティ
            • TextAnalysisSource1
              • 概要
              • メンバ
              • メソッド
                • GetVerticalGlyphOrientation メソッド
            • TextRenderer
              • 概要
              • メンバ
              • メソッド
                • DrawGlyphRun メソッド
                • DrawInlineObject メソッド
                • DrawStrikethrough メソッド
                • DrawUnderline メソッド
            • TextRenderer1
              • 概要
              • メンバ
              • メソッド
                • DrawGlyphRun メソッド
                • DrawInlineObject メソッド
                • DrawStrikethrough メソッド
                • DrawUnderline メソッド
        • C1.Util.DX.DXGI 名前空間
          • 概要
          • クラス
            • Adapter
              • 概要
              • メンバ
              • Adapter コンストラクタ
              • メソッド
                • CheckInterfaceSupport メソッド
                • GetDescription メソッド
                • GetOutput メソッド
                  • GetOutput(Int32) メソッド
                  • GetOutput(Int32,Output) メソッド
                • GetOutputCount メソッド
                • IsInterfaceSupported メソッド
                  • IsInterfaceSupported(Type) メソッド
                  • IsInterfaceSupported<T>() メソッド
                  • IsInterfaceSupported<T>(Int64) メソッド
                  • IsInterfaceSupported(Type,Int64) メソッド
              • プロパティ
                • Description プロパティ
                • Outputs プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Adapter1
              • 概要
              • メンバ
              • Adapter1 コンストラクタ
              • メソッド
                • GetDescription1 メソッド
              • プロパティ
                • Description1 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Adapter2
              • 概要
              • メンバ
              • Adapter2 コンストラクタ
              • メソッド
                • GetDescription2 メソッド
              • プロパティ
                • Description2 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device
              • 概要
              • メンバ
              • Device コンストラクタ
              • メソッド
                • CreateSurface メソッド
                • GetAdapter メソッド
                • GetGPUThreadPriority メソッド
                • QueryResourceResidency メソッド
                  • QueryResourceResidency(ComObject[]) メソッド
                  • QueryResourceResidency(ComObject[],Residency[],Int32) メソッド
                  • QueryResourceResidency(ComArray<ComObject>,Residency[],Int32) メソッド
                • SetGPUThreadPriority メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device1
              • 概要
              • メンバ
              • Device1 コンストラクタ
              • メソッド
                • GetMaximumFrameLatency メソッド
                • SetMaximumFrameLatency メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device2
              • 概要
              • メンバ
              • Device2 コンストラクタ
              • メソッド
                • EnqueueSetEvent メソッド
                • OfferResources メソッド
                  • OfferResources(Int32,Resource[],OfferResourcePriority) メソッド
                  • OfferResources(Int32,ComArray<Resource>,OfferResourcePriority) メソッド
                • ReclaimResources メソッド
                  • ReclaimResources(Int32,Resource[],Bool[]) メソッド
                  • ReclaimResources(Int32,ComArray<Resource>,Bool[]) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Device3
              • 概要
              • メンバ
              • Device3 コンストラクタ
              • メソッド
                • Trim メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DeviceChild
              • 概要
              • メンバ
              • DeviceChild コンストラクタ
              • メソッド
                • GetDevice メソッド
                  • GetDevice<T>() メソッド
                  • GetDevice(Guid) メソッド
              • プロパティ
                • DebugName プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DXGI
              • 概要
              • メンバ
              • メソッド
                • CreateDXGIFactory1 メソッド
                • PdfCreateRenderer メソッド
              • フィールド
                • CreateFactoryDebug フィールド
            • DXGIObject
              • 概要
              • メンバ
              • DXGIObject コンストラクタ
              • メソッド
                • GetParent メソッド
                  • GetParent<T>() メソッド
                  • GetParent(Guid) メソッド
                • GetPrivateData メソッド
                • SetPrivateData メソッド
                • SetPrivateDataInterface メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory
              • 概要
              • メンバ
              • Factory コンストラクタ
              • メソッド
                • CreateSoftwareAdapter メソッド
                • CreateSwapChain メソッド
                • GetAdapter メソッド
                  • GetAdapter(Int32) メソッド
                  • GetAdapter(Int32,Adapter) メソッド
                • GetAdapterCount メソッド
                • GetWindowAssociation メソッド
                • MakeWindowAssociation メソッド
              • プロパティ
                • Adapters プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory1
              • 概要
              • メンバ
              • Factory1 コンストラクタ
              • メソッド
                • Create メソッド
                • GetAdapter1 メソッド
                  • GetAdapter1(Int32) メソッド
                  • GetAdapter1(Int32,Adapter1) メソッド
                • GetAdapterCount1 メソッド
                • IsCurrent メソッド
              • プロパティ
                • Adapters1 プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Factory2
              • 概要
              • メンバ
              • Factory2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateSwapChain1ForComposition メソッド
                • CreateSwapChain1ForCoreWindow メソッド
                • CreateSwapChain1ForHwnd メソッド
                • GetSharedResourceAdapterLuid メソッド
                • IsWindowedStereoEnabled メソッド
                • RegisterOcclusionStatusEvent メソッド
                • RegisterOcclusionStatusWindow メソッド
                • RegisterStereoStatusEvent メソッド
                • RegisterStereoStatusWindow メソッド
                • UnregisterOcclusionStatus メソッド
                • UnregisterStereoStatus メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FormatHelper
              • 概要
              • メンバ
              • メソッド
                • ComputeScanlineCount メソッド
                • IsCompressed メソッド
                • IsPacked メソッド
                • IsSRgb メソッド
                • IsTypeless メソッド
                • IsValid メソッド
                • IsVideo メソッド
                • SizeOfInBits メソッド
                • SizeOfInBytes メソッド
            • ISurfaceImageSourceManagerNative
              • 概要
              • メンバ
              • ISurfaceImageSourceManagerNative コンストラクタ
              • メソッド
                • FlushAllSurfacesWithDevice メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ISurfaceImageSourceNative
              • 概要
              • メンバ
              • ISurfaceImageSourceNative コンストラクタ
              • メソッド
                • BeginDraw メソッド
                • EndDraw メソッド
                • SetDevice メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ISurfaceImageSourceNativeWithD2D
              • 概要
              • メンバ
              • ISurfaceImageSourceNativeWithD2D コンストラクタ
              • メソッド
                • BeginDraw メソッド
                • EndDraw メソッド
                • ResumeDraw メソッド
                • SetDevice メソッド
                • SuspendDraw メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ISwapChainBackgroundPanelNative
              • 概要
              • メンバ
              • ISwapChainBackgroundPanelNative コンストラクタ
              • メソッド
                • SetSwapChain メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ISwapChainPanelNative
              • 概要
              • メンバ
              • ISwapChainPanelNative コンストラクタ
              • メソッド
                • SetSwapChain メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • IVirtualSurfaceImageSourceNative
              • 概要
              • メンバ
              • IVirtualSurfaceImageSourceNative コンストラクタ
              • メソッド
                • GetUpdateRectCount メソッド
                • GetUpdateRects メソッド
                • GetVisibleBounds メソッド
                • Invalidate メソッド
                • Resize メソッド
                • SetUpdatesNeededHandler メソッド
              • プロパティ
                • UpdateRectangles プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • IVirtualSurfaceUpdatesCallbackNativeNative
              • 概要
              • メンバ
              • IVirtualSurfaceUpdatesCallbackNativeNative コンストラクタ
              • メソッド
                • UpdatesNeeded メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • KeyedMutex
              • 概要
              • メンバ
              • KeyedMutex コンストラクタ
              • メソッド
                • Acquire メソッド
                • Release メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Output
              • 概要
              • メンバ
              • Output コンストラクタ
              • メソッド
                • CopyDisplaySurfaceTo メソッド
                • FindClosestMatchingMode メソッド
                • GetClosestMatchingMode メソッド
                • GetDescription メソッド
                • GetDisplayModeList メソッド
                  • GetDisplayModeList(Format,DisplayModeEnumerationFlags) メソッド
                  • GetDisplayModeList(Format,Int32,Int32,ModeDescription[]) メソッド
                • GetFrameStatistics メソッド
                • ReleaseOwnership メソッド
                • SetDisplaySurface メソッド
                • TakeOwnership メソッド
                • WaitForVBlank メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Output1
              • 概要
              • メンバ
              • Output1 コンストラクタ
              • メソッド
                • FindClosestMatchingMode1 メソッド
                • GetDisplayModeList1 メソッド
                  • GetDisplayModeList1(Format,DisplayModeEnumerationFlags) メソッド
                  • GetDisplayModeList1(Format,Int32,Int32,ModeDescription1[]) メソッド
                • GetDisplaySurfaceData1 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Output2
              • 概要
              • メンバ
              • Output2 コンストラクタ
              • メソッド
                • SupportsOverlays_ メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PdfRendererNative
              • 概要
              • メンバ
              • PdfRendererNative コンストラクタ
              • メソッド
                • RenderPageToDeviceContext メソッド
                  • RenderPageToDeviceContext(PdfPage,DeviceContext) メソッド
                  • RenderPageToDeviceContext(PdfPage,DeviceContext,PdfRenderParams) メソッド
                • RenderPageToSurface メソッド
                  • RenderPageToSurface(PdfPage,Surface,Point2L) メソッド
                  • RenderPageToSurface(PdfPage,Surface,Point2L,PdfRenderParams) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PrintDocumentPackageTarget
              • 概要
              • メンバ
              • PrintDocumentPackageTarget コンストラクタ
              • メソッド
                • Cancel メソッド
                • GetPackageTarget メソッド
                  • GetPackageTarget(Guid) メソッド
                  • GetPackageTarget(Guid,Guid) メソッド
                • GetPackageTargetTypes メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PrintDocumentPackageTargetFactory
              • 概要
              • メンバ
              • PrintDocumentPackageTargetFactory コンストラクタ
              • メソッド
                • Create メソッド
                • CreateDocumentPackageTargetForPrintJob メソッド
                  • CreateDocumentPackageTargetForPrintJob(String,String,IntPtr) メソッド
                  • CreateDocumentPackageTargetForPrintJob(String,String,ComStream) メソッド
                  • CreateDocumentPackageTargetForPrintJob(String,String,IntPtr,ComStream) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PrintPreviewDxgiPackageTarget
              • 概要
              • メンバ
              • PrintPreviewDxgiPackageTarget コンストラクタ
              • メソッド
                • Create メソッド
                • DrawPage メソッド
                • InvalidatePreview メソッド
                • SetJobPageCount メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Resource
              • 概要
              • メンバ
              • Resource コンストラクタ
              • メソッド
                • GetEvictionPriority メソッド
                • GetSharedHandle メソッド
                • GetUsage メソッド
                • SetEvictionPriority メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Resource1
              • 概要
              • メンバ
              • Resource1 コンストラクタ
              • メソッド
                • CreateSharedHandle メソッド
                  • CreateSharedHandle(String,SharedResourceFlags,Nullable<SecurityAttributes>) メソッド
                  • CreateSharedHandle(Nullable<SecurityAttributes>,SharedResourceFlags,String) メソッド
                • CreateSubresourceSurface2 メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • AccessDenied フィールド
                • AccessLost フィールド
                • CannotProtectContent フィールド
                • DeviceHung フィールド
                • DeviceRemoved フィールド
                • DeviceReset フィールド
                • DriverInternalError フィールド
                • FrameStatisticsDisjoint フィールド
                • GraphicsVidpnSourceInUse フィールド
                • InvalidCall フィールド
                • ModeChangeInProgress フィールド
                • MoreData フィールド
                • NameAlreadyExists フィールド
                • Nonexclusive フィールド
                • NotCurrentlyAvailable フィールド
                • NotFound フィールド
                • RemoteClientDisconnected フィールド
                • RemoteOufOfMemory フィールド
                • RestrictToOutputStale フィールド
                • SdkComponentMissing フィールド
                • SessionDisconnected フィールド
                • Unsupported フィールド
                • WaitTimeout フィールド
                • WasStillDrawing フィールド
            • Surface
              • 概要
              • メンバ
              • Surface コンストラクタ
              • メソッド
                • FromSwapChain メソッド
                • GetDescription メソッド
                • Map メソッド
                  • Map(MapFlags) メソッド
                  • Map(MapFlags,DataStream) メソッド
                  • Map(MappedRectangle,Int32) メソッド
                • Unmap メソッド
              • プロパティ
                • Description プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Surface1
              • 概要
              • メンバ
              • Surface1 コンストラクタ
              • メソッド
                • GetDC メソッド
                • ReleaseDC メソッド
                  • ReleaseDC() メソッド
                  • ReleaseDC(RectL) メソッド
                • ReleaseDC_ メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Surface2
              • 概要
              • メンバ
              • Surface2 コンストラクタ
              • メソッド
                • Create メソッド
                • GetResource メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SwapChain
              • 概要
              • メンバ
              • SwapChain コンストラクタ
              • メソッド
                • Create メソッド
                • GetBackBuffer<T> メソッド
                • GetBuffer メソッド
                • GetContainingOutput メソッド
                • GetDescription メソッド
                • GetFrameStatistics メソッド
                • GetFullscreenState メソッド
                • GetLastPresentCount メソッド
                • Present メソッド
                • ResizeBuffers メソッド
                • ResizeTarget メソッド
                • SetFullscreenState メソッド
              • プロパティ
                • Description プロパティ
                • IsFullScreen プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SwapChain1
              • 概要
              • メンバ
              • SwapChain1 コンストラクタ
              • メソッド
                • GetBackgroundColor メソッド
                • GetCoreWindow メソッド
                • GetDescription1 メソッド
                • GetFullScreenDescription メソッド
                • GetHwnd メソッド
                • GetRestrictToOutput メソッド
                • GetRotation メソッド
                • IsTemporaryMonoSupported メソッド
                • Present1 メソッド
                  • Present1(Int32,PresentFlags,RectL[]) メソッド
                  • Present1(Int32,PresentFlags,PresentParameters) メソッド
                • SetBackgroundColor メソッド
                • SetRotation メソッド
              • プロパティ
                • Description1 プロパティ
                • FullScreenDescription プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • SwapChain2
              • 概要
              • メンバ
              • SwapChain2 コンストラクタ
              • メソッド
                • GetFrameLatencyWaitableObject メソッド
                • GetMatrixTransform メソッド
                • GetMaximumFrameLatency メソッド
                • GetSourceSize メソッド
                • SetMatrixTransform メソッド
                • SetMaximumFrameLatency メソッド
                • SetSourceSize メソッド
              • プロパティ
                • MatrixTransform プロパティ
                • SourceSize プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • VirtualSurfaceUpdatesCallbackNativeShadow
              • 概要
              • メンバ
              • VirtualSurfaceUpdatesCallbackNativeShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
          • 列挙型
            • AdapterFlags
            • AlphaMode
            • ComputePreemptionGranularity
            • DisplayModeEnumerationFlags
            • DisplayModeRotation
            • DisplayModeScaling
            • DisplayModeScanlineOrder
            • DXGIStatus
            • Format
            • GraphicsPreemptionGranularity
            • MapFlags
            • OfferResourcePriority
            • PageCountType
            • PresentFlags
            • Residency
            • ResourcePriority
            • Scaling
            • SharedResourceFlags
            • SwapChainFlags
            • SwapEffect
            • Usage
            • WindowAssociationFlags
          • 構造体
            • AdapterDescription
              • 概要
              • メンバ
              • フィールド
                • AdapterLuid フィールド
                • DedicatedSystemMemory フィールド
                • DedicatedVideoMemory フィールド
                • Description フィールド
                • DeviceId フィールド
                • Revision フィールド
                • SharedSystemMemory フィールド
                • SubSysId フィールド
                • VendorId フィールド
            • AdapterDescription1
              • 概要
              • メンバ
              • フィールド
                • AdapterLuid フィールド
                • DedicatedSystemMemory フィールド
                • DedicatedVideoMemory フィールド
                • Description フィールド
                • DeviceId フィールド
                • Flags フィールド
                • Revision フィールド
                • SharedSystemMemory フィールド
                • SubSysId フィールド
                • VendorId フィールド
            • AdapterDescription2
              • 概要
              • メンバ
              • フィールド
                • AdapterLuid フィールド
                • ComputePreemptionGranularity フィールド
                • DedicatedSystemMemory フィールド
                • DedicatedVideoMemory フィールド
                • Description フィールド
                • DeviceId フィールド
                • Flags フィールド
                • GraphicsPreemptionGranularity フィールド
                • Revision フィールド
                • SharedSystemMemory フィールド
                • SubSysId フィールド
                • VendorId フィールド
            • FrameStatistics
              • 概要
              • メンバ
              • フィールド
                • PresentCount フィールド
                • PresentRefreshCount フィールド
                • SyncGPUTime フィールド
                • SyncQPCTime フィールド
                • SyncRefreshCount フィールド
            • MappedRectangle
              • 概要
              • メンバ
              • フィールド
                • PBits フィールド
                • Pitch フィールド
            • ModeDescription
              • 概要
              • メンバ
              • ModeDescription コンストラクタ
              • フィールド
                • Format フィールド
                • Height フィールド
                • RefreshRate フィールド
                • Scaling フィールド
                • ScanlineOrdering フィールド
                • Width フィールド
            • ModeDescription1
              • 概要
              • メンバ
              • フィールド
                • Format フィールド
                • Height フィールド
                • RefreshRate フィールド
                • Scaling フィールド
                • ScanlineOrdering フィールド
                • Stereo フィールド
                • Width フィールド
            • OutputDescription
              • 概要
              • メンバ
              • フィールド
                • AttachedToDesktop フィールド
                • DesktopCoordinates フィールド
                • DeviceName フィールド
                • Monitor フィールド
                • Rotation フィールド
            • PdfRenderParams
              • 概要
              • メンバ
              • メソッド
                • Default メソッド
              • フィールド
                • BackgroundColor フィールド
                • DestinationHeight フィールド
                • DestinationWidth フィールド
                • IgnoreHighContrast フィールド
                • SourceRect フィールド
            • PresentParameters
              • 概要
              • メンバ
              • フィールド
                • DirtyRectangles フィールド
                • ScrollOffset フィールド
                • ScrollRectangle フィールド
            • Rational
              • 概要
              • メンバ
              • Rational コンストラクタ
              • メソッド
                • Equals メソッド
                  • Equals(Rational) メソッド
                  • Equals(Object) メソッド
                • GetHashCode メソッド
              • フィールド
                • Denominator フィールド
                • Empty フィールド
                • Numerator フィールド
              • オペレータ
                • 等価判定演算子 オペレータ
                • 等しくないか判定する演算子 オペレータ
            • SampleDescription
              • 概要
              • メンバ
              • SampleDescription コンストラクタ
              • メソッド
                • ToString メソッド
              • フィールド
                • Count フィールド
                • Quality フィールド
            • SharedResource
              • 概要
              • メンバ
              • フィールド
                • Handle フィールド
            • SurfaceDescription
              • 概要
              • メンバ
              • フィールド
                • Format フィールド
                • Height フィールド
                • SampleDesc フィールド
                • Width フィールド
            • SwapChainDescription
              • 概要
              • メンバ
              • フィールド
                • BufferCount フィールド
                • BufferDesc フィールド
                • BufferUsage フィールド
                • Flags フィールド
                • OutputWindow フィールド
                • SampleDesc フィールド
                • SwapEffect フィールド
                • Windowed フィールド
            • SwapChainDescription1
              • 概要
              • メンバ
              • フィールド
                • AlphaMode フィールド
                • BufferCount フィールド
                • BufferUsage フィールド
                • Flags フィールド
                • Format フィールド
                • Height フィールド
                • SampleDesc フィールド
                • Scaling フィールド
                • Stereo フィールド
                • SwapEffect フィールド
                • Width フィールド
            • SwapChainFullScreenDescription
              • 概要
              • メンバ
              • フィールド
                • RefreshRate フィールド
                • Scaling フィールド
                • ScanlineOrdering フィールド
                • Windowed フィールド
          • インターフェース
            • IPrintDocumentPageSource
              • 概要
              • メンバ
              • メソッド
                • GetPreviewPageCollection メソッド
                • MakeDocument メソッド
            • IPrintPreviewPageCollection
              • 概要
              • メンバ
              • メソッド
                • MakePage メソッド
                • Paginate メソッド
            • IVirtualSurfaceUpdatesCallbackNative
              • 概要
              • メンバ
              • メソッド
                • UpdatesNeeded メソッド
          • デリゲート
            • IVirtualSurfaceImageSourceNative.VSISUpdatesNeededDelegate
        • C1.Util.DX.Storage 名前空間
          • 概要
          • クラス
            • ComStream
              • 概要
              • メンバ
              • ComStream コンストラクタ
              • メソッド
                • Clone メソッド
                • Commit メソッド
                • CopyTo メソッド
                • GetStatistics メソッド
                • LockRegion メソッド
                • Revert メソッド
                • Seek メソッド
                • SetSize メソッド
                • ToIntPtr メソッド
                • UnlockRegion メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComStreamBase
              • 概要
              • メンバ
              • ComStreamBase コンストラクタ
              • メソッド
                • Read メソッド
                • Write メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComStreamBaseShadow
              • 概要
              • メンバ
              • ComStreamBaseShadow コンストラクタ
            • ComStreamProxy
              • 概要
              • メンバ
              • ComStreamProxy コンストラクタ
              • メソッド
                • Clone メソッド
                • Commit メソッド
                • CopyTo メソッド
                • GetStatistics メソッド
                • LockRegion メソッド
                • Read メソッド
                • Revert メソッド
                • Seek メソッド
                • SetSize メソッド
                • UnlockRegion メソッド
                • Write メソッド
            • ComStreamShadow
              • 概要
              • メンバ
              • ComStreamShadow コンストラクタ
              • メソッド
                • ToIntPtr メソッド
            • PropertyBag
              • 概要
              • メンバ
              • PropertyBag コンストラクタ
              • メソッド
                • Get メソッド
                  • Get(String) メソッド
                  • Get<T1,T2>(PropertyBagKey<T1,T2>) メソッド
                • Set メソッド
                  • Set(String,Object) メソッド
                  • Set<T1,T2>(PropertyBagKey<T1,T2>,T1) メソッド
              • プロパティ
                • Count プロパティ
                • Keys プロパティ
            • PropertyBagKey<T1,T2>
              • 概要
              • メンバ
              • PropertyBagKey<T1,T2> コンストラクタ
              • プロパティ
                • Name プロパティ
          • 列挙型
            • CommitFlags
            • LockType
            • NativeFileAccess
            • NativeFileMode
            • NativeFileOptions
            • NativeFileShare
            • StorageStatisticsFlags
            • VariantElementType
            • VariantType
          • 構造体
            • SecurityAttributes
              • 概要
              • メンバ
              • プロパティ
                • InheritHandle プロパティ
              • フィールド
                • Descriptor フィールド
                • Length フィールド
            • StorageStatistics
              • 概要
              • メンバ
              • フィールド
                • Atime フィールド
                • CbSize フィールド
                • Clsid フィールド
                • Ctime フィールド
                • GrfLocksSupported フィールド
                • GrfMode フィールド
                • GrfStateBits フィールド
                • Mtime フィールド
                • PwcsName フィールド
                • Reserved フィールド
                • Type フィールド
            • Variant
              • 概要
              • メンバ
              • プロパティ
                • ElementType プロパティ
                • PrimitiveType プロパティ
                • Type プロパティ
                • Value プロパティ
          • インターフェース
            • IStream
              • 概要
              • メンバ
              • メソッド
                • Clone メソッド
                • Commit メソッド
                • CopyTo メソッド
                • GetStatistics メソッド
                • LockRegion メソッド
                • Revert メソッド
                • Seek メソッド
                • SetSize メソッド
                • UnlockRegion メソッド
            • IStreamBase
              • 概要
              • メンバ
              • メソッド
                • Read メソッド
                • Write メソッド
        • C1.Util.DX.WIC 名前空間
          • 概要
          • クラス
            • Bitmap
              • 概要
              • メンバ
              • Bitmap コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory,Int32,Int32,Guid,BitmapCreateCacheOption) メソッド
                  • Create(ImagingFactory,Int32,Int32,Guid,DataRectangle,Int32) メソッド
                  • Create(ImagingFactory,BitmapSource,BitmapCreateCacheOption) メソッド
                  • Create(ImagingFactory,BitmapSource,RectL) メソッド
                • Lock メソッド
                  • Lock(BitmapLockFlags) メソッド
                  • Lock(RectL,BitmapLockFlags) メソッド
                  • Lock(IntPtr,BitmapLockFlags) メソッド
                • New<T> メソッド
                • SetPalette メソッド
                • SetResolution メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapClipper
              • 概要
              • メンバ
              • BitmapClipper コンストラクタ
              • メソッド
                • Create メソッド
                • Initialize メソッド
                  • Initialize(BitmapSource,RectL) メソッド
                  • Initialize(BitmapSource,IntPtr) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapCodecInfo
              • 概要
              • メンバ
              • BitmapCodecInfo コンストラクタ
              • メソッド
                • GetColorManagementVersion メソッド
                • GetContainerFormat メソッド
                • GetDeviceManufacturer メソッド
                • GetDeviceModels メソッド
                • GetFileExtensions メソッド
                • GetMimeTypes メソッド
                • GetPixelFormats メソッド
                • IsAnimationSupported メソッド
                • IsChromakeySupported メソッド
                • IsLosslessSupported メソッド
                • IsMultiframeSupported メソッド
                • MatchesMimeType メソッド
              • プロパティ
                • ColorManagementVersion プロパティ
                • DeviceManufacturer プロパティ
                • DeviceModels プロパティ
                • FileExtensions プロパティ
                • MimeTypes プロパティ
                • PixelFormats プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapCodecProgressNotification
              • 概要
              • メンバ
              • BitmapCodecProgressNotification コンストラクタ
              • メソッド
                • RegisterProgressNotification メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapDecoder
              • 概要
              • メンバ
              • BitmapDecoder コンストラクタ
              • メソッド
                • CopyPalette メソッド
                • Create メソッド
                  • Create(BitmapDecoderInfo) メソッド
                  • Create(ImagingFactory,Guid) メソッド
                  • Create(ImagingFactory,Guid,Guid) メソッド
                  • Create(ImagingFactory,IStream,DecodeOptions) メソッド
                  • Create(ImagingFactory,Stream,DecodeOptions) メソッド
                  • Create(ImagingFactory,IStream,Guid,DecodeOptions) メソッド
                  • Create(ImagingFactory,Stream,Guid,DecodeOptions) メソッド
                  • Create(ImagingFactory,String,DecodeOptions) メソッド
                  • Create(ImagingFactory,String,NativeFileAccess,DecodeOptions) メソッド
                  • Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) メソッド
                • GetColorContexts メソッド
                  • GetColorContexts(Int32,ColorContext[],Int32) メソッド
                  • GetColorContexts(Int32,ComArray<ColorContext>,Int32) メソッド
                • GetContainerFormat メソッド
                • GetDecoderInfo メソッド
                • GetFrame メソッド
                • GetFrameCount メソッド
                • GetMetadataQueryReader メソッド
                • GetPreview メソッド
                • GetThumbnail メソッド
                • Initialize メソッド
                • QueryCapability メソッド
                • TryGetColorContexts メソッド
                  • TryGetColorContexts(ImagingFactory,ColorContext[]) メソッド
                  • TryGetColorContexts(ImagingFactory) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapDecoderGuids
              • 概要
              • メンバ
              • BitmapDecoderGuids コンストラクタ
              • フィールド
                • Bmp フィールド
                • Dds フィールド
                • Gif フィールド
                • Ico フィールド
                • Jpeg フィールド
                • Png フィールド
                • Tiff フィールド
                • Wmp フィールド
            • BitmapDecoderInfo
              • 概要
              • メンバ
              • BitmapDecoderInfo コンストラクタ
              • メソッド
                • CreateInstance メソッド
                • GetPatterns メソッド
                • MatchesPattern メソッド
              • プロパティ
                • Patterns プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapEncoder
              • 概要
              • メンバ
              • BitmapEncoder コンストラクタ
              • メソッド
                • Commit メソッド
                • Create メソッド
                  • Create(ImagingFactory,Guid) メソッド
                  • Create(ImagingFactory,Guid,Guid) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,Guid,Guid,WicStream) メソッド
                  • Create(ImagingFactory,Guid,Guid,Stream) メソッド
                • CreateNewFrame メソッド
                • GetContainerFormat メソッド
                • GetEncoderInfo メソッド
                • GetMetadataQueryWriter メソッド
                • Initialize メソッド
                  • Initialize(IStream) メソッド
                  • Initialize(Stream) メソッド
                • SetColorContexts メソッド
                  • SetColorContexts(ColorContext[]) メソッド
                  • SetColorContexts(Int32,ColorContext[]) メソッド
                  • SetColorContexts(Int32,ComArray<ColorContext>) メソッド
                • SetPalette メソッド
                • SetPreview メソッド
                • SetThumbnail メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapEncoderGuids
              • 概要
              • メンバ
              • BitmapEncoderGuids コンストラクタ
              • フィールド
                • Bmp フィールド
                • Dds フィールド
                • Gif フィールド
                • Jpeg フィールド
                • Png フィールド
                • Tiff フィールド
                • Wmp フィールド
            • BitmapEncoderInfo
              • 概要
              • メンバ
              • BitmapEncoderInfo コンストラクタ
              • メソッド
                • CreateInstance メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapEncoderOptions
              • 概要
              • メンバ
              • BitmapEncoderOptions コンストラクタ
              • プロパティ
                • AlphaDataDiscard プロパティ
                • AlphaQuality プロパティ
                • BitmapTransform プロパティ
                • Chrominance プロパティ
                • CompressedDomainTranscode プロパティ
                • CompressionQuality プロパティ
                • EnableV5Header32bppBGRA プロパティ
                • FilterOption プロパティ
                • FrequencyOrder プロパティ
                • HorizontalTileSlices プロパティ
                • IgnoreOverlap プロパティ
                • ImageDataDiscard プロパティ
                • ImageQuality プロパティ
                • InterlaceOption プロパティ
                • InterleavedAlpha プロパティ
                • JpegYCrCbSubsampling プロパティ
                • Lossless プロパティ
                • Luminance プロパティ
                • Overlap プロパティ
                • ProgressiveMode プロパティ
                • Quality プロパティ
                • StreamOnly プロパティ
                • Subsampling プロパティ
                • SuppressApp0 プロパティ
                • TiffCompressionMethod プロパティ
                • UseCodecOptions プロパティ
                • VerticalTileSlices プロパティ
            • BitmapFlipRotator
              • 概要
              • メンバ
              • BitmapFlipRotator コンストラクタ
              • メソッド
                • Create メソッド
                • Initialize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapFrameDecode
              • 概要
              • メンバ
              • BitmapFrameDecode コンストラクタ
              • メソッド
                • GetColorContexts メソッド
                  • GetColorContexts(Int32,ColorContext[],Int32) メソッド
                  • GetColorContexts(Int32,ComArray<ColorContext>,Int32) メソッド
                • GetMetadataQueryReader メソッド
                • GetThumbnail メソッド
                • TryGetColorContexts メソッド
                  • TryGetColorContexts(ImagingFactory,ColorContext[]) メソッド
                  • TryGetColorContexts(ImagingFactory) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapFrameEncode
              • 概要
              • メンバ
              • BitmapFrameEncode コンストラクタ
              • メソッド
                • Commit メソッド
                • Create メソッド
                • GetMetadataQueryWriter メソッド
                • Initialize メソッド
                  • Initialize() メソッド
                  • Initialize(PropertyBag) メソッド
                • SetColorContexts メソッド
                  • SetColorContexts(ColorContext[]) メソッド
                  • SetColorContexts(Int32,ColorContext[]) メソッド
                  • SetColorContexts(Int32,ComArray<ColorContext>) メソッド
                • SetPalette メソッド
                • SetPixelFormat メソッド
                • SetResolution メソッド
                • SetSize メソッド
                • SetThumbnail メソッド
                • WritePixels メソッド
                  • WritePixels(Int32,DataRectangle,Int32) メソッド
                  • WritePixels(Int32,IntPtr,Int32,Int32) メソッド
                  • WritePixels<T>(Int32,Int32,T[]) メソッド
                  • WritePixels(Int32,Int32,Int32,IntPtr) メソッド
                • WriteSource メソッド
                  • WriteSource(BitmapSource) メソッド
                  • WriteSource(BitmapSource,RectL) メソッド
                  • WriteSource(BitmapSource,IntPtr) メソッド
              • プロパティ
                • Options プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapLock
              • 概要
              • メンバ
              • BitmapLock コンストラクタ
              • メソッド
                • GetDataPointer メソッド
                  • GetDataPointer() メソッド
                  • GetDataPointer(Int32) メソッド
                • GetPixelFormat メソッド
                • GetSize メソッド
                • GetStride メソッド
              • プロパティ
                • Data プロパティ
                • Size プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapScaler
              • 概要
              • メンバ
              • BitmapScaler コンストラクタ
              • メソッド
                • Create メソッド
                • Initialize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapSource
              • 概要
              • メンバ
              • BitmapSource コンストラクタ
              • メソッド
                • CopyPalette メソッド
                • CopyPixels メソッド
                  • CopyPixels(RectL,Int32,DataPointer) メソッド
                  • CopyPixels(Int32,DataPointer) メソッド
                  • CopyPixels(Int32,IntPtr,Int32) メソッド
                  • CopyPixels<T>(RectL,T[]) メソッド
                  • CopyPixels<T>(T[]) メソッド
                  • CopyPixels(RectL,Byte[],Int32) メソッド
                  • CopyPixels(Byte[],Int32) メソッド
                  • CopyPixels(IntPtr,Int32,Int32,IntPtr) メソッド
                • GetPixelFormat メソッド
                • GetResolution メソッド
                • GetSize メソッド
              • プロパティ
                • Size プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BitmapSourceTransform
              • 概要
              • メンバ
              • BitmapSourceTransform コンストラクタ
              • メソッド
                • CopyPixels メソッド
                  • CopyPixels(Int32,Int32,Int32,DataStream) メソッド
                  • CopyPixels(Int32,Int32,BitmapTransformOptions,Int32,DataStream) メソッド
                  • CopyPixels(Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) メソッド
                  • CopyPixels(RectL,Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) メソッド
                  • CopyPixels(IntPtr,Int32,Int32,Nullable<Guid>,BitmapTransformOptions,Int32,Int32,IntPtr) メソッド
                • GetClosestPixelFormat メソッド
                • GetClosestSize メソッド
                  • GetClosestSize(Size2L) メソッド
                  • GetClosestSize(Int32,Int32) メソッド
                • IsSupportingTransform メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • BmpBitmapDecoder
              • 概要
              • メンバ
              • BmpBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • BmpBitmapEncoder
              • 概要
              • メンバ
              • BmpBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
            • ColorContext
              • 概要
              • メンバ
              • ColorContext コンストラクタ
              • メソッド
                • Create メソッド
                • GetExifColorSpace メソッド
                • GetProfileBytes メソッド
                • GetTypeInfo メソッド
                • InitializeFromExifColorSpace メソッド
                • InitializeFromFilename メソッド
                • InitializeFromMemory メソッド
                  • InitializeFromMemory(DataPointer) メソッド
                  • InitializeFromMemory(IntPtr,Int32) メソッド
              • プロパティ
                • Profile プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ColorTransform
              • 概要
              • メンバ
              • ColorTransform コンストラクタ
              • メソッド
                • Create メソッド
                • Initialize メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ComponentInfo
              • 概要
              • メンバ
              • ComponentInfo コンストラクタ
              • メソッド
                • Create メソッド
                • GetAuthor メソッド
                • GetCLSID メソッド
                • GetComponentType メソッド
                • GetFriendlyName メソッド
                • GetSigningStatus メソッド
                • GetSpecVersion メソッド
                • GetVendorGUID メソッド
                • GetVersion メソッド
              • プロパティ
                • Author プロパティ
                • FriendlyName プロパティ
                • SpecVersion プロパティ
                • Version プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ContainerFormatGuids
              • 概要
              • メンバ
              • ContainerFormatGuids コンストラクタ
              • フィールド
                • Bmp フィールド
                • Dds フィールド
                • Gif フィールド
                • Ico フィールド
                • Jpeg フィールド
                • Png フィールド
                • Tiff フィールド
                • Wmp フィールド
            • DdsDecoder
              • 概要
              • メンバ
              • DdsDecoder コンストラクタ
              • メソッド
                • GetFrame メソッド
                • GetParameters メソッド
              • プロパティ
                • Parameters プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DdsEncoder
              • 概要
              • メンバ
              • DdsEncoder コンストラクタ
              • メソッド
                • CreateNewFrame メソッド
                • GetParameters メソッド
                • SetParameters メソッド
              • プロパティ
                • Parameters プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DdsFrameDecode
              • 概要
              • メンバ
              • DdsFrameDecode コンストラクタ
              • メソッド
                • CopyBlocks メソッド
                  • CopyBlocks(Nullable<RectL>,Int32,DataStream) メソッド
                  • CopyBlocks(Nullable<RectL>,Int32,Int32,IntPtr) メソッド
                • GetFormatInfo メソッド
                • GetSizeInBlocks メソッド
              • プロパティ
                • FormatInfo プロパティ
                • SizeInBlocks プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DevelopRaw
              • 概要
              • メンバ
              • DevelopRaw コンストラクタ
              • メソッド
                • GetContrast メソッド
                • GetCurrentParameterSet メソッド
                • GetExposureCompensation メソッド
                • GetGamma メソッド
                • GetKelvinRangeInfo メソッド
                • GetNamedWhitePoint メソッド
                • GetNoiseReduction メソッド
                • GetRenderMode メソッド
                • GetRotation メソッド
                • GetSaturation メソッド
                • GetSharpness メソッド
                • GetTint メソッド
                • GetToneCurve メソッド
                • GetWhitePointKelvin メソッド
                • GetWhitePointRGB メソッド
                • LoadParameterSet メソッド
                • QueryRawCapabilitiesInfo メソッド
                • SetContrast メソッド
                • SetDestinationColorContext メソッド
                • SetExposureCompensation メソッド
                • SetGamma メソッド
                • SetNamedWhitePoint メソッド
                • SetNoiseReduction メソッド
                • SetNotificationCallback メソッド
                • SetRenderMode メソッド
                • SetRotation メソッド
                • SetSaturation メソッド
                • SetSharpness メソッド
                • SetTint メソッド
                • SetToneCurve メソッド
                • SetWhitePointKelvin メソッド
                • SetWhitePointRGB メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • DevelopRawNotificationCallback
              • 概要
              • メンバ
              • DevelopRawNotificationCallback コンストラクタ
              • メソッド
                • Notify メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • EnumMetadataItem
              • 概要
              • メンバ
              • EnumMetadataItem コンストラクタ
              • メソッド
                • Clone メソッド
                • Reset メソッド
                • Skip メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FastMetadataEncoder
              • 概要
              • メンバ
              • FastMetadataEncoder コンストラクタ
              • メソッド
                • Commit メソッド
                • Create メソッド
                  • Create(ImagingFactory,BitmapDecoder) メソッド
                  • Create(ImagingFactory,BitmapFrameDecode) メソッド
                • GetMetadataQueryWriter メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FormatConverter
              • 概要
              • メンバ
              • FormatConverter コンストラクタ
              • メソッド
                • CanConvert メソッド
                • Create メソッド
                  • Create(FormatConverterInfo) メソッド
                  • Create(ImagingFactory) メソッド
                • Initialize メソッド
                  • Initialize(BitmapSource,Guid) メソッド
                  • Initialize(BitmapSource,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • FormatConverterInfo
              • 概要
              • メンバ
              • FormatConverterInfo コンストラクタ
              • メソッド
                • CreateInstance メソッド
                • GetPixelFormats メソッド
              • プロパティ
                • PixelFormats プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • GifBitmapDecoder
              • 概要
              • メンバ
              • GifBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • GifBitmapEncoder
              • 概要
              • メンバ
              • GifBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
            • ImageEncoder
              • 概要
              • メンバ
              • ImageEncoder コンストラクタ
              • メソッド
                • Create メソッド
                • WriteFrame メソッド
                  • WriteFrame(Image,BitmapFrameEncode,ImageParameters) メソッド
                  • WriteFrame(Image,BitmapFrameEncode) メソッド
                • WriteFrameThumbnail メソッド
                  • WriteFrameThumbnail(Image,BitmapFrameEncode,ImageParameters) メソッド
                  • WriteFrameThumbnail(Image,BitmapFrameEncode) メソッド
                • WriteThumbnail メソッド
                  • WriteThumbnail(Image,BitmapEncoder,ImageParameters) メソッド
                  • WriteThumbnail(Image,BitmapEncoder) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ImagingFactory
              • 概要
              • メンバ
              • ImagingFactory コンストラクタ
              • メソッド
                • Create メソッド
                • CreateBitmap メソッド
                • CreateBitmapClipper メソッド
                • CreateBitmapFlipRotator メソッド
                • CreateBitmapFromHBITMAP メソッド
                • CreateBitmapFromHICON メソッド
                • CreateBitmapFromMemory メソッド
                • CreateBitmapFromSource メソッド
                • CreateBitmapFromSourceRect メソッド
                • CreateBitmapScaler メソッド
                • CreateColorContext メソッド
                • CreateColorTransformer メソッド
                • CreateComponentInfo メソッド
                • CreateDecoder メソッド
                • CreateDecoderFromFileHandle メソッド
                • CreateDecoderFromFilename メソッド
                • CreateEncoder メソッド
                • CreateFastMetadataEncoderFromDecoder メソッド
                • CreateFastMetadataEncoderFromFrameDecode メソッド
                • CreateFormatConverter メソッド
                • CreatePalette メソッド
                • CreateQueryWriter メソッド
                • CreateQueryWriterFromReader メソッド
                • CreateStream メソッド
              • フィールド
                • WICImagingFactoryClsid フィールド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ImagingFactory2
              • 概要
              • メンバ
              • ImagingFactory2 コンストラクタ
              • メソッド
                • Create メソッド
                • CreateImageEncoder メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • JpegBitmapDecoder
              • 概要
              • メンバ
              • JpegBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • JpegBitmapEncoder
              • 概要
              • メンバ
              • JpegBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
            • MetadataQueryReader
              • 概要
              • メンバ
              • MetadataQueryReader コンストラクタ
              • メソッド
                • Dump メソッド
                • GetContainerFormat メソッド
                • GetLocation メソッド
                • GetMetadataByName メソッド
                  • GetMetadataByName(String) メソッド
                  • GetMetadataByName(String,IntPtr) メソッド
                • TryGetMetadataByName メソッド
                  • TryGetMetadataByName(String,Object) メソッド
                  • TryGetMetadataByName(String) メソッド
              • プロパティ
                • Location プロパティ
                • QueryPaths プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • MetadataQueryWriter
              • 概要
              • メンバ
              • MetadataQueryWriter コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory,Guid) メソッド
                  • Create(ImagingFactory,Guid,Guid) メソッド
                  • Create(ImagingFactory,MetadataQueryReader) メソッド
                  • Create(ImagingFactory,MetadataQueryReader,Guid) メソッド
                • RemoveMetadataByName メソッド
                • SetMetadataByName メソッド
                  • SetMetadataByName(String,Object) メソッド
                  • SetMetadataByName(String,IntPtr) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • Palette
              • 概要
              • メンバ
              • Palette コンストラクタ
              • メソッド
                • Create メソッド
                • GetColorCount メソッド
                • GetColors メソッド
                • GetTypeInfo メソッド
                • HasAlpha メソッド
                • Initialize メソッド
                  • Initialize(Int32[]) メソッド
                  • Initialize(ColorF[]) メソッド
                  • Initialize(BitmapPaletteType,Bool) メソッド
                  • Initialize(IntPtr,Int32) メソッド
                  • Initialize(BitmapSource,Int32,Bool) メソッド
                  • Initialize(Palette) メソッド
                • IsBlackWhite メソッド
                • IsGrayscale メソッド
              • プロパティ
                • Colors プロパティ
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PixelFormat
              • 概要
              • メンバ
              • PixelFormat コンストラクタ
              • メソッド
                • GetBitsPerPixel メソッド
                • GetStride メソッド
              • フィールド
                • Format112bpp6ChannelsAlpha フィールド
                • Format112bpp7Channels フィールド
                • Format128bpp7ChannelsAlpha フィールド
                • Format128bpp8Channels フィールド
                • Format128bppPRGBAFloat フィールド
                • Format128bppRGBAFixedPoint フィールド
                • Format128bppRGBAFloat フィールド
                • Format128bppRGBFixedPoint フィールド
                • Format128bppRGBFloat フィールド
                • Format144bpp8ChannelsAlpha フィールド
                • Format16bppBGR555 フィールド
                • Format16bppBGR565 フィールド
                • Format16bppBGRA5551 フィールド
                • Format16bppCbCr フィールド
                • Format16bppGray フィールド
                • Format16bppGrayFixedPoint フィールド
                • Format16bppGrayHalf フィールド
                • Format1bppIndexed フィールド
                • Format24bpp3Channels フィールド
                • Format24bppBGR フィールド
                • Format24bppRGB フィールド
                • Format2bppGray フィールド
                • Format2bppIndexed フィールド
                • Format32bpp3ChannelsAlpha フィールド
                • Format32bpp4Channels フィールド
                • Format32bppBGR フィールド
                • Format32bppBGR101010 フィールド
                • Format32bppBGRA フィールド
                • Format32bppCMYK フィールド
                • Format32bppGrayFixedPoint フィールド
                • Format32bppGrayFloat フィールド
                • Format32bppPBGRA フィールド
                • Format32bppPRGBA フィールド
                • Format32bppRGB フィールド
                • Format32bppRGBA フィールド
                • Format32bppRGBA1010102 フィールド
                • Format32bppRGBA1010102XR フィールド
                • Format32bppRGBE フィールド
                • Format40bpp4ChannelsAlpha フィールド
                • Format40bpp5Channels フィールド
                • Format40bppCMYKAlpha フィールド
                • Format48bpp3Channels フィールド
                • Format48bpp5ChannelsAlpha フィールド
                • Format48bpp6Channels フィールド
                • Format48bppBGR フィールド
                • Format48bppBGRFixedPoint フィールド
                • Format48bppRGB フィールド
                • Format48bppRGBFixedPoint フィールド
                • Format48bppRGBHalf フィールド
                • Format4bppGray フィールド
                • Format4bppIndexed フィールド
                • Format56bpp6ChannelsAlpha フィールド
                • Format56bpp7Channels フィールド
                • Format64bpp3ChannelsAlpha フィールド
                • Format64bpp4Channels フィールド
                • Format64bpp7ChannelsAlpha フィールド
                • Format64bpp8Channels フィールド
                • Format64bppBGRA フィールド
                • Format64bppBGRAFixedPoint フィールド
                • Format64bppCMYK フィールド
                • Format64bppPBGRA フィールド
                • Format64bppPRGBA フィールド
                • Format64bppPRGBAHalf フィールド
                • Format64bppRGB フィールド
                • Format64bppRGBA フィールド
                • Format64bppRGBAFixedPoint フィールド
                • Format64bppRGBAHalf フィールド
                • Format64bppRGBFixedPoint フィールド
                • Format64bppRGBHalf フィールド
                • Format72bpp8ChannelsAlpha フィールド
                • Format80bpp4ChannelsAlpha フィールド
                • Format80bpp5Channels フィールド
                • Format80bppCMYKAlpha フィールド
                • Format8bppAlpha フィールド
                • Format8bppCb フィールド
                • Format8bppCr フィールド
                • Format8bppGray フィールド
                • Format8bppIndexed フィールド
                • Format8bppY フィールド
                • Format96bpp5ChannelsAlpha フィールド
                • Format96bpp6Channels フィールド
                • Format96bppRGBFixedPoint フィールド
                • Format96bppRGBFloat フィールド
                • FormatBlackWhite フィールド
                • FormatDontCare フィールド
            • PixelFormatInfo
              • 概要
              • メンバ
              • PixelFormatInfo コンストラクタ
              • メソッド
                • GetBitsPerPixel メソッド
                • GetChannelCount メソッド
                • GetChannelMask メソッド
                  • GetChannelMask(Int32) メソッド
                  • GetChannelMask(Int32,Int32,IntPtr) メソッド
                • GetColorContext メソッド
                • GetFormatGUID メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PixelFormatInfo2
              • 概要
              • メンバ
              • PixelFormatInfo2 コンストラクタ
              • メソッド
                • GetNumericRepresentation メソッド
                • IsSupportingTransparency メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PlanarBitmapFrameEncode
              • 概要
              • メンバ
              • PlanarBitmapFrameEncode コンストラクタ
              • メソッド
                • WritePixels メソッド
                • WriteSource メソッド
                  • WriteSource(BitmapSource[],Int32,Nullable<RectL>) メソッド
                  • WriteSource(ComArray<BitmapSource>,Int32,Nullable<RectL>) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PlanarBitmapSourceTransform
              • 概要
              • メンバ
              • PlanarBitmapSourceTransform コンストラクタ
              • メソッド
                • CopyPixels メソッド
                • DoesSupportTransform メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PlanarFormatConverter
              • 概要
              • メンバ
              • PlanarFormatConverter コンストラクタ
              • メソッド
                • CanConvert メソッド
                • Initialize メソッド
                  • Initialize(BitmapSource[],Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) メソッド
                  • Initialize(ComArray<BitmapSource>,Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • PngBitmapDecoder
              • 概要
              • メンバ
              • PngBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • PngBitmapEncoder
              • 概要
              • メンバ
              • PngBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
            • ProgressCallback
              • 概要
              • メンバ
              • ProgressCallback コンストラクタ
              • メソッド
                • Notify メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ProgressiveLevelControl
              • 概要
              • メンバ
              • ProgressiveLevelControl コンストラクタ
              • メソッド
                • GetCurrentLevel メソッド
                • GetLevelCount メソッド
                • SetCurrentLevel メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • ResultCode
              • 概要
              • メンバ
              • フィールド
                • Aborted フィールド
                • AccessDenied フィールド
                • AlreadyLocked フィールド
                • BadHeader フィールド
                • BadImage フィールド
                • BadMetadataHeader フィールド
                • BadStreamData フィールド
                • Base フィールド
                • CodecNoThumbnail フィールド
                • CodecPresent フィールド
                • CodecTooManyScanLines フィールド
                • ComponentInitializeFailure フィールド
                • ComponentNotFound フィールド
                • Duplicatemetadatapresent フィールド
                • FrameMissing フィールド
                • GenericError フィールド
                • ImageSizeOutOfRange フィールド
                • InsufficientBuffer フィールド
                • InternalError フィールド
                • InvalidParameter フィールド
                • InvalidProgressivelevel フィールド
                • InvalidQueryCharacter フィールド
                • InvalidQueryRequest フィールド
                • InvalidRegistration フィールド
                • NotImplemented フィールド
                • NotInitializeD フィールド
                • OufOfMemory フィールド
                • PaletteUnavailable フィールド
                • PropertyNotFound フィールド
                • PropertyNotSupported フィールド
                • PropertySize フィールド
                • Propertyunexpectedtype フィールド
                • RequestOnlyValidAtMetadataRoot フィールド
                • SourceRectangleDoesNotMatchDimensions フィールド
                • StreamNotAvailable フィールド
                • StreamRead フィールド
                • StreamWrite フィールド
                • TooMuchMetadata フィールド
                • UnexpectedMetadataType フィールド
                • UnexpectedSize フィールド
                • UnknownImageFormat フィールド
                • UnsupportedOperation フィールド
                • UnsupportedPixelFormat フィールド
                • UnsupportedVersion フィールド
                • ValueOutOfRange フィールド
                • ValueOverflow フィールド
                • Win32error フィールド
                • WrongState フィールド
            • TiffBitmapDecoder
              • 概要
              • メンバ
              • TiffBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • TiffBitmapEncoder
              • 概要
              • メンバ
              • TiffBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
            • WicStream
              • 概要
              • メンバ
              • WicStream コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory,String,NativeFileAccess) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,DataPointer) メソッド
                • InitializeFromFilename メソッド
                • InitializeFromMemory メソッド
              • オペレータ
                • 明示的 キャスト 演算子 オペレータ
            • WmpBitmapDecoder
              • 概要
              • メンバ
              • WmpBitmapDecoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Guid) メソッド
            • WmpBitmapEncoder
              • 概要
              • メンバ
              • WmpBitmapEncoder コンストラクタ
              • メソッド
                • Create メソッド
                  • Create(ImagingFactory) メソッド
                  • Create(ImagingFactory,Stream) メソッド
                  • Create(ImagingFactory,Guid,Stream) メソッド
                  • Create(ImagingFactory,WicStream) メソッド
                  • Create(ImagingFactory,Guid,WicStream) メソッド
          • 列挙型
            • BIMIptcDigestProperties
            • BIMIptcProperties
            • BIMResolutionInfoProperties
            • BitmapAlphaChannelOption
            • BitmapCreateCacheOption
            • BitmapDecoderCapabilities
            • BitmapDitherType
            • BitmapEncoderCacheOption
            • BitmapInterpolationMode
            • BitmapLockFlags
            • BitmapPaletteType
            • BitmapTransformOptions
            • ColorContextType
            • ComponentEnumerateOptions
            • ComponentSigning
            • ComponentType
            • DdsAlphaMode
            • DdsDimension
            • DecodeOptions
            • GifApplicationExtensionProperties
            • GifCommentExtensionProperties
            • GifGraphicControlExtensionProperties
            • GifImageDescriptorProperties
            • GifLogicalScreenDescriptorProperties
            • JpegChrominanceProperties
            • JpegCommentProperties
            • JpegLuminanceProperties
            • JpegYCrCbSubsamplingOption
            • NamedWhitePoint
            • PixelFormatNumericRepresentation
            • PlanarOptions
            • PngBkgdProperties
            • PngChrmProperties
            • PngFilterOption
            • PngGamaProperties
            • PngHistProperties
            • PngIccpProperties
            • PngItxtProperties
            • PngSrgbProperties
            • PngTimeProperties
            • ProgressNotification
            • ProgressOperation
            • RawCapabilities
            • RawParameterSet
            • RawRenderMode
            • RawRotationCapabilities
            • SectionAccessLevel
            • TiffCompressionOption
          • 構造体
            • BitmapPattern
              • 概要
              • メンバ
              • フィールド
                • EndOfStream フィールド
                • Length フィールド
                • Mask フィールド
                • Pattern フィールド
                • Position フィールド
            • BitmapPlane
              • 概要
              • メンバ
              • フィールド
                • CbBufferSize フィールド
                • CbStride フィールド
                • Format フィールド
                • PbBuffer フィールド
            • BitmapPlaneDescription
              • 概要
              • メンバ
              • フィールド
                • Format フィールド
                • Height フィールド
                • Width フィールド
            • DdsFormatInfo
              • 概要
              • メンバ
              • フィールド
                • BlockHeight フィールド
                • BlockWidth フィールド
                • BytesPerBlock フィールド
                • DxgiFormat フィールド
            • DdsParameters
              • 概要
              • メンバ
              • フィールド
                • AlphaMode フィールド
                • ArraySize フィールド
                • Depth フィールド
                • Dimension フィールド
                • DxgiFormat フィールド
                • Height フィールド
                • MipLevels フィールド
                • Width フィールド
            • ImageParameters
              • 概要
              • メンバ
              • ImageParameters コンストラクタ
              • フィールド
                • DpiX フィールド
                • DpiY フィールド
                • Left フィールド
                • PixelFormat フィールド
                • PixelHeight フィールド
                • PixelWidth フィールド
                • Top フィールド
            • RawCapabilitiesInfo
              • 概要
              • メンバ
              • フィールド
                • CbSize フィールド
                • CodecMajorVersion フィールド
                • CodecMinorVersion フィールド
                • ContrastSupport フィールド
                • DestinationColorProfileSupport フィールド
                • ExposureCompensationSupport フィールド
                • GammaSupport フィールド
                • KelvinWhitePointSupport フィールド
                • NamedWhitePointSupport フィールド
                • NamedWhitePointSupportMask フィールド
                • NoiseReductionSupport フィールド
                • RenderModeSupport フィールド
                • RGBWhitePointSupport フィールド
                • RotationSupport フィールド
                • SaturationSupport フィールド
                • SharpnessSupport フィールド
                • TintSupport フィールド
                • ToneCurveSupport フィールド
            • RawToneCurve
              • 概要
              • メンバ
              • プロパティ
                • APoints プロパティ
              • フィールド
                • CPoints フィールド
            • RawToneCurvePoint
              • 概要
              • メンバ
              • フィールド
                • Input フィールド
                • Output フィールド