10.0.0-preview.6.25358.103 15 Jul 25
Toggle Dropdown
Compare to version...
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="System.Drawing.Common" Version ="10.0.0-preview.6.25358.103" />
Assemblies
Namespaces
Types
ADVANCED_FEATURE_FLAGS
BIND_OPTS
BINDPTR
BLOB
CALLCONV
CLSCTX
CLSID
ComInterfaceTable
ComManagedStream
CY
DESCKIND
DISPATCH_FLAGS
DISPPARAMS
DVASPECT
DVTARGETDEVICE
ELEMDESC
EXCEPINFO
FORMATETC
FUNCDESC
FUNCFLAGS
FUNCKIND
IAdviseSink
IBindCtx
IComCallableWrapper
IDataObject
IDispatch
IDLDESC
IDLFLAGS
IEnumFORMATETC
IEnumMoniker
IEnumSTATDATA
IEnumString
IEnumUnknown
IGlobalInterfaceTable
IManagedWrapper
IManagedWrapper<TComInterface>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6, TComInterface7, TComInterface8, TComInterface9, TComInterface10>
IManagedWrapper<TComInterface1, TComInterface2>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6, TComInterface7, TComInterface8, TComInterface9, TComInterface10, TComInterface11, TComInterface12, TComInterface13, TComInterface14, TComInterface15, TComInterface16, TComInterface17, TComInterface18, TComInterface19, TComInterface20, TComInterface21, TComInterface22, TComInterface23, TComInterface24, TComInterface25, TComInterface26, TComInterface27>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6>
IMoniker
IMPLTYPEFLAGS
INVOKEKIND
IPersist
IPersistStream
IRunningObjectTable
ISequentialStream
IServiceProvider
IStream
ITypeComp
ITypeInfo
ITypeLib
IUnknown
Lifetime<TVTable, TObject>
LOCKTYPE
ROT_FLAGS
SAFEARRAY
SAFEARRAYBOUND
SafeArrayScope<T>
STATDATA
STATFLAG
STATSTG
STGM
STGMEDIUM
STGTY
SYSKIND
TLIBATTR
TYMED
TYPEATTR
TYPEDESC
TYPEKIND
VARDESC
VARFLAGS
VARKIND
DVTARGETDEVICE
Specifies information about the target device for which data is being composed. DVTARGETDEVICE contains enough information about a Windows target device so a handle to a device context (HDC) can be created using the CreateDC function.
using System ;
using System .
CodeDom .
Compiler ;
namespace Windows .
Win32 .
System .
Com
{
[
GeneratedCode (
"Microsoft.Windows.CsWin32" ,
"0.3.151+58e949951d.RR" )]
internal struct DVTARGETDEVICE
{
internal uint tdSize ;
internal ushort tdDriverNameOffset ;
internal ushort tdDeviceNameOffset ;
internal ushort tdPortNameOffset ;
internal ushort tdExtDevmodeOffset ;
internal VariableLengthInlineArray <
byte >
tdData ;
internal unsafe static int SizeOf (
int count )
{
int num =
sizeof (
DVTARGETDEVICE );
if (
count >
1 )
num +=
checked (
count -
1 );
else if (
count <
0 ) {
throw new ArgumentOutOfRangeException ();
}
return num ;
}
}
}