@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
31 lines (27 loc) • 2.22 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Drawing
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Drawing/internal/index.js';
// Cross-namespace type imports for constraints
import type { ICollection, IDictionary } from './System.Collections/internal/index.js';
import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
import type { CultureInfo } from './System.Globalization/internal/index.js';
import type { Vector2, Vector4 } from './System.Numerics/internal/index.js';
import type { Attribute, Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, Single, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { ColorConverter as ColorConverter } from './System.Drawing/internal/index.js';
export { PointConverter as PointConverter } from './System.Drawing/internal/index.js';
export { RectangleConverter as RectangleConverter } from './System.Drawing/internal/index.js';
export { SizeConverter as SizeConverter } from './System.Drawing/internal/index.js';
export { SizeFConverter as SizeFConverter } from './System.Drawing/internal/index.js';
export { Point as Point } from './System.Drawing/internal/index.js';
export { PointF as PointF } from './System.Drawing/internal/index.js';
export { Rectangle as Rectangle } from './System.Drawing/internal/index.js';
export { RectangleF as RectangleF } from './System.Drawing/internal/index.js';
export { Size as Size } from './System.Drawing/internal/index.js';
export { SizeF as SizeF } from './System.Drawing/internal/index.js';
export { Color as Color } from './System.Drawing/internal/index.js';
export { ColorTranslator$instance as ColorTranslator } from './System.Drawing/internal/index.js';
export { KnownColor as KnownColor } from './System.Drawing/internal/index.js';
export { SystemColors$instance as SystemColors } from './System.Drawing/internal/index.js';