aspose-gis-net 24.12.0__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aspose-gis-net might be problematic. Click here for more details.
- .__pyi_patched +0 -0
- aspose/__init__.py +82 -0
- aspose/__pyinstaller/__init__.pyi +1 -0
- aspose/__pyinstaller/hook-aspose.py +10 -0
- aspose/assemblies/gis/Aspose.GIS.dll +0 -0
- aspose/assemblies/gis/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/gis/Newtonsoft.Json.dll +0 -0
- aspose/assemblies/gis/System.Drawing.Common.dll +0 -0
- aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
- aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
- aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
- aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
- aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
- aspose/assemblies/pyio/WrpInterop.Aspose.PyIO.dll +0 -0
- aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
- aspose/gis/__init__.pyi +2535 -0
- aspose/gis/__nuitka/__init__.pyi +1 -0
- aspose/gis/__nuitka/aspose-gis.nuitka-package.config.yml +20 -0
- aspose/gis/__pyinstaller/__init__.pyi +1 -0
- aspose/gis/__pyinstaller/hook-aspose.gis.py +9 -0
- aspose/gis/common/__init__.pyi +1028 -0
- aspose/gis/common/formats/__init__.pyi +98 -0
- aspose/gis/common/formats/dbase/__init__.pyi +250 -0
- aspose/gis/common/formats/gdbtable/__init__.pyi +1022 -0
- aspose/gis/common/formats/mapinfo/__init__.pyi +346 -0
- aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +662 -0
- aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +217 -0
- aspose/gis/common/formats/mapinfo/styling/__init__.pyi +163 -0
- aspose/gis/common/formats/mapinfo/tabformat/__init__.pyi +139 -0
- aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +430 -0
- aspose/gis/common/formats/wkb/__init__.pyi +120 -0
- aspose/gis/common/formats/wkt/__init__.pyi +420 -0
- aspose/gis/common/formats/xml/__init__.pyi +173 -0
- aspose/gis/common/io/__init__.pyi +290 -0
- aspose/gis/epsg/__init__.pyi +357 -0
- aspose/gis/formats/__init__.pyi +91 -0
- aspose/gis/formats/bmpw/__init__.pyi +134 -0
- aspose/gis/formats/csv/__init__.pyi +608 -0
- aspose/gis/formats/database/__init__.pyi +173 -0
- aspose/gis/formats/database/dataediting/__init__.pyi +105 -0
- aspose/gis/formats/database/fromdefinition/__init__.pyi +141 -0
- aspose/gis/formats/esriascii/__init__.pyi +292 -0
- aspose/gis/formats/esrijson/__init__.pyi +512 -0
- aspose/gis/formats/filegdb/__init__.pyi +722 -0
- aspose/gis/formats/gdal/__init__.pyi +478 -0
- aspose/gis/formats/geojson/__init__.pyi +620 -0
- aspose/gis/formats/geojsonseq/__init__.pyi +572 -0
- aspose/gis/formats/geotiff/__init__.pyi +292 -0
- aspose/gis/formats/gml/__init__.pyi +545 -0
- aspose/gis/formats/gpx/__init__.pyi +543 -0
- aspose/gis/formats/infile/__init__.pyi +582 -0
- aspose/gis/formats/inmemory/__init__.pyi +337 -0
- aspose/gis/formats/jpegw/__init__.pyi +134 -0
- aspose/gis/formats/kml/__init__.pyi +556 -0
- aspose/gis/formats/kml/styles/__init__.pyi +636 -0
- aspose/gis/formats/mapinfointerchange/__init__.pyi +501 -0
- aspose/gis/formats/mapinfotab/__init__.pyi +530 -0
- aspose/gis/formats/osmxml/__init__.pyi +543 -0
- aspose/gis/formats/pngw/__init__.pyi +134 -0
- aspose/gis/formats/postgis/__init__.pyi +262 -0
- aspose/gis/formats/shapefile/__init__.pyi +511 -0
- aspose/gis/formats/sqlserver/__init__.pyi +248 -0
- aspose/gis/formats/tiffw/__init__.pyi +134 -0
- aspose/gis/formats/topojson/__init__.pyi +596 -0
- aspose/gis/formats/worldfile/__init__.pyi +134 -0
- aspose/gis/formats/xyztile/__init__.pyi +132 -0
- aspose/gis/geometries/__init__.pyi +15970 -0
- aspose/gis/geotools/__init__.pyi +519 -0
- aspose/gis/geotools/extensions/__init__.pyi +107 -0
- aspose/gis/geotools/layersmap/__init__.pyi +311 -0
- aspose/gis/geotools/mapbuilder/__init__.pyi +141 -0
- aspose/gis/geotools/wayanalyzer/__init__.pyi +187 -0
- aspose/gis/imagemetadata/__init__.pyi +297 -0
- aspose/gis/indexing/__init__.pyi +103 -0
- aspose/gis/indexing/bplustree/__init__.pyi +118 -0
- aspose/gis/indexing/qixtree/__init__.pyi +121 -0
- aspose/gis/indexing/rtree/__init__.pyi +153 -0
- aspose/gis/labeling/__init__.pyi +235 -0
- aspose/gis/labeling/line/__init__.pyi +279 -0
- aspose/gis/painting/__init__.pyi +790 -0
- aspose/gis/projections/__init__.pyi +272 -0
- aspose/gis/py.typed +0 -0
- aspose/gis/raster/__init__.pyi +586 -0
- aspose/gis/raster/web/__init__.pyi +127 -0
- aspose/gis/relationship/__init__.pyi +91 -0
- aspose/gis/relationship/joins/__init__.pyi +161 -0
- aspose/gis/rendering/__init__.pyi +572 -0
- aspose/gis/rendering/colorizers/__init__.pyi +202 -0
- aspose/gis/rendering/formats/__init__.pyi +91 -0
- aspose/gis/rendering/formats/bmp/__init__.pyi +111 -0
- aspose/gis/rendering/formats/jpeg/__init__.pyi +111 -0
- aspose/gis/rendering/formats/png/__init__.pyi +111 -0
- aspose/gis/rendering/formats/svg/__init__.pyi +111 -0
- aspose/gis/rendering/labelings/__init__.pyi +416 -0
- aspose/gis/rendering/sld/__init__.pyi +109 -0
- aspose/gis/rendering/symbolizers/__init__.pyi +882 -0
- aspose/gis/spatialreferencing/__init__.pyi +3005 -0
- aspose/gis/topology/__init__.pyi +342 -0
- aspose/gis/topology/algorithms/__init__.pyi +98 -0
- aspose/gis/topology/buffer/__init__.pyi +214 -0
- aspose/gis/topology/graph/__init__.pyi +338 -0
- aspose/gis.cp310-win_amd64.pyd +0 -0
- aspose/gis.cp311-win_amd64.pyd +0 -0
- aspose/gis.cp312-win_amd64.pyd +0 -0
- aspose/gis.cp313-win_amd64.pyd +0 -0
- aspose/gis.cp35-win_amd64.pyd +0 -0
- aspose/gis.cp36-win_amd64.pyd +0 -0
- aspose/gis.cp37-win_amd64.pyd +0 -0
- aspose/gis.cp38-win_amd64.pyd +0 -0
- aspose/gis.cp39-win_amd64.pyd +0 -0
- aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.amd64.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
- aspose/netcore/netcore3.1/SOS_README.md +5 -0
- aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
- aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
- aspose/netcore/netcore3.1/System.Console.dll +0 -0
- aspose/netcore/netcore3.1/System.Core.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
- aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Memory.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
- aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.dll +0 -0
- aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
- aspose/netcore/netcore3.1/clrcompression.dll +0 -0
- aspose/netcore/netcore3.1/clretwrc.dll +0 -0
- aspose/netcore/netcore3.1/clrjit.dll +0 -0
- aspose/netcore/netcore3.1/coreclr.dll +0 -0
- aspose/netcore/netcore3.1/dbgshim.dll +0 -0
- aspose/netcore/netcore3.1/hostfxr.dll +0 -0
- aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore_amd64_amd64_4.700.22.55902.dll +0 -0
- aspose/netcore/netcore3.1/mscordbi.dll +0 -0
- aspose/netcore/netcore3.1/mscorlib.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.dll +0 -0
- aspose/netcore/netcore3.1/netstandard.dll +0 -0
- aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
- aspose/pycore/__init__.pyi +57 -0
- aspose/pycore/__pyinstaller/__init__.pyi +1 -0
- aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
- aspose/pycore/py.typed +0 -0
- aspose/pycore.cp310-win_amd64.pyd +0 -0
- aspose/pycore.cp311-win_amd64.pyd +0 -0
- aspose/pycore.cp312-win_amd64.pyd +0 -0
- aspose/pycore.cp313-win_amd64.pyd +0 -0
- aspose/pycore.cp35-win_amd64.pyd +0 -0
- aspose/pycore.cp36-win_amd64.pyd +0 -0
- aspose/pycore.cp37-win_amd64.pyd +0 -0
- aspose/pycore.cp38-win_amd64.pyd +0 -0
- aspose/pycore.cp39-win_amd64.pyd +0 -0
- aspose/pydrawing/__init__.pyi +4090 -0
- aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
- aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
- aspose/pydrawing/design.pyi +24 -0
- aspose/pydrawing/drawing2d.pyi +1324 -0
- aspose/pydrawing/imaging.pyi +1988 -0
- aspose/pydrawing/printing.pyi +995 -0
- aspose/pydrawing/py.typed +0 -0
- aspose/pydrawing/text.pyi +75 -0
- aspose/pydrawing.cp310-win_amd64.pyd +0 -0
- aspose/pydrawing.cp311-win_amd64.pyd +0 -0
- aspose/pydrawing.cp312-win_amd64.pyd +0 -0
- aspose/pydrawing.cp313-win_amd64.pyd +0 -0
- aspose/pydrawing.cp35-win_amd64.pyd +0 -0
- aspose/pydrawing.cp36-win_amd64.pyd +0 -0
- aspose/pydrawing.cp37-win_amd64.pyd +0 -0
- aspose/pydrawing.cp38-win_amd64.pyd +0 -0
- aspose/pydrawing.cp39-win_amd64.pyd +0 -0
- aspose/pygc/__init__.pyi +8 -0
- aspose/pygc/__pyinstaller/__init__.pyi +1 -0
- aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
- aspose/pygc.cp310-win_amd64.pyd +0 -0
- aspose/pygc.cp311-win_amd64.pyd +0 -0
- aspose/pygc.cp312-win_amd64.pyd +0 -0
- aspose/pygc.cp313-win_amd64.pyd +0 -0
- aspose/pygc.cp35-win_amd64.pyd +0 -0
- aspose/pygc.cp36-win_amd64.pyd +0 -0
- aspose/pygc.cp37-win_amd64.pyd +0 -0
- aspose/pygc.cp38-win_amd64.pyd +0 -0
- aspose/pygc.cp39-win_amd64.pyd +0 -0
- aspose/pyio/__init__.pyi +8 -0
- aspose/pyio/__pyinstaller/__init__.pyi +1 -0
- aspose/pyio/__pyinstaller/hook-aspose.pyio.py +9 -0
- aspose/pyio.cp310-win_amd64.pyd +0 -0
- aspose/pyio.cp311-win_amd64.pyd +0 -0
- aspose/pyio.cp312-win_amd64.pyd +0 -0
- aspose/pyio.cp313-win_amd64.pyd +0 -0
- aspose/pyio.cp35-win_amd64.pyd +0 -0
- aspose/pyio.cp36-win_amd64.pyd +0 -0
- aspose/pyio.cp37-win_amd64.pyd +0 -0
- aspose/pyio.cp38-win_amd64.pyd +0 -0
- aspose/pyio.cp39-win_amd64.pyd +0 -0
- aspose/pyreflection/__init__.pyi +12 -0
- aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
- aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
- aspose/pyreflection/py.typed +0 -0
- aspose/pyreflection.cp310-win_amd64.pyd +0 -0
- aspose/pyreflection.cp311-win_amd64.pyd +0 -0
- aspose/pyreflection.cp312-win_amd64.pyd +0 -0
- aspose/pyreflection.cp313-win_amd64.pyd +0 -0
- aspose/pyreflection.cp35-win_amd64.pyd +0 -0
- aspose/pyreflection.cp36-win_amd64.pyd +0 -0
- aspose/pyreflection.cp37-win_amd64.pyd +0 -0
- aspose/pyreflection.cp38-win_amd64.pyd +0 -0
- aspose/pyreflection.cp39-win_amd64.pyd +0 -0
- aspose_gis_net-24.12.0.dist-info/METADATA +285 -0
- aspose_gis_net-24.12.0.dist-info/RECORD +408 -0
- aspose_gis_net-24.12.0.dist-info/WHEEL +5 -0
- aspose_gis_net-24.12.0.dist-info/entry_points.txt +3 -0
- aspose_gis_net-24.12.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,4090 @@
|
|
|
1
|
+
|
|
2
|
+
from aspose.pydrawing import text
|
|
3
|
+
from aspose.pydrawing import drawing2d
|
|
4
|
+
from aspose.pydrawing import design
|
|
5
|
+
from aspose.pydrawing import printing
|
|
6
|
+
from aspose.pydrawing import imaging
|
|
7
|
+
import aspose.pydrawing
|
|
8
|
+
import aspose.pydrawing
|
|
9
|
+
import datetime
|
|
10
|
+
import decimal
|
|
11
|
+
import io
|
|
12
|
+
import uuid
|
|
13
|
+
from typing import Iterable, overload, Union
|
|
14
|
+
from enum import Enum
|
|
15
|
+
from typing import Any
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def get_pyinstaller_hook_dirs() -> Any:
|
|
19
|
+
"""Function required by PyInstaller. Returns paths to module
|
|
20
|
+
PyInstaller hooks. Not intended to be called explicitly."""
|
|
21
|
+
...
|
|
22
|
+
|
|
23
|
+
class KnownColor:
|
|
24
|
+
'''Known system colors (enumeration).'''
|
|
25
|
+
ACTIVE_BORDER: KnownColor
|
|
26
|
+
ACTIVE_CAPTION: KnownColor
|
|
27
|
+
ACTIVE_CAPTION_TEXT: KnownColor
|
|
28
|
+
ALICE_BLUE: KnownColor
|
|
29
|
+
ANTIQUE_WHITE: KnownColor
|
|
30
|
+
APP_WORKSPACE: KnownColor
|
|
31
|
+
AQUA: KnownColor
|
|
32
|
+
AQUAMARINE: KnownColor
|
|
33
|
+
AZURE: KnownColor
|
|
34
|
+
BEIGE: KnownColor
|
|
35
|
+
BISQUE: KnownColor
|
|
36
|
+
BLACK: KnownColor
|
|
37
|
+
BLANCHED_ALMOND: KnownColor
|
|
38
|
+
BLUE: KnownColor
|
|
39
|
+
BLUE_VIOLET: KnownColor
|
|
40
|
+
BROWN: KnownColor
|
|
41
|
+
BURLY_WOOD: KnownColor
|
|
42
|
+
BUTTON_FACE: KnownColor
|
|
43
|
+
BUTTON_HIGHLIGHT: KnownColor
|
|
44
|
+
BUTTON_SHADOW: KnownColor
|
|
45
|
+
CADET_BLUE: KnownColor
|
|
46
|
+
CHARTREUSE: KnownColor
|
|
47
|
+
CHOCOLATE: KnownColor
|
|
48
|
+
CONTROL: KnownColor
|
|
49
|
+
CONTROL_DARK: KnownColor
|
|
50
|
+
CONTROL_DARK_DARK: KnownColor
|
|
51
|
+
CONTROL_LIGHT: KnownColor
|
|
52
|
+
CONTROL_LIGHT_LIGHT: KnownColor
|
|
53
|
+
CONTROL_TEXT: KnownColor
|
|
54
|
+
CORAL: KnownColor
|
|
55
|
+
CORNFLOWER_BLUE: KnownColor
|
|
56
|
+
CORNSILK: KnownColor
|
|
57
|
+
CRIMSON: KnownColor
|
|
58
|
+
CYAN: KnownColor
|
|
59
|
+
DARK_BLUE: KnownColor
|
|
60
|
+
DARK_CYAN: KnownColor
|
|
61
|
+
DARK_GOLDENROD: KnownColor
|
|
62
|
+
DARK_GRAY: KnownColor
|
|
63
|
+
DARK_GREEN: KnownColor
|
|
64
|
+
DARK_KHAKI: KnownColor
|
|
65
|
+
DARK_MAGENTA: KnownColor
|
|
66
|
+
DARK_OLIVE_GREEN: KnownColor
|
|
67
|
+
DARK_ORANGE: KnownColor
|
|
68
|
+
DARK_ORCHID: KnownColor
|
|
69
|
+
DARK_RED: KnownColor
|
|
70
|
+
DARK_SALMON: KnownColor
|
|
71
|
+
DARK_SEA_GREEN: KnownColor
|
|
72
|
+
DARK_SLATE_BLUE: KnownColor
|
|
73
|
+
DARK_SLATE_GRAY: KnownColor
|
|
74
|
+
DARK_TURQUOISE: KnownColor
|
|
75
|
+
DARK_VIOLET: KnownColor
|
|
76
|
+
DEEP_PINK: KnownColor
|
|
77
|
+
DEEP_SKY_BLUE: KnownColor
|
|
78
|
+
DESKTOP: KnownColor
|
|
79
|
+
DIM_GRAY: KnownColor
|
|
80
|
+
DODGER_BLUE: KnownColor
|
|
81
|
+
FIREBRICK: KnownColor
|
|
82
|
+
FLORAL_WHITE: KnownColor
|
|
83
|
+
FOREST_GREEN: KnownColor
|
|
84
|
+
FUCHSIA: KnownColor
|
|
85
|
+
GAINSBORO: KnownColor
|
|
86
|
+
GHOST_WHITE: KnownColor
|
|
87
|
+
GOLD: KnownColor
|
|
88
|
+
GOLDENROD: KnownColor
|
|
89
|
+
GRADIENT_ACTIVE_CAPTION: KnownColor
|
|
90
|
+
GRADIENT_INACTIVE_CAPTION: KnownColor
|
|
91
|
+
GRAY: KnownColor
|
|
92
|
+
GRAY_TEXT: KnownColor
|
|
93
|
+
GREEN: KnownColor
|
|
94
|
+
GREEN_YELLOW: KnownColor
|
|
95
|
+
HIGHLIGHT: KnownColor
|
|
96
|
+
HIGHLIGHT_TEXT: KnownColor
|
|
97
|
+
HONEYDEW: KnownColor
|
|
98
|
+
HOT_PINK: KnownColor
|
|
99
|
+
HOT_TRACK: KnownColor
|
|
100
|
+
INACTIVE_BORDER: KnownColor
|
|
101
|
+
INACTIVE_CAPTION: KnownColor
|
|
102
|
+
INACTIVE_CAPTION_TEXT: KnownColor
|
|
103
|
+
INDIAN_RED: KnownColor
|
|
104
|
+
INDIGO: KnownColor
|
|
105
|
+
INFO: KnownColor
|
|
106
|
+
INFO_TEXT: KnownColor
|
|
107
|
+
IVORY: KnownColor
|
|
108
|
+
KHAKI: KnownColor
|
|
109
|
+
LAVENDER: KnownColor
|
|
110
|
+
LAVENDER_BLUSH: KnownColor
|
|
111
|
+
LAWN_GREEN: KnownColor
|
|
112
|
+
LEMON_CHIFFON: KnownColor
|
|
113
|
+
LIGHT_BLUE: KnownColor
|
|
114
|
+
LIGHT_CORAL: KnownColor
|
|
115
|
+
LIGHT_CYAN: KnownColor
|
|
116
|
+
LIGHT_GOLDENROD_YELLOW: KnownColor
|
|
117
|
+
LIGHT_GRAY: KnownColor
|
|
118
|
+
LIGHT_GREEN: KnownColor
|
|
119
|
+
LIGHT_PINK: KnownColor
|
|
120
|
+
LIGHT_SALMON: KnownColor
|
|
121
|
+
LIGHT_SEA_GREEN: KnownColor
|
|
122
|
+
LIGHT_SKY_BLUE: KnownColor
|
|
123
|
+
LIGHT_SLATE_GRAY: KnownColor
|
|
124
|
+
LIGHT_STEEL_BLUE: KnownColor
|
|
125
|
+
LIGHT_YELLOW: KnownColor
|
|
126
|
+
LIME: KnownColor
|
|
127
|
+
LIME_GREEN: KnownColor
|
|
128
|
+
LINEN: KnownColor
|
|
129
|
+
MAGENTA: KnownColor
|
|
130
|
+
MAROON: KnownColor
|
|
131
|
+
MEDIUM_AQUAMARINE: KnownColor
|
|
132
|
+
MEDIUM_BLUE: KnownColor
|
|
133
|
+
MEDIUM_ORCHID: KnownColor
|
|
134
|
+
MEDIUM_PURPLE: KnownColor
|
|
135
|
+
MEDIUM_SEA_GREEN: KnownColor
|
|
136
|
+
MEDIUM_SLATE_BLUE: KnownColor
|
|
137
|
+
MEDIUM_SPRING_GREEN: KnownColor
|
|
138
|
+
MEDIUM_TURQUOISE: KnownColor
|
|
139
|
+
MEDIUM_VIOLET_RED: KnownColor
|
|
140
|
+
MENU: KnownColor
|
|
141
|
+
MENU_BAR: KnownColor
|
|
142
|
+
MENU_HIGHLIGHT: KnownColor
|
|
143
|
+
MENU_TEXT: KnownColor
|
|
144
|
+
MIDNIGHT_BLUE: KnownColor
|
|
145
|
+
MINT_CREAM: KnownColor
|
|
146
|
+
MISTY_ROSE: KnownColor
|
|
147
|
+
MOCCASIN: KnownColor
|
|
148
|
+
NAVAJO_WHITE: KnownColor
|
|
149
|
+
NAVY: KnownColor
|
|
150
|
+
OLD_LACE: KnownColor
|
|
151
|
+
OLIVE: KnownColor
|
|
152
|
+
OLIVE_DRAB: KnownColor
|
|
153
|
+
ORANGE: KnownColor
|
|
154
|
+
ORANGE_RED: KnownColor
|
|
155
|
+
ORCHID: KnownColor
|
|
156
|
+
PALE_GOLDENROD: KnownColor
|
|
157
|
+
PALE_GREEN: KnownColor
|
|
158
|
+
PALE_TURQUOISE: KnownColor
|
|
159
|
+
PALE_VIOLET_RED: KnownColor
|
|
160
|
+
PAPAYA_WHIP: KnownColor
|
|
161
|
+
PEACH_PUFF: KnownColor
|
|
162
|
+
PERU: KnownColor
|
|
163
|
+
PINK: KnownColor
|
|
164
|
+
PLUM: KnownColor
|
|
165
|
+
POWDER_BLUE: KnownColor
|
|
166
|
+
PURPLE: KnownColor
|
|
167
|
+
REBECCA_PURPLE: KnownColor
|
|
168
|
+
RED: KnownColor
|
|
169
|
+
ROSY_BROWN: KnownColor
|
|
170
|
+
ROYAL_BLUE: KnownColor
|
|
171
|
+
SADDLE_BROWN: KnownColor
|
|
172
|
+
SALMON: KnownColor
|
|
173
|
+
SANDY_BROWN: KnownColor
|
|
174
|
+
SCROLL_BAR: KnownColor
|
|
175
|
+
SEA_GREEN: KnownColor
|
|
176
|
+
SEA_SHELL: KnownColor
|
|
177
|
+
SIENNA: KnownColor
|
|
178
|
+
SILVER: KnownColor
|
|
179
|
+
SKY_BLUE: KnownColor
|
|
180
|
+
SLATE_BLUE: KnownColor
|
|
181
|
+
SLATE_GRAY: KnownColor
|
|
182
|
+
SNOW: KnownColor
|
|
183
|
+
SPRING_GREEN: KnownColor
|
|
184
|
+
STEEL_BLUE: KnownColor
|
|
185
|
+
TAN: KnownColor
|
|
186
|
+
TEAL: KnownColor
|
|
187
|
+
THISTLE: KnownColor
|
|
188
|
+
TOMATO: KnownColor
|
|
189
|
+
TRANSPARENT: KnownColor
|
|
190
|
+
TURQUOISE: KnownColor
|
|
191
|
+
VIOLET: KnownColor
|
|
192
|
+
WHEAT: KnownColor
|
|
193
|
+
WHITE: KnownColor
|
|
194
|
+
WHITE_SMOKE: KnownColor
|
|
195
|
+
WINDOW: KnownColor
|
|
196
|
+
WINDOW_FRAME: KnownColor
|
|
197
|
+
WINDOW_TEXT: KnownColor
|
|
198
|
+
YELLOW: KnownColor
|
|
199
|
+
YELLOW_GREEN: KnownColor
|
|
200
|
+
|
|
201
|
+
class Color:
|
|
202
|
+
'''Represents an ARGB color.'''
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
def a(self) -> int:
|
|
206
|
+
'''Gets the alpha component value.'''
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
def r(self) -> int:
|
|
211
|
+
'''Gets the red component value.'''
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
def g(self) -> int:
|
|
216
|
+
'''Gets the green component value.'''
|
|
217
|
+
...
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
def b(self) -> int:
|
|
221
|
+
'''Gets the blue component value.'''
|
|
222
|
+
...
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
def name(self) -> str:
|
|
226
|
+
'''Gets the name of this Color.'''
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
def is_empty(self) -> bool:
|
|
231
|
+
'''Returns True if this is uninitialized color.'''
|
|
232
|
+
...
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
def is_known_color(self) -> bool:
|
|
236
|
+
'''Returns True if this is a predefined color.'''
|
|
237
|
+
...
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
def is_named_color(self) -> bool:
|
|
241
|
+
'''Returns True if this is a named color.'''
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
def is_system_color(self) -> bool:
|
|
246
|
+
'''Returns True if this is a system color.'''
|
|
247
|
+
...
|
|
248
|
+
|
|
249
|
+
empty: Color
|
|
250
|
+
|
|
251
|
+
alice_blue: Color
|
|
252
|
+
antique_white: Color
|
|
253
|
+
aqua: Color
|
|
254
|
+
aquamarine: Color
|
|
255
|
+
azure: Color
|
|
256
|
+
beige: Color
|
|
257
|
+
bisque: Color
|
|
258
|
+
black: Color
|
|
259
|
+
blanched_almond: Color
|
|
260
|
+
blue: Color
|
|
261
|
+
blue_violet: Color
|
|
262
|
+
brown: Color
|
|
263
|
+
burly_wood: Color
|
|
264
|
+
cadet_blue: Color
|
|
265
|
+
chartreuse: Color
|
|
266
|
+
chocolate: Color
|
|
267
|
+
coral: Color
|
|
268
|
+
cornflower_blue: Color
|
|
269
|
+
cornsilk: Color
|
|
270
|
+
crimson: Color
|
|
271
|
+
cyan: Color
|
|
272
|
+
dark_blue: Color
|
|
273
|
+
dark_cyan: Color
|
|
274
|
+
dark_goldenrod: Color
|
|
275
|
+
dark_gray: Color
|
|
276
|
+
dark_green: Color
|
|
277
|
+
dark_khaki: Color
|
|
278
|
+
dark_magenta: Color
|
|
279
|
+
dark_olive_green: Color
|
|
280
|
+
dark_orange: Color
|
|
281
|
+
dark_orchid: Color
|
|
282
|
+
dark_red: Color
|
|
283
|
+
dark_salmon: Color
|
|
284
|
+
dark_sea_green: Color
|
|
285
|
+
dark_slate_blue: Color
|
|
286
|
+
dark_slate_gray: Color
|
|
287
|
+
dark_turquoise: Color
|
|
288
|
+
dark_violet: Color
|
|
289
|
+
deep_pink: Color
|
|
290
|
+
deep_sky_blue: Color
|
|
291
|
+
dim_gray: Color
|
|
292
|
+
dodger_blue: Color
|
|
293
|
+
firebrick: Color
|
|
294
|
+
floral_white: Color
|
|
295
|
+
forest_green: Color
|
|
296
|
+
fuchsia: Color
|
|
297
|
+
gainsboro: Color
|
|
298
|
+
ghost_white: Color
|
|
299
|
+
gold: Color
|
|
300
|
+
goldenrod: Color
|
|
301
|
+
gray: Color
|
|
302
|
+
green: Color
|
|
303
|
+
green_yellow: Color
|
|
304
|
+
honeydew: Color
|
|
305
|
+
hot_pink: Color
|
|
306
|
+
indian_red: Color
|
|
307
|
+
indigo: Color
|
|
308
|
+
ivory: Color
|
|
309
|
+
khaki: Color
|
|
310
|
+
lavender: Color
|
|
311
|
+
lavender_blush: Color
|
|
312
|
+
lawn_green: Color
|
|
313
|
+
lemon_chiffon: Color
|
|
314
|
+
light_blue: Color
|
|
315
|
+
light_coral: Color
|
|
316
|
+
light_cyan: Color
|
|
317
|
+
light_goldenrod_yellow: Color
|
|
318
|
+
light_gray: Color
|
|
319
|
+
light_green: Color
|
|
320
|
+
light_pink: Color
|
|
321
|
+
light_salmon: Color
|
|
322
|
+
light_sea_green: Color
|
|
323
|
+
light_sky_blue: Color
|
|
324
|
+
light_slate_gray: Color
|
|
325
|
+
light_steel_blue: Color
|
|
326
|
+
light_yellow: Color
|
|
327
|
+
lime: Color
|
|
328
|
+
lime_green: Color
|
|
329
|
+
linen: Color
|
|
330
|
+
magenta: Color
|
|
331
|
+
maroon: Color
|
|
332
|
+
medium_aquamarine: Color
|
|
333
|
+
medium_blue: Color
|
|
334
|
+
medium_orchid: Color
|
|
335
|
+
medium_purple: Color
|
|
336
|
+
medium_sea_green: Color
|
|
337
|
+
medium_slate_blue: Color
|
|
338
|
+
medium_spring_green: Color
|
|
339
|
+
medium_turquoise: Color
|
|
340
|
+
medium_violet_red: Color
|
|
341
|
+
midnight_blue: Color
|
|
342
|
+
mint_cream: Color
|
|
343
|
+
misty_rose: Color
|
|
344
|
+
moccasin: Color
|
|
345
|
+
navajo_white: Color
|
|
346
|
+
navy: Color
|
|
347
|
+
old_lace: Color
|
|
348
|
+
olive: Color
|
|
349
|
+
olive_drab: Color
|
|
350
|
+
orange: Color
|
|
351
|
+
orange_red: Color
|
|
352
|
+
orchid: Color
|
|
353
|
+
pale_goldenrod: Color
|
|
354
|
+
pale_green: Color
|
|
355
|
+
pale_turquoise: Color
|
|
356
|
+
pale_violet_red: Color
|
|
357
|
+
papaya_whip: Color
|
|
358
|
+
peach_puff: Color
|
|
359
|
+
peru: Color
|
|
360
|
+
pink: Color
|
|
361
|
+
plum: Color
|
|
362
|
+
powderblue: Color
|
|
363
|
+
purple: Color
|
|
364
|
+
rebecca_purple: Color
|
|
365
|
+
red: Color
|
|
366
|
+
rosy_brown: Color
|
|
367
|
+
royal_blue: Color
|
|
368
|
+
saddle_brown: Color
|
|
369
|
+
salmon: Color
|
|
370
|
+
sandy_brown: Color
|
|
371
|
+
sea_green: Color
|
|
372
|
+
sea_shell: Color
|
|
373
|
+
sienna: Color
|
|
374
|
+
silver: Color
|
|
375
|
+
sky_blue: Color
|
|
376
|
+
slate_blue: Color
|
|
377
|
+
slate_gray: Color
|
|
378
|
+
snow: Color
|
|
379
|
+
spring_green: Color
|
|
380
|
+
steel_blue: Color
|
|
381
|
+
tan: Color
|
|
382
|
+
teal: Color
|
|
383
|
+
thistle: Color
|
|
384
|
+
tomato: Color
|
|
385
|
+
transparent: Color
|
|
386
|
+
turquoise: Color
|
|
387
|
+
violet: Color
|
|
388
|
+
wheat: Color
|
|
389
|
+
white: Color
|
|
390
|
+
white_smoke: Color
|
|
391
|
+
yellow: Color
|
|
392
|
+
yellow_green: Color
|
|
393
|
+
|
|
394
|
+
@overload
|
|
395
|
+
@staticmethod
|
|
396
|
+
def from_argb(value: int) -> Color:
|
|
397
|
+
'''Creates a Color from a 32-bit ARGB value.'''
|
|
398
|
+
...
|
|
399
|
+
|
|
400
|
+
@overload
|
|
401
|
+
@staticmethod
|
|
402
|
+
def from_argb(aplha: int, color: Color) -> Color:
|
|
403
|
+
'''Creates a Color from the specified color with the new alpha value.'''
|
|
404
|
+
...
|
|
405
|
+
|
|
406
|
+
@overload
|
|
407
|
+
@staticmethod
|
|
408
|
+
def from_argb(red: int, green: int, blue: int) -> Color:
|
|
409
|
+
'''Creates a Color from the specified red, green, and blue components.'''
|
|
410
|
+
...
|
|
411
|
+
|
|
412
|
+
@overload
|
|
413
|
+
@staticmethod
|
|
414
|
+
def from_argb(alpha: int, red: int, green: int, blue: int) -> Color:
|
|
415
|
+
'''Creates a Color from the specified alpha, red, green, and blue components.'''
|
|
416
|
+
...
|
|
417
|
+
|
|
418
|
+
@staticmethod
|
|
419
|
+
def from_known_color(color: KnownColor) -> Color:
|
|
420
|
+
'''Creates a Color from the specified predefined color.'''
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
@staticmethod
|
|
424
|
+
def from_name(name: str) -> Color:
|
|
425
|
+
'''Creates a Color with the specified name.'''
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
def get_brightness(self) -> float:
|
|
429
|
+
'''Gets the HSL lightness value.'''
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def get_hue(self) -> float:
|
|
433
|
+
'''Gets the HSL hue value.'''
|
|
434
|
+
...
|
|
435
|
+
|
|
436
|
+
def get_saturation(self) -> float:
|
|
437
|
+
'''Gets the HSL saturation value.'''
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def to_argb(self) -> int:
|
|
441
|
+
'''Gets the ARGB value.'''
|
|
442
|
+
|
|
443
|
+
def to_known_color(self) -> KnownColor:
|
|
444
|
+
'''Gets the element of the KnownColor enumeration if the Color is created
|
|
445
|
+
from a predefined color; otherwise, returns 0.'''
|
|
446
|
+
...
|
|
447
|
+
|
|
448
|
+
def to_string(self) -> str:
|
|
449
|
+
'''Converts this Color to a string.'''
|
|
450
|
+
...
|
|
451
|
+
|
|
452
|
+
class PointF:
|
|
453
|
+
'''Pair of x and y coordinates.'''
|
|
454
|
+
|
|
455
|
+
def __init__(self, x: float, y: float) -> None:
|
|
456
|
+
'''Initialize PointF with the specified coordinates.'''
|
|
457
|
+
...
|
|
458
|
+
|
|
459
|
+
empty: PointF
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
def is_empty(self) -> bool:
|
|
463
|
+
'''Returns True if x and y are 0.'''
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
def x(self) -> float:
|
|
468
|
+
'''Gets x-coordinate.'''
|
|
469
|
+
...
|
|
470
|
+
|
|
471
|
+
@x.setter
|
|
472
|
+
def x(self, value: float) -> None:
|
|
473
|
+
'''Sets x-coordinate.'''
|
|
474
|
+
...
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
def y(self) -> float:
|
|
478
|
+
'''Gets y-coordinate.'''
|
|
479
|
+
...
|
|
480
|
+
|
|
481
|
+
@x.setter
|
|
482
|
+
def y(self, value: float) -> None:
|
|
483
|
+
'''Sets y-coordinate.'''
|
|
484
|
+
...
|
|
485
|
+
|
|
486
|
+
@staticmethod
|
|
487
|
+
def add(point: PointF, size: SizeF) -> PointF:
|
|
488
|
+
'''Moves a point by a specified offset.'''
|
|
489
|
+
...
|
|
490
|
+
|
|
491
|
+
@staticmethod
|
|
492
|
+
def subtract(point: PointF, size: SizeF) -> PointF:
|
|
493
|
+
'''Moves a point by the negative of a specified offset.'''
|
|
494
|
+
...
|
|
495
|
+
|
|
496
|
+
def to_string(self) -> str:
|
|
497
|
+
'''Converts this PointF to a string.'''
|
|
498
|
+
...
|
|
499
|
+
|
|
500
|
+
class SizeF:
|
|
501
|
+
'''Pair of width and height values.'''
|
|
502
|
+
|
|
503
|
+
@overload
|
|
504
|
+
def __init__(self, point: PointF) -> None:
|
|
505
|
+
'''Initialize SizeF from the specified PointF.'''
|
|
506
|
+
...
|
|
507
|
+
|
|
508
|
+
@overload
|
|
509
|
+
def __init__(self, width: float, height: float) -> None:
|
|
510
|
+
'''Initialize SizeF from the specified width and height values.'''
|
|
511
|
+
...
|
|
512
|
+
|
|
513
|
+
@overload
|
|
514
|
+
def __init__(self, other: SizeF) -> None:
|
|
515
|
+
'''Initialize SizeF from the existing SizeF.'''
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
empty: SizeF
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
def is_empty(self) -> bool:
|
|
522
|
+
'''Returns True if width and height are 0.'''
|
|
523
|
+
...
|
|
524
|
+
|
|
525
|
+
@property
|
|
526
|
+
def height(self) -> float:
|
|
527
|
+
'''Gets the height value.'''
|
|
528
|
+
...
|
|
529
|
+
|
|
530
|
+
@height.setter
|
|
531
|
+
def height(self, value: float) -> None:
|
|
532
|
+
'''Sets the height value.'''
|
|
533
|
+
...
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
def width(self) -> float:
|
|
537
|
+
'''Gets the width value.'''
|
|
538
|
+
...
|
|
539
|
+
|
|
540
|
+
@width.setter
|
|
541
|
+
def width(self, value: float) -> None:
|
|
542
|
+
'''Sets the width value.'''
|
|
543
|
+
...
|
|
544
|
+
|
|
545
|
+
@staticmethod
|
|
546
|
+
def add(a: SizeF, b: SizeF) -> SizeF:
|
|
547
|
+
'''Adds the width and height of one SizeF to the width and height of another SizeF.'''
|
|
548
|
+
...
|
|
549
|
+
|
|
550
|
+
@staticmethod
|
|
551
|
+
def substract(a: SizeF, b: SizeF) -> SizeF:
|
|
552
|
+
'''Substracts the width and height of one SizeF from the width and height of another SizeF.'''
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def to_point_f(self) -> PointF:
|
|
556
|
+
'''Converts this SizeF to a PointF.'''
|
|
557
|
+
...
|
|
558
|
+
|
|
559
|
+
def to_string(self) -> str:
|
|
560
|
+
'''Converts this SizeF to a string.'''
|
|
561
|
+
...
|
|
562
|
+
|
|
563
|
+
class RectangleF:
|
|
564
|
+
'''Stores location and size of a rectangle.'''
|
|
565
|
+
|
|
566
|
+
@overload
|
|
567
|
+
def __init__(self, location: PointF, size: SizeF) -> None:
|
|
568
|
+
'''Initialize RectangleF from the specified location and size.'''
|
|
569
|
+
...
|
|
570
|
+
|
|
571
|
+
@overload
|
|
572
|
+
def __init__(self, x: float, y: float, width: float, height: float) -> None:
|
|
573
|
+
'''Initialize RectangleF from the specified location and size.'''
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
empty: RectangleF
|
|
577
|
+
|
|
578
|
+
@property
|
|
579
|
+
def is_empty(self) -> bool:
|
|
580
|
+
'''Returns True if x, y, width and height are 0.'''
|
|
581
|
+
...
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
def bottom(self) -> float:
|
|
585
|
+
'''Gets the y-coordinate of the bottom edge.'''
|
|
586
|
+
...
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
def height(self) -> float:
|
|
590
|
+
'''Gets the height value.'''
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
@height.setter
|
|
594
|
+
def height(self, value: float) -> None:
|
|
595
|
+
'''Sets the height value.'''
|
|
596
|
+
...
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
def left(self) -> float:
|
|
600
|
+
'''Gets the x-coordinate of the left edge.'''
|
|
601
|
+
...
|
|
602
|
+
|
|
603
|
+
@property
|
|
604
|
+
def location(self) -> PointF:
|
|
605
|
+
'''Gets the coordinates of the upper-left corner.'''
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
@location.setter
|
|
609
|
+
def location(self, value: PointF) -> None:
|
|
610
|
+
'''Sets the coordinates of the upper-left corner.'''
|
|
611
|
+
...
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
def right(self) -> float:
|
|
615
|
+
'''Gets the x-coordinate of the right edge.'''
|
|
616
|
+
...
|
|
617
|
+
|
|
618
|
+
@property
|
|
619
|
+
def size(self) -> SizeF:
|
|
620
|
+
'''Gets the size.'''
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
@size.setter
|
|
624
|
+
def size(self, value: SizeF) -> None:
|
|
625
|
+
'''Sets the size.'''
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
def top(self) -> float:
|
|
630
|
+
'''Gets the y-coordinate of the top edge.'''
|
|
631
|
+
...
|
|
632
|
+
|
|
633
|
+
@property
|
|
634
|
+
def width(self) -> float:
|
|
635
|
+
'''Gets the width value.'''
|
|
636
|
+
...
|
|
637
|
+
|
|
638
|
+
@width.setter
|
|
639
|
+
def width(self, value: float) -> None:
|
|
640
|
+
'''Sets the width value.'''
|
|
641
|
+
...
|
|
642
|
+
|
|
643
|
+
@property
|
|
644
|
+
def x(self) -> float:
|
|
645
|
+
'''Gets the x-coordinate.'''
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
@x.setter
|
|
649
|
+
def x(self, value: float) -> None:
|
|
650
|
+
'''Sets the x-coordinate.'''
|
|
651
|
+
...
|
|
652
|
+
|
|
653
|
+
@property
|
|
654
|
+
def y(self) -> float:
|
|
655
|
+
'''Gets the y-coordinate.'''
|
|
656
|
+
...
|
|
657
|
+
|
|
658
|
+
@y.setter
|
|
659
|
+
def y(self, value: float) -> None:
|
|
660
|
+
'''Sets the y-coordinate.'''
|
|
661
|
+
...
|
|
662
|
+
|
|
663
|
+
@overload
|
|
664
|
+
def contains(self, point: PointF) -> bool:
|
|
665
|
+
'''Checks if the specified point is inside this rectangle.'''
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
@overload
|
|
669
|
+
def contains(self, rectangle: RectangleF) -> bool:
|
|
670
|
+
'''Checks if the specified rectangle is entirely contained within this rectangle.'''
|
|
671
|
+
...
|
|
672
|
+
|
|
673
|
+
@overload
|
|
674
|
+
def contains(self, x: float, y: float) -> bool:
|
|
675
|
+
'''Checks if the specified point is inside this rectangle.'''
|
|
676
|
+
...
|
|
677
|
+
|
|
678
|
+
@staticmethod
|
|
679
|
+
def from_ltrb(left: float, top: float, right: float, bottom: float) -> RectangleF:
|
|
680
|
+
'''Creates RectangleF from the specified coordinates.'''
|
|
681
|
+
...
|
|
682
|
+
|
|
683
|
+
@overload
|
|
684
|
+
def inflate(self, x: float, y: float) -> RectangleF:
|
|
685
|
+
'''Enlarges rectangle by the specified size.'''
|
|
686
|
+
...
|
|
687
|
+
|
|
688
|
+
@overload
|
|
689
|
+
def inflate(self, size: SizeF) -> RectangleF:
|
|
690
|
+
'''Enlarges rectangle by the specified size.'''
|
|
691
|
+
...
|
|
692
|
+
|
|
693
|
+
def intersect(self, rect: RectangleF) -> None:
|
|
694
|
+
'''Intersects this rectangle with the specified rectangle.'''
|
|
695
|
+
...
|
|
696
|
+
|
|
697
|
+
def intersects_with(self, rect: RectangleF) -> bool:
|
|
698
|
+
'''Checks if this rectangle intersects with the specified rectangle.'''
|
|
699
|
+
...
|
|
700
|
+
|
|
701
|
+
@overload
|
|
702
|
+
def offset(self, pos: PointF) -> None:
|
|
703
|
+
'''Moves the position of this rectangle by the specified offset.'''
|
|
704
|
+
...
|
|
705
|
+
|
|
706
|
+
@overload
|
|
707
|
+
def offset(self, x: float, y: float) -> None:
|
|
708
|
+
'''Moves the position of this rectangle by the specified offset.'''
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
def to_string(self) -> str:
|
|
712
|
+
'''Converts this RectangleF to a string.'''
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
@staticmethod
|
|
716
|
+
def union(a: RectangleF, b: RectangleF) -> RectangleF:
|
|
717
|
+
'''Creates rectangle than can contains both of the specified rectangles.'''
|
|
718
|
+
...
|
|
719
|
+
|
|
720
|
+
class Point:
|
|
721
|
+
'''Pair of x and y coordinates.'''
|
|
722
|
+
|
|
723
|
+
def __init__(self, x: int, y: int) -> None:
|
|
724
|
+
'''Initialize Point with the specified coordinates.'''
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
empty: Point
|
|
728
|
+
|
|
729
|
+
@property
|
|
730
|
+
def is_empty(self) -> bool:
|
|
731
|
+
'''Returns True if x and y are 0.'''
|
|
732
|
+
...
|
|
733
|
+
|
|
734
|
+
@property
|
|
735
|
+
def x(self) -> int:
|
|
736
|
+
'''Gets x-coordinate.'''
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
@x.setter
|
|
740
|
+
def x(self, value: int) -> None:
|
|
741
|
+
'''Sets x-coordinate.'''
|
|
742
|
+
...
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
def y(self) -> int:
|
|
746
|
+
'''Gets y-coordinate.'''
|
|
747
|
+
...
|
|
748
|
+
|
|
749
|
+
@x.setter
|
|
750
|
+
def y(self, value: int) -> None:
|
|
751
|
+
'''Sets y-coordinate.'''
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
@staticmethod
|
|
755
|
+
def add(point: Point, size: Size) -> Point:
|
|
756
|
+
'''Moves a point by a specified offset.'''
|
|
757
|
+
...
|
|
758
|
+
|
|
759
|
+
@staticmethod
|
|
760
|
+
def subtract(point: Point, size: Size) -> Point:
|
|
761
|
+
'''Moves a point by the negative of a specified offset.'''
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
def to_string(self) -> str:
|
|
765
|
+
'''Converts this Point to a string.'''
|
|
766
|
+
...
|
|
767
|
+
|
|
768
|
+
class Size:
|
|
769
|
+
'''Pair of width and height values.'''
|
|
770
|
+
|
|
771
|
+
@overload
|
|
772
|
+
def __init__(self, point: Point) -> None:
|
|
773
|
+
'''Initialize Size from the specified Point.'''
|
|
774
|
+
...
|
|
775
|
+
|
|
776
|
+
@overload
|
|
777
|
+
def __init__(self, width: int, height: int) -> None:
|
|
778
|
+
'''Initialize Size from the specified width and height values.'''
|
|
779
|
+
...
|
|
780
|
+
|
|
781
|
+
@overload
|
|
782
|
+
def __init__(self, other: Size) -> None:
|
|
783
|
+
'''Initialize Size from the existing Size.'''
|
|
784
|
+
...
|
|
785
|
+
|
|
786
|
+
empty: Size
|
|
787
|
+
|
|
788
|
+
@property
|
|
789
|
+
def is_empty(self) -> bool:
|
|
790
|
+
'''Returns True if width and height are 0.'''
|
|
791
|
+
...
|
|
792
|
+
|
|
793
|
+
@property
|
|
794
|
+
def height(self) -> int:
|
|
795
|
+
'''Gets the height value.'''
|
|
796
|
+
...
|
|
797
|
+
|
|
798
|
+
@height.setter
|
|
799
|
+
def height(self, value: int) -> None:
|
|
800
|
+
'''Sets the height value.'''
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
@property
|
|
804
|
+
def width(self) -> int:
|
|
805
|
+
'''Gets the width value.'''
|
|
806
|
+
...
|
|
807
|
+
|
|
808
|
+
@width.setter
|
|
809
|
+
def width(self, value: int) -> None:
|
|
810
|
+
'''Sets the width value.'''
|
|
811
|
+
...
|
|
812
|
+
|
|
813
|
+
@staticmethod
|
|
814
|
+
def add(a: Size, b: Size) -> Size:
|
|
815
|
+
'''Adds the width and height of one Size to the width and height of another Size.'''
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
@staticmethod
|
|
819
|
+
def substract(a: Size, b: Size) -> Size:
|
|
820
|
+
'''Substracts the width and height of one Size from the width and height of another Size.'''
|
|
821
|
+
...
|
|
822
|
+
|
|
823
|
+
def to_point_f(self) -> Point:
|
|
824
|
+
'''Converts this Size to a Point.'''
|
|
825
|
+
...
|
|
826
|
+
|
|
827
|
+
def to_string(self) -> str:
|
|
828
|
+
'''Converts this Size to a string.'''
|
|
829
|
+
...
|
|
830
|
+
|
|
831
|
+
class Rectangle:
|
|
832
|
+
'''Stores location and size of a rectangle.'''
|
|
833
|
+
|
|
834
|
+
@overload
|
|
835
|
+
def __init__(self, location: Point, size: Size) -> None:
|
|
836
|
+
'''Initialize Rectangle from the specified location and size.'''
|
|
837
|
+
...
|
|
838
|
+
|
|
839
|
+
@overload
|
|
840
|
+
def __init__(self, x: int, y: int, width: int, height: int) -> None:
|
|
841
|
+
'''Initialize Rectangle from the specified location and size.'''
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
empty: Rectangle
|
|
845
|
+
|
|
846
|
+
@property
|
|
847
|
+
def is_empty(self) -> bool:
|
|
848
|
+
'''Returns True if x, y, width and height are 0.'''
|
|
849
|
+
...
|
|
850
|
+
|
|
851
|
+
@property
|
|
852
|
+
def bottom(self) -> int:
|
|
853
|
+
'''Gets the y-coordinate of the bottom edge.'''
|
|
854
|
+
...
|
|
855
|
+
|
|
856
|
+
@property
|
|
857
|
+
def height(self) -> int:
|
|
858
|
+
'''Gets the height value.'''
|
|
859
|
+
...
|
|
860
|
+
|
|
861
|
+
@height.setter
|
|
862
|
+
def height(self, value: int) -> None:
|
|
863
|
+
'''Sets the height value.'''
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
def left(self) -> int:
|
|
868
|
+
'''Gets the x-coordinate of the left edge.'''
|
|
869
|
+
...
|
|
870
|
+
|
|
871
|
+
@property
|
|
872
|
+
def location(self) -> Point:
|
|
873
|
+
'''Gets the coordinates of the upper-left corner.'''
|
|
874
|
+
...
|
|
875
|
+
|
|
876
|
+
@location.setter
|
|
877
|
+
def location(self, value: Point) -> None:
|
|
878
|
+
'''Sets the coordinates of the upper-left corner.'''
|
|
879
|
+
...
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
def right(self) -> int:
|
|
883
|
+
'''Gets the x-coordinate of the right edge.'''
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
@property
|
|
887
|
+
def size(self) -> Size:
|
|
888
|
+
'''Gets the size.'''
|
|
889
|
+
...
|
|
890
|
+
|
|
891
|
+
@size.setter
|
|
892
|
+
def size(self, value: Size) -> None:
|
|
893
|
+
'''Sets the size.'''
|
|
894
|
+
...
|
|
895
|
+
|
|
896
|
+
@property
|
|
897
|
+
def top(self) -> int:
|
|
898
|
+
'''Gets the y-coordinate of the top edge.'''
|
|
899
|
+
...
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
def width(self) -> int:
|
|
903
|
+
'''Gets the width value.'''
|
|
904
|
+
...
|
|
905
|
+
|
|
906
|
+
@width.setter
|
|
907
|
+
def width(self, value: int) -> None:
|
|
908
|
+
'''Sets the width value.'''
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
@property
|
|
912
|
+
def x(self) -> int:
|
|
913
|
+
'''Gets the x-coordinate.'''
|
|
914
|
+
...
|
|
915
|
+
|
|
916
|
+
@x.setter
|
|
917
|
+
def x(self, value: int) -> None:
|
|
918
|
+
'''Sets the x-coordinate.'''
|
|
919
|
+
...
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
def y(self) -> int:
|
|
923
|
+
'''Gets the y-coordinate.'''
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
@y.setter
|
|
927
|
+
def y(self, value: int) -> None:
|
|
928
|
+
'''Sets the y-coordinate.'''
|
|
929
|
+
...
|
|
930
|
+
|
|
931
|
+
@overload
|
|
932
|
+
def contains(self, point: Point) -> bool:
|
|
933
|
+
'''Checks if the specified point is inside this rectangle.'''
|
|
934
|
+
...
|
|
935
|
+
|
|
936
|
+
@overload
|
|
937
|
+
def contains(self, rectangle: Rectangle) -> bool:
|
|
938
|
+
'''Checks if the specified rectangle is entirely contained within this rectangle.'''
|
|
939
|
+
...
|
|
940
|
+
|
|
941
|
+
@overload
|
|
942
|
+
def contains(self, x: int, y: int) -> bool:
|
|
943
|
+
'''Checks if the specified point is inside this rectangle.'''
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
@staticmethod
|
|
947
|
+
def from_ltrb(left: int, top: int, right: int, bottom: int) -> Rectangle:
|
|
948
|
+
'''Creates Rectangle from the specified coordinates.'''
|
|
949
|
+
...
|
|
950
|
+
|
|
951
|
+
@overload
|
|
952
|
+
def inflate(self, x: int, y: int) -> Rectangle:
|
|
953
|
+
'''Enlarges rectangle by the specified size.'''
|
|
954
|
+
...
|
|
955
|
+
|
|
956
|
+
@overload
|
|
957
|
+
def inflate(self, size: Size) -> Rectangle:
|
|
958
|
+
'''Enlarges rectangle by the specified size.'''
|
|
959
|
+
...
|
|
960
|
+
|
|
961
|
+
def intersect(self, rect: Rectangle) -> None:
|
|
962
|
+
'''Intersects this rectangle with the specified rectangle.'''
|
|
963
|
+
...
|
|
964
|
+
|
|
965
|
+
def intersects_with(self, rect: Rectangle) -> bool:
|
|
966
|
+
'''Checks if this rectangle intersects with the specified rectangle.'''
|
|
967
|
+
...
|
|
968
|
+
|
|
969
|
+
@overload
|
|
970
|
+
def offset(self, pos: Point) -> None:
|
|
971
|
+
'''Moves the position of this rectangle by the specified offset.'''
|
|
972
|
+
...
|
|
973
|
+
|
|
974
|
+
@overload
|
|
975
|
+
def offset(self, x: int, y: int) -> None:
|
|
976
|
+
'''Moves the position of this rectangle by the specified offset.'''
|
|
977
|
+
...
|
|
978
|
+
|
|
979
|
+
def to_string(self) -> str:
|
|
980
|
+
'''Converts this Rectangle to a string.'''
|
|
981
|
+
...
|
|
982
|
+
|
|
983
|
+
@staticmethod
|
|
984
|
+
def union(a: Rectangle, b: Rectangle) -> Rectangle:
|
|
985
|
+
'''Creates rectangle than can contains both of the specified rectangles.'''
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
class Bitmap:
|
|
989
|
+
|
|
990
|
+
@overload
|
|
991
|
+
def __init__(self, filename: str) -> None:
|
|
992
|
+
...
|
|
993
|
+
|
|
994
|
+
@overload
|
|
995
|
+
def __init__(self, filename: str, use_icm: bool) -> None:
|
|
996
|
+
...
|
|
997
|
+
|
|
998
|
+
@overload
|
|
999
|
+
def __init__(self, stream: io.BytesIO) -> None:
|
|
1000
|
+
...
|
|
1001
|
+
|
|
1002
|
+
@overload
|
|
1003
|
+
def __init__(self, width: int, height: int) -> None:
|
|
1004
|
+
...
|
|
1005
|
+
|
|
1006
|
+
@overload
|
|
1007
|
+
def __init__(self, width: int, height: int, g: aspose.pydrawing.Graphics) -> None:
|
|
1008
|
+
...
|
|
1009
|
+
|
|
1010
|
+
@overload
|
|
1011
|
+
def __init__(self, width: int, height: int, format: aspose.pydrawing.imaging.PixelFormat) -> None:
|
|
1012
|
+
...
|
|
1013
|
+
|
|
1014
|
+
@overload
|
|
1015
|
+
def __init__(self, original: aspose.pydrawing.Image) -> None:
|
|
1016
|
+
...
|
|
1017
|
+
|
|
1018
|
+
@overload
|
|
1019
|
+
def __init__(self, original: aspose.pydrawing.Image, new_size: aspose.pydrawing.Size) -> None:
|
|
1020
|
+
...
|
|
1021
|
+
|
|
1022
|
+
@overload
|
|
1023
|
+
def __init__(self, original: aspose.pydrawing.Image, width: int, height: int) -> None:
|
|
1024
|
+
...
|
|
1025
|
+
|
|
1026
|
+
@overload
|
|
1027
|
+
def __init__(self, type: object, resource: str) -> None:
|
|
1028
|
+
...
|
|
1029
|
+
|
|
1030
|
+
@overload
|
|
1031
|
+
def __init__(self, stream: io.BytesIO, use_icm: bool) -> None:
|
|
1032
|
+
...
|
|
1033
|
+
|
|
1034
|
+
@overload
|
|
1035
|
+
@staticmethod
|
|
1036
|
+
def from_file(filename: str) -> aspose.pydrawing.Image:
|
|
1037
|
+
...
|
|
1038
|
+
|
|
1039
|
+
@overload
|
|
1040
|
+
@staticmethod
|
|
1041
|
+
def from_file(filename: str, use_embedded_color_management: bool) -> aspose.pydrawing.Image:
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
@overload
|
|
1045
|
+
@staticmethod
|
|
1046
|
+
def from_stream(stream: io.BytesIO) -> aspose.pydrawing.Image:
|
|
1047
|
+
...
|
|
1048
|
+
|
|
1049
|
+
@overload
|
|
1050
|
+
@staticmethod
|
|
1051
|
+
def from_stream(stream: io.BytesIO, use_embedded_color_management: bool) -> aspose.pydrawing.Image:
|
|
1052
|
+
...
|
|
1053
|
+
|
|
1054
|
+
@overload
|
|
1055
|
+
@staticmethod
|
|
1056
|
+
def from_stream(stream: io.BytesIO, use_embedded_color_management: bool, validate_image_data: bool) -> aspose.pydrawing.Image:
|
|
1057
|
+
...
|
|
1058
|
+
|
|
1059
|
+
@overload
|
|
1060
|
+
def save(self, filename: str) -> None:
|
|
1061
|
+
...
|
|
1062
|
+
|
|
1063
|
+
@overload
|
|
1064
|
+
def save(self, filename: str, format: aspose.pydrawing.imaging.ImageFormat) -> None:
|
|
1065
|
+
...
|
|
1066
|
+
|
|
1067
|
+
@overload
|
|
1068
|
+
def save(self, filename: str, encoder: aspose.pydrawing.imaging.ImageCodecInfo, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
1069
|
+
...
|
|
1070
|
+
|
|
1071
|
+
@overload
|
|
1072
|
+
def save(self, stream: io.BytesIO, format: aspose.pydrawing.imaging.ImageFormat) -> None:
|
|
1073
|
+
...
|
|
1074
|
+
|
|
1075
|
+
@overload
|
|
1076
|
+
def save(self, stream: io.BytesIO, encoder: aspose.pydrawing.imaging.ImageCodecInfo, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
1077
|
+
...
|
|
1078
|
+
|
|
1079
|
+
@overload
|
|
1080
|
+
def clone(self, rect: aspose.pydrawing.RectangleF, format: aspose.pydrawing.imaging.PixelFormat) -> aspose.pydrawing.Bitmap:
|
|
1081
|
+
...
|
|
1082
|
+
|
|
1083
|
+
@overload
|
|
1084
|
+
def clone(self, rect: aspose.pydrawing.Rectangle, format: aspose.pydrawing.imaging.PixelFormat) -> aspose.pydrawing.Bitmap:
|
|
1085
|
+
...
|
|
1086
|
+
|
|
1087
|
+
@overload
|
|
1088
|
+
def clone(self) -> object:
|
|
1089
|
+
...
|
|
1090
|
+
|
|
1091
|
+
@overload
|
|
1092
|
+
def save_add(self, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
1093
|
+
...
|
|
1094
|
+
|
|
1095
|
+
@overload
|
|
1096
|
+
def save_add(self, image: aspose.pydrawing.Image, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
1097
|
+
...
|
|
1098
|
+
|
|
1099
|
+
@overload
|
|
1100
|
+
def make_transparent(self) -> None:
|
|
1101
|
+
...
|
|
1102
|
+
|
|
1103
|
+
@overload
|
|
1104
|
+
def make_transparent(self, transparent_color: aspose.pydrawing.Color) -> None:
|
|
1105
|
+
...
|
|
1106
|
+
|
|
1107
|
+
@overload
|
|
1108
|
+
def lock_bits(self, rect: aspose.pydrawing.Rectangle, flags: aspose.pydrawing.imaging.ImageLockMode, format: aspose.pydrawing.imaging.PixelFormat) -> aspose.pydrawing.imaging.BitmapData:
|
|
1109
|
+
...
|
|
1110
|
+
|
|
1111
|
+
@overload
|
|
1112
|
+
def lock_bits(self, rect: aspose.pydrawing.Rectangle, flags: aspose.pydrawing.imaging.ImageLockMode, format: aspose.pydrawing.imaging.PixelFormat, bitmap_data: aspose.pydrawing.imaging.BitmapData) -> aspose.pydrawing.imaging.BitmapData:
|
|
1113
|
+
...
|
|
1114
|
+
|
|
1115
|
+
def get_frame_count(self, dimension: aspose.pydrawing.imaging.FrameDimension) -> int:
|
|
1116
|
+
...
|
|
1117
|
+
|
|
1118
|
+
def select_active_frame(self, dimension: aspose.pydrawing.imaging.FrameDimension, frame_index: int) -> int:
|
|
1119
|
+
...
|
|
1120
|
+
|
|
1121
|
+
def rotate_flip(self, rotate_flip_type: aspose.pydrawing.RotateFlipType) -> None:
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def remove_property_item(self, propid: int) -> None:
|
|
1125
|
+
...
|
|
1126
|
+
|
|
1127
|
+
def get_encoder_parameter_list(self, encoder: uuid.UUID) -> aspose.pydrawing.imaging.EncoderParameters:
|
|
1128
|
+
...
|
|
1129
|
+
|
|
1130
|
+
@staticmethod
|
|
1131
|
+
def is_extended_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
1132
|
+
...
|
|
1133
|
+
|
|
1134
|
+
@staticmethod
|
|
1135
|
+
def is_canonical_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
1136
|
+
...
|
|
1137
|
+
|
|
1138
|
+
@staticmethod
|
|
1139
|
+
def get_pixel_format_size(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> int:
|
|
1140
|
+
...
|
|
1141
|
+
|
|
1142
|
+
@staticmethod
|
|
1143
|
+
def is_alpha_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
1144
|
+
...
|
|
1145
|
+
|
|
1146
|
+
def get_bounds(self, page_unit: aspose.pydrawing.GraphicsUnit) -> aspose.pydrawing.RectangleF:
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
|
+
def get_property_item(self, propid: int) -> aspose.pydrawing.imaging.PropertyItem:
|
|
1150
|
+
...
|
|
1151
|
+
|
|
1152
|
+
def set_property_item(self, propitem: aspose.pydrawing.imaging.PropertyItem) -> None:
|
|
1153
|
+
...
|
|
1154
|
+
|
|
1155
|
+
def unlock_bits(self, bitmapdata: aspose.pydrawing.imaging.BitmapData) -> None:
|
|
1156
|
+
...
|
|
1157
|
+
|
|
1158
|
+
def get_pixel(self, x: int, y: int) -> aspose.pydrawing.Color:
|
|
1159
|
+
...
|
|
1160
|
+
|
|
1161
|
+
def set_pixel(self, x: int, y: int, color: aspose.pydrawing.Color) -> None:
|
|
1162
|
+
...
|
|
1163
|
+
|
|
1164
|
+
def set_resolution(self, x_dpi: float, y_dpi: float) -> None:
|
|
1165
|
+
...
|
|
1166
|
+
|
|
1167
|
+
@property
|
|
1168
|
+
def tag(self) -> object:
|
|
1169
|
+
...
|
|
1170
|
+
|
|
1171
|
+
@tag.setter
|
|
1172
|
+
def tag(self, value: object) -> None:
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1175
|
+
@property
|
|
1176
|
+
def physical_dimension(self) -> aspose.pydrawing.SizeF:
|
|
1177
|
+
...
|
|
1178
|
+
|
|
1179
|
+
@property
|
|
1180
|
+
def size(self) -> aspose.pydrawing.Size:
|
|
1181
|
+
...
|
|
1182
|
+
|
|
1183
|
+
@property
|
|
1184
|
+
def width(self) -> int:
|
|
1185
|
+
...
|
|
1186
|
+
|
|
1187
|
+
@property
|
|
1188
|
+
def height(self) -> int:
|
|
1189
|
+
...
|
|
1190
|
+
|
|
1191
|
+
@property
|
|
1192
|
+
def horizontal_resolution(self) -> float:
|
|
1193
|
+
...
|
|
1194
|
+
|
|
1195
|
+
@property
|
|
1196
|
+
def vertical_resolution(self) -> float:
|
|
1197
|
+
...
|
|
1198
|
+
|
|
1199
|
+
@property
|
|
1200
|
+
def flags(self) -> int:
|
|
1201
|
+
...
|
|
1202
|
+
|
|
1203
|
+
@property
|
|
1204
|
+
def raw_format(self) -> aspose.pydrawing.imaging.ImageFormat:
|
|
1205
|
+
...
|
|
1206
|
+
|
|
1207
|
+
@property
|
|
1208
|
+
def pixel_format(self) -> aspose.pydrawing.imaging.PixelFormat:
|
|
1209
|
+
...
|
|
1210
|
+
|
|
1211
|
+
@property
|
|
1212
|
+
def frame_dimensions_list(self) -> list[uuid.UUID]:
|
|
1213
|
+
...
|
|
1214
|
+
|
|
1215
|
+
@property
|
|
1216
|
+
def palette(self) -> aspose.pydrawing.imaging.ColorPalette:
|
|
1217
|
+
...
|
|
1218
|
+
|
|
1219
|
+
@palette.setter
|
|
1220
|
+
def palette(self, value: aspose.pydrawing.imaging.ColorPalette) -> None:
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
@property
|
|
1224
|
+
def property_id_list(self) -> list[int]:
|
|
1225
|
+
...
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
def property_items(self) -> list[aspose.pydrawing.imaging.PropertyItem]:
|
|
1229
|
+
...
|
|
1230
|
+
|
|
1231
|
+
...
|
|
1232
|
+
|
|
1233
|
+
class BitmapSuffixInSameAssemblyAttribute:
|
|
1234
|
+
|
|
1235
|
+
def __init__(self) -> None:
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
...
|
|
1239
|
+
|
|
1240
|
+
class BitmapSuffixInSatelliteAssemblyAttribute:
|
|
1241
|
+
|
|
1242
|
+
def __init__(self) -> None:
|
|
1243
|
+
...
|
|
1244
|
+
|
|
1245
|
+
...
|
|
1246
|
+
|
|
1247
|
+
class BufferedGraphics:
|
|
1248
|
+
|
|
1249
|
+
@overload
|
|
1250
|
+
def render(self) -> None:
|
|
1251
|
+
...
|
|
1252
|
+
|
|
1253
|
+
@overload
|
|
1254
|
+
def render(self, target: aspose.pydrawing.Graphics) -> None:
|
|
1255
|
+
...
|
|
1256
|
+
|
|
1257
|
+
@property
|
|
1258
|
+
def graphics(self) -> aspose.pydrawing.Graphics:
|
|
1259
|
+
...
|
|
1260
|
+
|
|
1261
|
+
...
|
|
1262
|
+
|
|
1263
|
+
class BufferedGraphicsContext:
|
|
1264
|
+
|
|
1265
|
+
def __init__(self) -> None:
|
|
1266
|
+
...
|
|
1267
|
+
|
|
1268
|
+
def allocate(self, target_graphics: aspose.pydrawing.Graphics, target_rectangle: aspose.pydrawing.Rectangle) -> aspose.pydrawing.BufferedGraphics:
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def invalidate(self) -> None:
|
|
1272
|
+
...
|
|
1273
|
+
|
|
1274
|
+
@property
|
|
1275
|
+
def maximum_buffer(self) -> aspose.pydrawing.Size:
|
|
1276
|
+
...
|
|
1277
|
+
|
|
1278
|
+
@maximum_buffer.setter
|
|
1279
|
+
def maximum_buffer(self, value: aspose.pydrawing.Size) -> None:
|
|
1280
|
+
...
|
|
1281
|
+
|
|
1282
|
+
...
|
|
1283
|
+
|
|
1284
|
+
class Brushes:
|
|
1285
|
+
|
|
1286
|
+
transparent: aspose.pydrawing.Brush
|
|
1287
|
+
|
|
1288
|
+
alice_blue: aspose.pydrawing.Brush
|
|
1289
|
+
|
|
1290
|
+
antique_white: aspose.pydrawing.Brush
|
|
1291
|
+
|
|
1292
|
+
aqua: aspose.pydrawing.Brush
|
|
1293
|
+
|
|
1294
|
+
aquamarine: aspose.pydrawing.Brush
|
|
1295
|
+
|
|
1296
|
+
azure: aspose.pydrawing.Brush
|
|
1297
|
+
|
|
1298
|
+
beige: aspose.pydrawing.Brush
|
|
1299
|
+
|
|
1300
|
+
bisque: aspose.pydrawing.Brush
|
|
1301
|
+
|
|
1302
|
+
black: aspose.pydrawing.Brush
|
|
1303
|
+
|
|
1304
|
+
blanched_almond: aspose.pydrawing.Brush
|
|
1305
|
+
|
|
1306
|
+
blue: aspose.pydrawing.Brush
|
|
1307
|
+
|
|
1308
|
+
blue_violet: aspose.pydrawing.Brush
|
|
1309
|
+
|
|
1310
|
+
brown: aspose.pydrawing.Brush
|
|
1311
|
+
|
|
1312
|
+
burly_wood: aspose.pydrawing.Brush
|
|
1313
|
+
|
|
1314
|
+
cadet_blue: aspose.pydrawing.Brush
|
|
1315
|
+
|
|
1316
|
+
chartreuse: aspose.pydrawing.Brush
|
|
1317
|
+
|
|
1318
|
+
chocolate: aspose.pydrawing.Brush
|
|
1319
|
+
|
|
1320
|
+
coral: aspose.pydrawing.Brush
|
|
1321
|
+
|
|
1322
|
+
cornflower_blue: aspose.pydrawing.Brush
|
|
1323
|
+
|
|
1324
|
+
cornsilk: aspose.pydrawing.Brush
|
|
1325
|
+
|
|
1326
|
+
crimson: aspose.pydrawing.Brush
|
|
1327
|
+
|
|
1328
|
+
cyan: aspose.pydrawing.Brush
|
|
1329
|
+
|
|
1330
|
+
dark_blue: aspose.pydrawing.Brush
|
|
1331
|
+
|
|
1332
|
+
dark_cyan: aspose.pydrawing.Brush
|
|
1333
|
+
|
|
1334
|
+
dark_goldenrod: aspose.pydrawing.Brush
|
|
1335
|
+
|
|
1336
|
+
dark_gray: aspose.pydrawing.Brush
|
|
1337
|
+
|
|
1338
|
+
dark_green: aspose.pydrawing.Brush
|
|
1339
|
+
|
|
1340
|
+
dark_khaki: aspose.pydrawing.Brush
|
|
1341
|
+
|
|
1342
|
+
dark_magenta: aspose.pydrawing.Brush
|
|
1343
|
+
|
|
1344
|
+
dark_olive_green: aspose.pydrawing.Brush
|
|
1345
|
+
|
|
1346
|
+
dark_orange: aspose.pydrawing.Brush
|
|
1347
|
+
|
|
1348
|
+
dark_orchid: aspose.pydrawing.Brush
|
|
1349
|
+
|
|
1350
|
+
dark_red: aspose.pydrawing.Brush
|
|
1351
|
+
|
|
1352
|
+
dark_salmon: aspose.pydrawing.Brush
|
|
1353
|
+
|
|
1354
|
+
dark_sea_green: aspose.pydrawing.Brush
|
|
1355
|
+
|
|
1356
|
+
dark_slate_blue: aspose.pydrawing.Brush
|
|
1357
|
+
|
|
1358
|
+
dark_slate_gray: aspose.pydrawing.Brush
|
|
1359
|
+
|
|
1360
|
+
dark_turquoise: aspose.pydrawing.Brush
|
|
1361
|
+
|
|
1362
|
+
dark_violet: aspose.pydrawing.Brush
|
|
1363
|
+
|
|
1364
|
+
deep_pink: aspose.pydrawing.Brush
|
|
1365
|
+
|
|
1366
|
+
deep_sky_blue: aspose.pydrawing.Brush
|
|
1367
|
+
|
|
1368
|
+
dim_gray: aspose.pydrawing.Brush
|
|
1369
|
+
|
|
1370
|
+
dodger_blue: aspose.pydrawing.Brush
|
|
1371
|
+
|
|
1372
|
+
firebrick: aspose.pydrawing.Brush
|
|
1373
|
+
|
|
1374
|
+
floral_white: aspose.pydrawing.Brush
|
|
1375
|
+
|
|
1376
|
+
forest_green: aspose.pydrawing.Brush
|
|
1377
|
+
|
|
1378
|
+
fuchsia: aspose.pydrawing.Brush
|
|
1379
|
+
|
|
1380
|
+
gainsboro: aspose.pydrawing.Brush
|
|
1381
|
+
|
|
1382
|
+
ghost_white: aspose.pydrawing.Brush
|
|
1383
|
+
|
|
1384
|
+
gold: aspose.pydrawing.Brush
|
|
1385
|
+
|
|
1386
|
+
goldenrod: aspose.pydrawing.Brush
|
|
1387
|
+
|
|
1388
|
+
gray: aspose.pydrawing.Brush
|
|
1389
|
+
|
|
1390
|
+
green: aspose.pydrawing.Brush
|
|
1391
|
+
|
|
1392
|
+
green_yellow: aspose.pydrawing.Brush
|
|
1393
|
+
|
|
1394
|
+
honeydew: aspose.pydrawing.Brush
|
|
1395
|
+
|
|
1396
|
+
hot_pink: aspose.pydrawing.Brush
|
|
1397
|
+
|
|
1398
|
+
indian_red: aspose.pydrawing.Brush
|
|
1399
|
+
|
|
1400
|
+
indigo: aspose.pydrawing.Brush
|
|
1401
|
+
|
|
1402
|
+
ivory: aspose.pydrawing.Brush
|
|
1403
|
+
|
|
1404
|
+
khaki: aspose.pydrawing.Brush
|
|
1405
|
+
|
|
1406
|
+
lavender: aspose.pydrawing.Brush
|
|
1407
|
+
|
|
1408
|
+
lavender_blush: aspose.pydrawing.Brush
|
|
1409
|
+
|
|
1410
|
+
lawn_green: aspose.pydrawing.Brush
|
|
1411
|
+
|
|
1412
|
+
lemon_chiffon: aspose.pydrawing.Brush
|
|
1413
|
+
|
|
1414
|
+
light_blue: aspose.pydrawing.Brush
|
|
1415
|
+
|
|
1416
|
+
light_coral: aspose.pydrawing.Brush
|
|
1417
|
+
|
|
1418
|
+
light_cyan: aspose.pydrawing.Brush
|
|
1419
|
+
|
|
1420
|
+
light_goldenrod_yellow: aspose.pydrawing.Brush
|
|
1421
|
+
|
|
1422
|
+
light_green: aspose.pydrawing.Brush
|
|
1423
|
+
|
|
1424
|
+
light_gray: aspose.pydrawing.Brush
|
|
1425
|
+
|
|
1426
|
+
light_pink: aspose.pydrawing.Brush
|
|
1427
|
+
|
|
1428
|
+
light_salmon: aspose.pydrawing.Brush
|
|
1429
|
+
|
|
1430
|
+
light_sea_green: aspose.pydrawing.Brush
|
|
1431
|
+
|
|
1432
|
+
light_sky_blue: aspose.pydrawing.Brush
|
|
1433
|
+
|
|
1434
|
+
light_slate_gray: aspose.pydrawing.Brush
|
|
1435
|
+
|
|
1436
|
+
light_steel_blue: aspose.pydrawing.Brush
|
|
1437
|
+
|
|
1438
|
+
light_yellow: aspose.pydrawing.Brush
|
|
1439
|
+
|
|
1440
|
+
lime: aspose.pydrawing.Brush
|
|
1441
|
+
|
|
1442
|
+
lime_green: aspose.pydrawing.Brush
|
|
1443
|
+
|
|
1444
|
+
linen: aspose.pydrawing.Brush
|
|
1445
|
+
|
|
1446
|
+
magenta: aspose.pydrawing.Brush
|
|
1447
|
+
|
|
1448
|
+
maroon: aspose.pydrawing.Brush
|
|
1449
|
+
|
|
1450
|
+
medium_aquamarine: aspose.pydrawing.Brush
|
|
1451
|
+
|
|
1452
|
+
medium_blue: aspose.pydrawing.Brush
|
|
1453
|
+
|
|
1454
|
+
medium_orchid: aspose.pydrawing.Brush
|
|
1455
|
+
|
|
1456
|
+
medium_purple: aspose.pydrawing.Brush
|
|
1457
|
+
|
|
1458
|
+
medium_sea_green: aspose.pydrawing.Brush
|
|
1459
|
+
|
|
1460
|
+
medium_slate_blue: aspose.pydrawing.Brush
|
|
1461
|
+
|
|
1462
|
+
medium_spring_green: aspose.pydrawing.Brush
|
|
1463
|
+
|
|
1464
|
+
medium_turquoise: aspose.pydrawing.Brush
|
|
1465
|
+
|
|
1466
|
+
medium_violet_red: aspose.pydrawing.Brush
|
|
1467
|
+
|
|
1468
|
+
midnight_blue: aspose.pydrawing.Brush
|
|
1469
|
+
|
|
1470
|
+
mint_cream: aspose.pydrawing.Brush
|
|
1471
|
+
|
|
1472
|
+
misty_rose: aspose.pydrawing.Brush
|
|
1473
|
+
|
|
1474
|
+
moccasin: aspose.pydrawing.Brush
|
|
1475
|
+
|
|
1476
|
+
navajo_white: aspose.pydrawing.Brush
|
|
1477
|
+
|
|
1478
|
+
navy: aspose.pydrawing.Brush
|
|
1479
|
+
|
|
1480
|
+
old_lace: aspose.pydrawing.Brush
|
|
1481
|
+
|
|
1482
|
+
olive: aspose.pydrawing.Brush
|
|
1483
|
+
|
|
1484
|
+
olive_drab: aspose.pydrawing.Brush
|
|
1485
|
+
|
|
1486
|
+
orange: aspose.pydrawing.Brush
|
|
1487
|
+
|
|
1488
|
+
orange_red: aspose.pydrawing.Brush
|
|
1489
|
+
|
|
1490
|
+
orchid: aspose.pydrawing.Brush
|
|
1491
|
+
|
|
1492
|
+
pale_goldenrod: aspose.pydrawing.Brush
|
|
1493
|
+
|
|
1494
|
+
pale_green: aspose.pydrawing.Brush
|
|
1495
|
+
|
|
1496
|
+
pale_turquoise: aspose.pydrawing.Brush
|
|
1497
|
+
|
|
1498
|
+
pale_violet_red: aspose.pydrawing.Brush
|
|
1499
|
+
|
|
1500
|
+
papaya_whip: aspose.pydrawing.Brush
|
|
1501
|
+
|
|
1502
|
+
peach_puff: aspose.pydrawing.Brush
|
|
1503
|
+
|
|
1504
|
+
peru: aspose.pydrawing.Brush
|
|
1505
|
+
|
|
1506
|
+
pink: aspose.pydrawing.Brush
|
|
1507
|
+
|
|
1508
|
+
plum: aspose.pydrawing.Brush
|
|
1509
|
+
|
|
1510
|
+
powder_blue: aspose.pydrawing.Brush
|
|
1511
|
+
|
|
1512
|
+
purple: aspose.pydrawing.Brush
|
|
1513
|
+
|
|
1514
|
+
red: aspose.pydrawing.Brush
|
|
1515
|
+
|
|
1516
|
+
rosy_brown: aspose.pydrawing.Brush
|
|
1517
|
+
|
|
1518
|
+
royal_blue: aspose.pydrawing.Brush
|
|
1519
|
+
|
|
1520
|
+
saddle_brown: aspose.pydrawing.Brush
|
|
1521
|
+
|
|
1522
|
+
salmon: aspose.pydrawing.Brush
|
|
1523
|
+
|
|
1524
|
+
sandy_brown: aspose.pydrawing.Brush
|
|
1525
|
+
|
|
1526
|
+
sea_green: aspose.pydrawing.Brush
|
|
1527
|
+
|
|
1528
|
+
sea_shell: aspose.pydrawing.Brush
|
|
1529
|
+
|
|
1530
|
+
sienna: aspose.pydrawing.Brush
|
|
1531
|
+
|
|
1532
|
+
silver: aspose.pydrawing.Brush
|
|
1533
|
+
|
|
1534
|
+
sky_blue: aspose.pydrawing.Brush
|
|
1535
|
+
|
|
1536
|
+
slate_blue: aspose.pydrawing.Brush
|
|
1537
|
+
|
|
1538
|
+
slate_gray: aspose.pydrawing.Brush
|
|
1539
|
+
|
|
1540
|
+
snow: aspose.pydrawing.Brush
|
|
1541
|
+
|
|
1542
|
+
spring_green: aspose.pydrawing.Brush
|
|
1543
|
+
|
|
1544
|
+
steel_blue: aspose.pydrawing.Brush
|
|
1545
|
+
|
|
1546
|
+
tan: aspose.pydrawing.Brush
|
|
1547
|
+
|
|
1548
|
+
teal: aspose.pydrawing.Brush
|
|
1549
|
+
|
|
1550
|
+
thistle: aspose.pydrawing.Brush
|
|
1551
|
+
|
|
1552
|
+
tomato: aspose.pydrawing.Brush
|
|
1553
|
+
|
|
1554
|
+
turquoise: aspose.pydrawing.Brush
|
|
1555
|
+
|
|
1556
|
+
violet: aspose.pydrawing.Brush
|
|
1557
|
+
|
|
1558
|
+
wheat: aspose.pydrawing.Brush
|
|
1559
|
+
|
|
1560
|
+
white: aspose.pydrawing.Brush
|
|
1561
|
+
|
|
1562
|
+
white_smoke: aspose.pydrawing.Brush
|
|
1563
|
+
|
|
1564
|
+
yellow: aspose.pydrawing.Brush
|
|
1565
|
+
|
|
1566
|
+
yellow_green: aspose.pydrawing.Brush
|
|
1567
|
+
|
|
1568
|
+
...
|
|
1569
|
+
|
|
1570
|
+
class CharacterRange:
|
|
1571
|
+
|
|
1572
|
+
@overload
|
|
1573
|
+
def __init__(self, first: int, length: int) -> None:
|
|
1574
|
+
...
|
|
1575
|
+
|
|
1576
|
+
@overload
|
|
1577
|
+
def __init__(self) -> None:
|
|
1578
|
+
...
|
|
1579
|
+
|
|
1580
|
+
@property
|
|
1581
|
+
def first(self) -> int:
|
|
1582
|
+
...
|
|
1583
|
+
|
|
1584
|
+
@first.setter
|
|
1585
|
+
def first(self, value: int) -> None:
|
|
1586
|
+
...
|
|
1587
|
+
|
|
1588
|
+
@property
|
|
1589
|
+
def length(self) -> int:
|
|
1590
|
+
...
|
|
1591
|
+
|
|
1592
|
+
@length.setter
|
|
1593
|
+
def length(self, value: int) -> None:
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
...
|
|
1597
|
+
|
|
1598
|
+
class IDeviceContext:
|
|
1599
|
+
|
|
1600
|
+
def release_hdc(self) -> None:
|
|
1601
|
+
...
|
|
1602
|
+
|
|
1603
|
+
...
|
|
1604
|
+
|
|
1605
|
+
class Graphics:
|
|
1606
|
+
|
|
1607
|
+
@overload
|
|
1608
|
+
def flush(self) -> None:
|
|
1609
|
+
...
|
|
1610
|
+
|
|
1611
|
+
@overload
|
|
1612
|
+
def flush(self, intention: aspose.pydrawing.drawing2d.FlushIntention) -> None:
|
|
1613
|
+
...
|
|
1614
|
+
|
|
1615
|
+
@overload
|
|
1616
|
+
def set_clip(self, g: aspose.pydrawing.Graphics) -> None:
|
|
1617
|
+
...
|
|
1618
|
+
|
|
1619
|
+
@overload
|
|
1620
|
+
def set_clip(self, g: aspose.pydrawing.Graphics, combine_mode: aspose.pydrawing.drawing2d.CombineMode) -> None:
|
|
1621
|
+
...
|
|
1622
|
+
|
|
1623
|
+
@overload
|
|
1624
|
+
def set_clip(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
1625
|
+
...
|
|
1626
|
+
|
|
1627
|
+
@overload
|
|
1628
|
+
def set_clip(self, rect: aspose.pydrawing.Rectangle, combine_mode: aspose.pydrawing.drawing2d.CombineMode) -> None:
|
|
1629
|
+
...
|
|
1630
|
+
|
|
1631
|
+
@overload
|
|
1632
|
+
def set_clip(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
1633
|
+
...
|
|
1634
|
+
|
|
1635
|
+
@overload
|
|
1636
|
+
def set_clip(self, rect: aspose.pydrawing.RectangleF, combine_mode: aspose.pydrawing.drawing2d.CombineMode) -> None:
|
|
1637
|
+
...
|
|
1638
|
+
|
|
1639
|
+
@overload
|
|
1640
|
+
def set_clip(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
1641
|
+
...
|
|
1642
|
+
|
|
1643
|
+
@overload
|
|
1644
|
+
def set_clip(self, path: aspose.pydrawing.drawing2d.GraphicsPath, combine_mode: aspose.pydrawing.drawing2d.CombineMode) -> None:
|
|
1645
|
+
...
|
|
1646
|
+
|
|
1647
|
+
@overload
|
|
1648
|
+
def set_clip(self, region: aspose.pydrawing.Region, combine_mode: aspose.pydrawing.drawing2d.CombineMode) -> None:
|
|
1649
|
+
...
|
|
1650
|
+
|
|
1651
|
+
@overload
|
|
1652
|
+
def intersect_clip(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
1653
|
+
...
|
|
1654
|
+
|
|
1655
|
+
@overload
|
|
1656
|
+
def intersect_clip(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
1657
|
+
...
|
|
1658
|
+
|
|
1659
|
+
@overload
|
|
1660
|
+
def intersect_clip(self, region: aspose.pydrawing.Region) -> None:
|
|
1661
|
+
...
|
|
1662
|
+
|
|
1663
|
+
@overload
|
|
1664
|
+
def exclude_clip(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
1665
|
+
...
|
|
1666
|
+
|
|
1667
|
+
@overload
|
|
1668
|
+
def exclude_clip(self, region: aspose.pydrawing.Region) -> None:
|
|
1669
|
+
...
|
|
1670
|
+
|
|
1671
|
+
def translate_clip(self, dx: Union[int, float], dy: Union[int, float]) -> None:
|
|
1672
|
+
...
|
|
1673
|
+
|
|
1674
|
+
@overload
|
|
1675
|
+
def is_visible(self, x: Union[int, float], y: Union[int, float]) -> bool:
|
|
1676
|
+
...
|
|
1677
|
+
|
|
1678
|
+
@overload
|
|
1679
|
+
def is_visible(self, point: Union[Point, PointF]) -> bool:
|
|
1680
|
+
...
|
|
1681
|
+
|
|
1682
|
+
@overload
|
|
1683
|
+
def is_visible(self, x: Union[float, int], y: Union[float, int], width: Union[float, int], height: Union[float, int]) -> bool:
|
|
1684
|
+
...
|
|
1685
|
+
|
|
1686
|
+
@overload
|
|
1687
|
+
def is_visible(self, rect: Union[Rectangle, RectangleF]) -> bool:
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
@overload
|
|
1691
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
1692
|
+
...
|
|
1693
|
+
|
|
1694
|
+
@overload
|
|
1695
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
1696
|
+
...
|
|
1697
|
+
|
|
1698
|
+
@overload
|
|
1699
|
+
def translate_transform(self, dx: float, dy: float) -> None:
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
@overload
|
|
1703
|
+
def translate_transform(self, dx: float, dy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
@overload
|
|
1707
|
+
def scale_transform(self, sx: float, sy: float) -> None:
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
@overload
|
|
1711
|
+
def scale_transform(self, sx: float, sy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
@overload
|
|
1715
|
+
def rotate_transform(self, angle: float) -> None:
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
@overload
|
|
1719
|
+
def rotate_transform(self, angle: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
@overload
|
|
1723
|
+
def draw_arc(self, pen: aspose.pydrawing.Pen, x: Union[float, int], y: Union[float, int], width: Union[float, int], height: Union[float, int], start_angle: float, sweep_angle: float) -> None:
|
|
1724
|
+
...
|
|
1725
|
+
|
|
1726
|
+
@overload
|
|
1727
|
+
def draw_arc(self, pen: aspose.pydrawing.Pen, rect: Union[Rectangle, RectangleF], start_angle: float, sweep_angle: float) -> None:
|
|
1728
|
+
...
|
|
1729
|
+
|
|
1730
|
+
@overload
|
|
1731
|
+
def draw_bezier(self, pen: aspose.pydrawing.Pen, x1: float, y1: float, x2: float, y2: float, x3: float, y3: float, x4: float, y4: float) -> None:
|
|
1732
|
+
...
|
|
1733
|
+
|
|
1734
|
+
@overload
|
|
1735
|
+
def draw_bezier(self, pen: aspose.pydrawing.Pen, pt1: Union[Point, PointF], pt2: Union[Point, PointF], pt3: Union[Point, PointF], pt4: Union[Point, PointF]) -> None:
|
|
1736
|
+
...
|
|
1737
|
+
|
|
1738
|
+
@overload
|
|
1739
|
+
def draw_rectangle(self, pen: aspose.pydrawing.Pen, rect: aspose.pydrawing.Rectangle) -> None:
|
|
1740
|
+
...
|
|
1741
|
+
|
|
1742
|
+
@overload
|
|
1743
|
+
def draw_rectangle(self, pen: aspose.pydrawing.Pen, x: Union[float, int], y: Union[float, int], width: Union[float, int], height: Union[float, int]) -> None:
|
|
1744
|
+
...
|
|
1745
|
+
|
|
1746
|
+
def draw_rectangles(self, pen: aspose.pydrawing.Pen, rects: Union[list[Rectangle], list[RectangleF]]) -> None:
|
|
1747
|
+
...
|
|
1748
|
+
|
|
1749
|
+
@overload
|
|
1750
|
+
def draw_ellipse(self, pen: aspose.pydrawing.Pen, rect: Union[Rectangle, RectangleF]) -> None:
|
|
1751
|
+
...
|
|
1752
|
+
|
|
1753
|
+
@overload
|
|
1754
|
+
def draw_ellipse(self, pen: aspose.pydrawing.Pen, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float]) -> None:
|
|
1755
|
+
...
|
|
1756
|
+
|
|
1757
|
+
@overload
|
|
1758
|
+
def draw_pie(self, pen: aspose.pydrawing.Pen, rect: Union[Rectangle, RectangleF], start_angle: float, sweep_angle: float) -> None:
|
|
1759
|
+
...
|
|
1760
|
+
|
|
1761
|
+
@overload
|
|
1762
|
+
def draw_pie(self, pen: aspose.pydrawing.Pen, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float], start_angle: float, sweep_angle: float) -> None:
|
|
1763
|
+
...
|
|
1764
|
+
|
|
1765
|
+
def draw_polygon(self, pen: aspose.pydrawing.Pen, points: Union[list[Point], list[PointF]]) -> None:
|
|
1766
|
+
...
|
|
1767
|
+
|
|
1768
|
+
@overload
|
|
1769
|
+
def draw_curve(self, pen: aspose.pydrawing.Pen, points: Union[list[Point], list[PointF]]) -> None:
|
|
1770
|
+
...
|
|
1771
|
+
|
|
1772
|
+
@overload
|
|
1773
|
+
def draw_curve(self, pen: aspose.pydrawing.Pen, points: Union[list[Point], list[PointF]], tension: float) -> None:
|
|
1774
|
+
...
|
|
1775
|
+
|
|
1776
|
+
@overload
|
|
1777
|
+
def draw_curve(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.PointF], offset: int, number_of_segments: int) -> None:
|
|
1778
|
+
...
|
|
1779
|
+
|
|
1780
|
+
@overload
|
|
1781
|
+
def draw_curve(self, pen: aspose.pydrawing.Pen, points: Union[list[Point], list[PointF]], offset: int, number_of_segments: int, tension: float) -> None:
|
|
1782
|
+
...
|
|
1783
|
+
|
|
1784
|
+
@overload
|
|
1785
|
+
def draw_closed_curve(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.PointF]) -> None:
|
|
1786
|
+
...
|
|
1787
|
+
@overload
|
|
1788
|
+
def draw_closed_curve(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.Point]) -> None:
|
|
1789
|
+
...
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
@overload
|
|
1793
|
+
def draw_closed_curve(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.PointF], tension: float, fillmode: aspose.pydrawing.drawing2d.FillMode) -> None:
|
|
1794
|
+
...
|
|
1795
|
+
|
|
1796
|
+
@overload
|
|
1797
|
+
def draw_closed_curve(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.Point], tension: float, fillmode: aspose.pydrawing.drawing2d.FillMode) -> None:
|
|
1798
|
+
...
|
|
1799
|
+
|
|
1800
|
+
@overload
|
|
1801
|
+
def fill_rectangle(self, brush: aspose.pydrawing.Brush, rect: Union[Rectangle, RectangleF]) -> None:
|
|
1802
|
+
...
|
|
1803
|
+
|
|
1804
|
+
@overload
|
|
1805
|
+
def fill_rectangle(self, brush: aspose.pydrawing.Brush, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float]) -> None:
|
|
1806
|
+
...
|
|
1807
|
+
|
|
1808
|
+
def fill_rectangles(self, brush: aspose.pydrawing.Brush, rects: Union[list[Rectangle], list[RectangleF]]) -> None:
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1811
|
+
@overload
|
|
1812
|
+
def fill_polygon(self, brush: aspose.pydrawing.Brush, points: Union[list[Point], list[PointF]]) -> None:
|
|
1813
|
+
...
|
|
1814
|
+
|
|
1815
|
+
@overload
|
|
1816
|
+
def fill_polygon(self, brush: aspose.pydrawing.Brush, points: Union[list[Point], list[PointF]], fill_mode: aspose.pydrawing.drawing2d.FillMode) -> None:
|
|
1817
|
+
...
|
|
1818
|
+
|
|
1819
|
+
@overload
|
|
1820
|
+
def fill_ellipse(self, brush: aspose.pydrawing.Brush, rect: Union[Rectangle, RectangleF]) -> None:
|
|
1821
|
+
...
|
|
1822
|
+
|
|
1823
|
+
@overload
|
|
1824
|
+
def fill_ellipse(self, brush: aspose.pydrawing.Brush, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float]) -> None:
|
|
1825
|
+
...
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
@overload
|
|
1829
|
+
def fill_pie(self, brush: aspose.pydrawing.Brush, rect: aspose.pydrawing.Rectangle, start_angle: float, sweep_angle: float) -> None:
|
|
1830
|
+
...
|
|
1831
|
+
|
|
1832
|
+
@overload
|
|
1833
|
+
def fill_pie(self, brush: aspose.pydrawing.Brush, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float], start_angle: float, sweep_angle: float) -> None:
|
|
1834
|
+
...
|
|
1835
|
+
|
|
1836
|
+
@overload
|
|
1837
|
+
def fill_closed_curve(self, brush: aspose.pydrawing.Brush, points: Union[list[Point], list[PointF]]) -> None:
|
|
1838
|
+
...
|
|
1839
|
+
|
|
1840
|
+
@overload
|
|
1841
|
+
def fill_closed_curve(self, brush: aspose.pydrawing.Brush, points: Union[list[Point], list[PointF]], fillmode: aspose.pydrawing.drawing2d.FillMode) -> None:
|
|
1842
|
+
...
|
|
1843
|
+
|
|
1844
|
+
@overload
|
|
1845
|
+
def fill_closed_curve(self, brush: aspose.pydrawing.Brush, points: Union[list[Point], list[PointF]], fillmode: aspose.pydrawing.drawing2d.FillMode, tension: float) -> None:
|
|
1846
|
+
...
|
|
1847
|
+
|
|
1848
|
+
@overload
|
|
1849
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, x: float, y: float) -> None:
|
|
1850
|
+
...
|
|
1851
|
+
|
|
1852
|
+
@overload
|
|
1853
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, point: aspose.pydrawing.PointF) -> None:
|
|
1854
|
+
...
|
|
1855
|
+
|
|
1856
|
+
@overload
|
|
1857
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, x: float, y: float, format: aspose.pydrawing.StringFormat) -> None:
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
@overload
|
|
1861
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, point: aspose.pydrawing.PointF, format: aspose.pydrawing.StringFormat) -> None:
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
@overload
|
|
1865
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, layout_rectangle: aspose.pydrawing.RectangleF) -> None:
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1868
|
+
@overload
|
|
1869
|
+
def draw_string(self, s: str, font: aspose.pydrawing.Font, brush: aspose.pydrawing.Brush, layout_rectangle: aspose.pydrawing.RectangleF, format: aspose.pydrawing.StringFormat) -> None:
|
|
1870
|
+
...
|
|
1871
|
+
|
|
1872
|
+
@overload
|
|
1873
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, layout_area: aspose.pydrawing.SizeF, string_format: aspose.pydrawing.StringFormat, characters_fitted: int, lines_filled: int) -> aspose.pydrawing.SizeF:
|
|
1874
|
+
...
|
|
1875
|
+
|
|
1876
|
+
@overload
|
|
1877
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, origin: aspose.pydrawing.PointF, string_format: aspose.pydrawing.StringFormat) -> aspose.pydrawing.SizeF:
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
@overload
|
|
1881
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, layout_area: aspose.pydrawing.SizeF) -> aspose.pydrawing.SizeF:
|
|
1882
|
+
...
|
|
1883
|
+
|
|
1884
|
+
@overload
|
|
1885
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, layout_area: aspose.pydrawing.SizeF, string_format: aspose.pydrawing.StringFormat) -> aspose.pydrawing.SizeF:
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
@overload
|
|
1889
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font) -> aspose.pydrawing.SizeF:
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
@overload
|
|
1893
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, width: int) -> aspose.pydrawing.SizeF:
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
@overload
|
|
1897
|
+
def measure_string(self, text: str, font: aspose.pydrawing.Font, width: int, format: aspose.pydrawing.StringFormat) -> aspose.pydrawing.SizeF:
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
@overload
|
|
1901
|
+
def draw_image(self, image: aspose.pydrawing.Image, point: aspose.pydrawing.PointF) -> None:
|
|
1902
|
+
...
|
|
1903
|
+
|
|
1904
|
+
@overload
|
|
1905
|
+
def draw_image(self, image: aspose.pydrawing.Image, x: Union[int, float], y: Union[int, float]) -> None:
|
|
1906
|
+
...
|
|
1907
|
+
|
|
1908
|
+
@overload
|
|
1909
|
+
def draw_image(self, image: aspose.pydrawing.Image, rect: Union[Rectangle, RectangleF]) -> None:
|
|
1910
|
+
...
|
|
1911
|
+
|
|
1912
|
+
@overload
|
|
1913
|
+
def draw_image(self, image: aspose.pydrawing.Image, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float]) -> None:
|
|
1914
|
+
...
|
|
1915
|
+
|
|
1916
|
+
@overload
|
|
1917
|
+
def draw_image(self, image: aspose.pydrawing.Image, point: aspose.pydrawing.Point) -> None:
|
|
1918
|
+
...
|
|
1919
|
+
|
|
1920
|
+
@overload
|
|
1921
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_points: Union[list[Point], list[PointF]]) -> None:
|
|
1922
|
+
...
|
|
1923
|
+
|
|
1924
|
+
@overload
|
|
1925
|
+
def draw_image(self, image: aspose.pydrawing.Image, x: float, y: float, src_rect: aspose.pydrawing.RectangleF, src_unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
1926
|
+
...
|
|
1927
|
+
|
|
1928
|
+
@overload
|
|
1929
|
+
def draw_image(self, image: aspose.pydrawing.Image, x: int, y: int, src_rect: aspose.pydrawing.Rectangle, src_unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
1930
|
+
...
|
|
1931
|
+
|
|
1932
|
+
@overload
|
|
1933
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_rect: Union[Rectangle, RectangleF], src_rect: Union[Rectangle, RectangleF], src_unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
1934
|
+
...
|
|
1935
|
+
|
|
1936
|
+
@overload
|
|
1937
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_points: Union[list[Point], list[PointF]], src_rect: Union[Rectangle, RectangleF], src_unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
1938
|
+
...
|
|
1939
|
+
|
|
1940
|
+
@overload
|
|
1941
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_points: Union[list[Point], list[PointF]], src_rect: Union[Rectangle, RectangleF], src_unit: aspose.pydrawing.GraphicsUnit, image_attr: aspose.pydrawing.imaging.ImageAttributes) -> None:
|
|
1942
|
+
...
|
|
1943
|
+
|
|
1944
|
+
@overload
|
|
1945
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_rect: aspose.pydrawing.Rectangle, src_x: Union[int, float], src_y: Union[int, float], src_width: Union[int, float], src_height: Union[int, float], src_unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
1946
|
+
...
|
|
1947
|
+
|
|
1948
|
+
@overload
|
|
1949
|
+
def draw_image(self, image: aspose.pydrawing.Image, dest_rect: aspose.pydrawing.Rectangle, src_x: Union[int, float], src_y: Union[int, float], src_width: Union[int, float], src_height: Union[int, float], src_unit: aspose.pydrawing.GraphicsUnit, image_attrs: aspose.pydrawing.imaging.ImageAttributes) -> None:
|
|
1950
|
+
...
|
|
1951
|
+
|
|
1952
|
+
@overload
|
|
1953
|
+
def draw_image_unscaled(self, image: aspose.pydrawing.Image, point: aspose.pydrawing.Point) -> None:
|
|
1954
|
+
...
|
|
1955
|
+
|
|
1956
|
+
@overload
|
|
1957
|
+
def draw_image_unscaled(self, image: aspose.pydrawing.Image, x: int, y: int) -> None:
|
|
1958
|
+
...
|
|
1959
|
+
|
|
1960
|
+
@overload
|
|
1961
|
+
def draw_image_unscaled(self, image: aspose.pydrawing.Image, rect: aspose.pydrawing.Rectangle) -> None:
|
|
1962
|
+
...
|
|
1963
|
+
|
|
1964
|
+
@overload
|
|
1965
|
+
def draw_image_unscaled(self, image: aspose.pydrawing.Image, x: int, y: int, width: int, height: int) -> None:
|
|
1966
|
+
...
|
|
1967
|
+
|
|
1968
|
+
@overload
|
|
1969
|
+
def draw_line(self, pen: aspose.pydrawing.Pen, pt1: aspose.pydrawing.PointF, pt2: aspose.pydrawing.PointF) -> None:
|
|
1970
|
+
...
|
|
1971
|
+
|
|
1972
|
+
@overload
|
|
1973
|
+
def draw_line(self, pen: aspose.pydrawing.Pen, x1: int, y1: int, x2: int, y2: int) -> None:
|
|
1974
|
+
...
|
|
1975
|
+
|
|
1976
|
+
@overload
|
|
1977
|
+
def draw_line(self, pen: aspose.pydrawing.Pen, pt1: aspose.pydrawing.Point, pt2: aspose.pydrawing.Point) -> None:
|
|
1978
|
+
...
|
|
1979
|
+
|
|
1980
|
+
@overload
|
|
1981
|
+
def draw_line(self, pen: aspose.pydrawing.Pen, x1: float, y1: float, x2: float, y2: float) -> None:
|
|
1982
|
+
...
|
|
1983
|
+
|
|
1984
|
+
@overload
|
|
1985
|
+
def draw_lines(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.PointF]) -> None:
|
|
1986
|
+
...
|
|
1987
|
+
|
|
1988
|
+
@overload
|
|
1989
|
+
def draw_lines(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.Point]) -> None:
|
|
1990
|
+
...
|
|
1991
|
+
|
|
1992
|
+
@overload
|
|
1993
|
+
def copy_from_screen(self, upper_left_source: aspose.pydrawing.Point, upper_left_destination: aspose.pydrawing.Point, block_region_size: aspose.pydrawing.Size) -> None:
|
|
1994
|
+
...
|
|
1995
|
+
|
|
1996
|
+
@overload
|
|
1997
|
+
def copy_from_screen(self, source_x: int, source_y: int, destination_x: int, destination_y: int, block_region_size: aspose.pydrawing.Size) -> None:
|
|
1998
|
+
...
|
|
1999
|
+
|
|
2000
|
+
@overload
|
|
2001
|
+
def copy_from_screen(self, upper_left_source: aspose.pydrawing.Point, upper_left_destination: aspose.pydrawing.Point, block_region_size: aspose.pydrawing.Size, copy_pixel_operation: aspose.pydrawing.CopyPixelOperation) -> None:
|
|
2002
|
+
...
|
|
2003
|
+
|
|
2004
|
+
@overload
|
|
2005
|
+
def copy_from_screen(self, source_x: int, source_y: int, destination_x: int, destination_y: int, block_region_size: aspose.pydrawing.Size, copy_pixel_operation: aspose.pydrawing.CopyPixelOperation) -> None:
|
|
2006
|
+
...
|
|
2007
|
+
|
|
2008
|
+
@overload
|
|
2009
|
+
def transform_points(self, dest_space: aspose.pydrawing.drawing2d.CoordinateSpace, src_space: aspose.pydrawing.drawing2d.CoordinateSpace, pts: list[aspose.pydrawing.PointF]) -> None:
|
|
2010
|
+
...
|
|
2011
|
+
|
|
2012
|
+
@overload
|
|
2013
|
+
def transform_points(self, dest_space: aspose.pydrawing.drawing2d.CoordinateSpace, src_space: aspose.pydrawing.drawing2d.CoordinateSpace, pts: list[aspose.pydrawing.Point]) -> None:
|
|
2014
|
+
...
|
|
2015
|
+
|
|
2016
|
+
@overload
|
|
2017
|
+
def draw_beziers(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.PointF]) -> None:
|
|
2018
|
+
...
|
|
2019
|
+
|
|
2020
|
+
@overload
|
|
2021
|
+
def draw_beziers(self, pen: aspose.pydrawing.Pen, points: list[aspose.pydrawing.Point]) -> None:
|
|
2022
|
+
...
|
|
2023
|
+
|
|
2024
|
+
@overload
|
|
2025
|
+
def draw_icon(self, icon: aspose.pydrawing.Icon, x: int, y: int) -> None:
|
|
2026
|
+
...
|
|
2027
|
+
|
|
2028
|
+
@overload
|
|
2029
|
+
def draw_icon(self, icon: aspose.pydrawing.Icon, target_rect: aspose.pydrawing.Rectangle) -> None:
|
|
2030
|
+
...
|
|
2031
|
+
|
|
2032
|
+
@overload
|
|
2033
|
+
def begin_container(self, dstrect: aspose.pydrawing.RectangleF, srcrect: aspose.pydrawing.RectangleF, unit: aspose.pydrawing.GraphicsUnit) -> aspose.pydrawing.drawing2d.GraphicsContainer:
|
|
2034
|
+
...
|
|
2035
|
+
|
|
2036
|
+
@overload
|
|
2037
|
+
def begin_container(self) -> aspose.pydrawing.drawing2d.GraphicsContainer:
|
|
2038
|
+
...
|
|
2039
|
+
|
|
2040
|
+
@overload
|
|
2041
|
+
def begin_container(self, dstrect: aspose.pydrawing.Rectangle, srcrect: aspose.pydrawing.Rectangle, unit: aspose.pydrawing.GraphicsUnit) -> aspose.pydrawing.drawing2d.GraphicsContainer:
|
|
2042
|
+
...
|
|
2043
|
+
|
|
2044
|
+
def release_hdc(self) -> None:
|
|
2045
|
+
...
|
|
2046
|
+
|
|
2047
|
+
def reset_clip(self) -> None:
|
|
2048
|
+
...
|
|
2049
|
+
|
|
2050
|
+
def reset_transform(self) -> None:
|
|
2051
|
+
...
|
|
2052
|
+
|
|
2053
|
+
def draw_path(self, pen: aspose.pydrawing.Pen, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
2054
|
+
...
|
|
2055
|
+
|
|
2056
|
+
def clear(self, color: aspose.pydrawing.Color) -> None:
|
|
2057
|
+
...
|
|
2058
|
+
|
|
2059
|
+
def measure_character_ranges(self, text: str, font: aspose.pydrawing.Font, layout_rect: aspose.pydrawing.RectangleF, string_format: aspose.pydrawing.StringFormat) -> list[aspose.pydrawing.Region]:
|
|
2060
|
+
...
|
|
2061
|
+
|
|
2062
|
+
def draw_image_unscaled_and_clipped(self, image: aspose.pydrawing.Image, rect: aspose.pydrawing.Rectangle) -> None:
|
|
2063
|
+
...
|
|
2064
|
+
|
|
2065
|
+
@staticmethod
|
|
2066
|
+
def from_image(image: aspose.pydrawing.Image) -> aspose.pydrawing.Graphics:
|
|
2067
|
+
...
|
|
2068
|
+
|
|
2069
|
+
def get_nearest_color(self, color: aspose.pydrawing.Color) -> aspose.pydrawing.Color:
|
|
2070
|
+
...
|
|
2071
|
+
|
|
2072
|
+
def fill_path(self, brush: aspose.pydrawing.Brush, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
2073
|
+
...
|
|
2074
|
+
|
|
2075
|
+
def fill_region(self, brush: aspose.pydrawing.Brush, region: aspose.pydrawing.Region) -> None:
|
|
2076
|
+
...
|
|
2077
|
+
|
|
2078
|
+
def draw_icon_unstretched(self, icon: aspose.pydrawing.Icon, target_rect: aspose.pydrawing.Rectangle) -> None:
|
|
2079
|
+
...
|
|
2080
|
+
|
|
2081
|
+
def get_context_info(self) -> object:
|
|
2082
|
+
...
|
|
2083
|
+
|
|
2084
|
+
def save(self) -> aspose.pydrawing.drawing2d.GraphicsState:
|
|
2085
|
+
...
|
|
2086
|
+
|
|
2087
|
+
def restore(self, gstate: aspose.pydrawing.drawing2d.GraphicsState) -> None:
|
|
2088
|
+
...
|
|
2089
|
+
|
|
2090
|
+
def end_container(self, container: aspose.pydrawing.drawing2d.GraphicsContainer) -> None:
|
|
2091
|
+
...
|
|
2092
|
+
|
|
2093
|
+
def add_metafile_comment(self, data: bytes) -> None:
|
|
2094
|
+
...
|
|
2095
|
+
|
|
2096
|
+
@property
|
|
2097
|
+
def clip(self) -> aspose.pydrawing.Region:
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
@clip.setter
|
|
2101
|
+
def clip(self, value: aspose.pydrawing.Region) -> None:
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
@property
|
|
2105
|
+
def clip_bounds(self) -> aspose.pydrawing.RectangleF:
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
@property
|
|
2109
|
+
def compositing_mode(self) -> aspose.pydrawing.drawing2d.CompositingMode:
|
|
2110
|
+
...
|
|
2111
|
+
|
|
2112
|
+
@compositing_mode.setter
|
|
2113
|
+
def compositing_mode(self, value: aspose.pydrawing.drawing2d.CompositingMode) -> None:
|
|
2114
|
+
...
|
|
2115
|
+
|
|
2116
|
+
@property
|
|
2117
|
+
def compositing_quality(self) -> aspose.pydrawing.drawing2d.CompositingQuality:
|
|
2118
|
+
...
|
|
2119
|
+
|
|
2120
|
+
@compositing_quality.setter
|
|
2121
|
+
def compositing_quality(self, value: aspose.pydrawing.drawing2d.CompositingQuality) -> None:
|
|
2122
|
+
...
|
|
2123
|
+
|
|
2124
|
+
@property
|
|
2125
|
+
def dpi_x(self) -> float:
|
|
2126
|
+
...
|
|
2127
|
+
|
|
2128
|
+
@property
|
|
2129
|
+
def dpi_y(self) -> float:
|
|
2130
|
+
...
|
|
2131
|
+
|
|
2132
|
+
@property
|
|
2133
|
+
def interpolation_mode(self) -> aspose.pydrawing.drawing2d.InterpolationMode:
|
|
2134
|
+
...
|
|
2135
|
+
|
|
2136
|
+
@interpolation_mode.setter
|
|
2137
|
+
def interpolation_mode(self, value: aspose.pydrawing.drawing2d.InterpolationMode) -> None:
|
|
2138
|
+
...
|
|
2139
|
+
|
|
2140
|
+
@property
|
|
2141
|
+
def is_clip_empty(self) -> bool:
|
|
2142
|
+
...
|
|
2143
|
+
|
|
2144
|
+
@property
|
|
2145
|
+
def is_visible_clip_empty(self) -> bool:
|
|
2146
|
+
...
|
|
2147
|
+
|
|
2148
|
+
@property
|
|
2149
|
+
def page_scale(self) -> float:
|
|
2150
|
+
...
|
|
2151
|
+
|
|
2152
|
+
@page_scale.setter
|
|
2153
|
+
def page_scale(self, value: float) -> None:
|
|
2154
|
+
...
|
|
2155
|
+
|
|
2156
|
+
@property
|
|
2157
|
+
def page_unit(self) -> aspose.pydrawing.GraphicsUnit:
|
|
2158
|
+
...
|
|
2159
|
+
|
|
2160
|
+
@page_unit.setter
|
|
2161
|
+
def page_unit(self, value: aspose.pydrawing.GraphicsUnit) -> None:
|
|
2162
|
+
...
|
|
2163
|
+
|
|
2164
|
+
@property
|
|
2165
|
+
def pixel_offset_mode(self) -> aspose.pydrawing.drawing2d.PixelOffsetMode:
|
|
2166
|
+
...
|
|
2167
|
+
|
|
2168
|
+
@pixel_offset_mode.setter
|
|
2169
|
+
def pixel_offset_mode(self, value: aspose.pydrawing.drawing2d.PixelOffsetMode) -> None:
|
|
2170
|
+
...
|
|
2171
|
+
|
|
2172
|
+
@property
|
|
2173
|
+
def rendering_origin(self) -> aspose.pydrawing.Point:
|
|
2174
|
+
...
|
|
2175
|
+
|
|
2176
|
+
@rendering_origin.setter
|
|
2177
|
+
def rendering_origin(self, value: aspose.pydrawing.Point) -> None:
|
|
2178
|
+
...
|
|
2179
|
+
|
|
2180
|
+
@property
|
|
2181
|
+
def smoothing_mode(self) -> aspose.pydrawing.drawing2d.SmoothingMode:
|
|
2182
|
+
...
|
|
2183
|
+
|
|
2184
|
+
@smoothing_mode.setter
|
|
2185
|
+
def smoothing_mode(self, value: aspose.pydrawing.drawing2d.SmoothingMode) -> None:
|
|
2186
|
+
...
|
|
2187
|
+
|
|
2188
|
+
@property
|
|
2189
|
+
def text_contrast(self) -> int:
|
|
2190
|
+
...
|
|
2191
|
+
|
|
2192
|
+
@text_contrast.setter
|
|
2193
|
+
def text_contrast(self, value: int) -> None:
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
@property
|
|
2197
|
+
def text_rendering_hint(self) -> aspose.pydrawing.text.TextRenderingHint:
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
@text_rendering_hint.setter
|
|
2201
|
+
def text_rendering_hint(self, value: aspose.pydrawing.text.TextRenderingHint) -> None:
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
@property
|
|
2205
|
+
def transform(self) -> aspose.pydrawing.drawing2d.Matrix:
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
@transform.setter
|
|
2209
|
+
def transform(self, value: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
@property
|
|
2213
|
+
def visible_clip_bounds(self) -> aspose.pydrawing.RectangleF:
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
...
|
|
2217
|
+
|
|
2218
|
+
class IconConverter:
|
|
2219
|
+
|
|
2220
|
+
def __init__(self) -> None:
|
|
2221
|
+
...
|
|
2222
|
+
|
|
2223
|
+
...
|
|
2224
|
+
|
|
2225
|
+
class Image:
|
|
2226
|
+
|
|
2227
|
+
@overload
|
|
2228
|
+
@staticmethod
|
|
2229
|
+
def from_file(filename: str) -> aspose.pydrawing.Image:
|
|
2230
|
+
...
|
|
2231
|
+
|
|
2232
|
+
@overload
|
|
2233
|
+
@staticmethod
|
|
2234
|
+
def from_file(filename: str, use_embedded_color_management: bool) -> aspose.pydrawing.Image:
|
|
2235
|
+
...
|
|
2236
|
+
|
|
2237
|
+
@overload
|
|
2238
|
+
@staticmethod
|
|
2239
|
+
def from_stream(stream: io.BytesIO) -> aspose.pydrawing.Image:
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
@overload
|
|
2243
|
+
@staticmethod
|
|
2244
|
+
def from_stream(stream: io.BytesIO, use_embedded_color_management: bool) -> aspose.pydrawing.Image:
|
|
2245
|
+
...
|
|
2246
|
+
|
|
2247
|
+
@overload
|
|
2248
|
+
@staticmethod
|
|
2249
|
+
def from_stream(stream: io.BytesIO, use_embedded_color_management: bool, validate_image_data: bool) -> aspose.pydrawing.Image:
|
|
2250
|
+
...
|
|
2251
|
+
|
|
2252
|
+
@overload
|
|
2253
|
+
def save(self, filename: str) -> None:
|
|
2254
|
+
...
|
|
2255
|
+
|
|
2256
|
+
@overload
|
|
2257
|
+
def save(self, filename: str, format: aspose.pydrawing.imaging.ImageFormat) -> None:
|
|
2258
|
+
...
|
|
2259
|
+
|
|
2260
|
+
@overload
|
|
2261
|
+
def save(self, filename: str, encoder: aspose.pydrawing.imaging.ImageCodecInfo, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
2262
|
+
...
|
|
2263
|
+
|
|
2264
|
+
@overload
|
|
2265
|
+
def save(self, stream: io.BytesIO, format: aspose.pydrawing.imaging.ImageFormat) -> None:
|
|
2266
|
+
...
|
|
2267
|
+
|
|
2268
|
+
@overload
|
|
2269
|
+
def save(self, stream: io.BytesIO, encoder: aspose.pydrawing.imaging.ImageCodecInfo, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
2270
|
+
...
|
|
2271
|
+
|
|
2272
|
+
@overload
|
|
2273
|
+
def save_add(self, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
2274
|
+
...
|
|
2275
|
+
|
|
2276
|
+
@overload
|
|
2277
|
+
def save_add(self, image: aspose.pydrawing.Image, encoder_params: aspose.pydrawing.imaging.EncoderParameters) -> None:
|
|
2278
|
+
...
|
|
2279
|
+
|
|
2280
|
+
def get_frame_count(self, dimension: aspose.pydrawing.imaging.FrameDimension) -> int:
|
|
2281
|
+
...
|
|
2282
|
+
|
|
2283
|
+
def select_active_frame(self, dimension: aspose.pydrawing.imaging.FrameDimension, frame_index: int) -> int:
|
|
2284
|
+
...
|
|
2285
|
+
|
|
2286
|
+
def rotate_flip(self, rotate_flip_type: aspose.pydrawing.RotateFlipType) -> None:
|
|
2287
|
+
...
|
|
2288
|
+
|
|
2289
|
+
def remove_property_item(self, propid: int) -> None:
|
|
2290
|
+
...
|
|
2291
|
+
|
|
2292
|
+
def get_encoder_parameter_list(self, encoder: uuid.UUID) -> aspose.pydrawing.imaging.EncoderParameters:
|
|
2293
|
+
...
|
|
2294
|
+
|
|
2295
|
+
@staticmethod
|
|
2296
|
+
def is_extended_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
2297
|
+
...
|
|
2298
|
+
|
|
2299
|
+
@staticmethod
|
|
2300
|
+
def is_canonical_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
2301
|
+
...
|
|
2302
|
+
|
|
2303
|
+
@staticmethod
|
|
2304
|
+
def get_pixel_format_size(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> int:
|
|
2305
|
+
...
|
|
2306
|
+
|
|
2307
|
+
@staticmethod
|
|
2308
|
+
def is_alpha_pixel_format(pixfmt: aspose.pydrawing.imaging.PixelFormat) -> bool:
|
|
2309
|
+
...
|
|
2310
|
+
|
|
2311
|
+
def clone(self) -> object:
|
|
2312
|
+
...
|
|
2313
|
+
|
|
2314
|
+
def get_bounds(self, page_unit: aspose.pydrawing.GraphicsUnit) -> aspose.pydrawing.RectangleF:
|
|
2315
|
+
...
|
|
2316
|
+
|
|
2317
|
+
def get_property_item(self, propid: int) -> aspose.pydrawing.imaging.PropertyItem:
|
|
2318
|
+
...
|
|
2319
|
+
|
|
2320
|
+
def set_property_item(self, propitem: aspose.pydrawing.imaging.PropertyItem) -> None:
|
|
2321
|
+
...
|
|
2322
|
+
|
|
2323
|
+
@property
|
|
2324
|
+
def tag(self) -> object:
|
|
2325
|
+
...
|
|
2326
|
+
|
|
2327
|
+
@tag.setter
|
|
2328
|
+
def tag(self, value: object) -> None:
|
|
2329
|
+
...
|
|
2330
|
+
|
|
2331
|
+
@property
|
|
2332
|
+
def physical_dimension(self) -> aspose.pydrawing.SizeF:
|
|
2333
|
+
...
|
|
2334
|
+
|
|
2335
|
+
@property
|
|
2336
|
+
def size(self) -> aspose.pydrawing.Size:
|
|
2337
|
+
...
|
|
2338
|
+
|
|
2339
|
+
@property
|
|
2340
|
+
def width(self) -> int:
|
|
2341
|
+
...
|
|
2342
|
+
|
|
2343
|
+
@property
|
|
2344
|
+
def height(self) -> int:
|
|
2345
|
+
...
|
|
2346
|
+
|
|
2347
|
+
@property
|
|
2348
|
+
def horizontal_resolution(self) -> float:
|
|
2349
|
+
...
|
|
2350
|
+
|
|
2351
|
+
@property
|
|
2352
|
+
def vertical_resolution(self) -> float:
|
|
2353
|
+
...
|
|
2354
|
+
|
|
2355
|
+
@property
|
|
2356
|
+
def flags(self) -> int:
|
|
2357
|
+
...
|
|
2358
|
+
|
|
2359
|
+
@property
|
|
2360
|
+
def raw_format(self) -> aspose.pydrawing.imaging.ImageFormat:
|
|
2361
|
+
...
|
|
2362
|
+
|
|
2363
|
+
@property
|
|
2364
|
+
def pixel_format(self) -> aspose.pydrawing.imaging.PixelFormat:
|
|
2365
|
+
...
|
|
2366
|
+
|
|
2367
|
+
@property
|
|
2368
|
+
def frame_dimensions_list(self) -> list[uuid.UUID]:
|
|
2369
|
+
...
|
|
2370
|
+
|
|
2371
|
+
@property
|
|
2372
|
+
def palette(self) -> aspose.pydrawing.imaging.ColorPalette:
|
|
2373
|
+
...
|
|
2374
|
+
|
|
2375
|
+
@palette.setter
|
|
2376
|
+
def palette(self, value: aspose.pydrawing.imaging.ColorPalette) -> None:
|
|
2377
|
+
...
|
|
2378
|
+
|
|
2379
|
+
@property
|
|
2380
|
+
def property_id_list(self) -> list[int]:
|
|
2381
|
+
...
|
|
2382
|
+
|
|
2383
|
+
@property
|
|
2384
|
+
def property_items(self) -> list[aspose.pydrawing.imaging.PropertyItem]:
|
|
2385
|
+
...
|
|
2386
|
+
|
|
2387
|
+
...
|
|
2388
|
+
|
|
2389
|
+
class ImageConverter:
|
|
2390
|
+
|
|
2391
|
+
def __init__(self) -> None:
|
|
2392
|
+
...
|
|
2393
|
+
|
|
2394
|
+
...
|
|
2395
|
+
|
|
2396
|
+
class ImageFormatConverter:
|
|
2397
|
+
|
|
2398
|
+
def __init__(self) -> None:
|
|
2399
|
+
...
|
|
2400
|
+
|
|
2401
|
+
...
|
|
2402
|
+
|
|
2403
|
+
class Pen:
|
|
2404
|
+
|
|
2405
|
+
@overload
|
|
2406
|
+
def __init__(self, color: aspose.pydrawing.Color) -> None:
|
|
2407
|
+
...
|
|
2408
|
+
|
|
2409
|
+
@overload
|
|
2410
|
+
def __init__(self, color: aspose.pydrawing.Color, width: float) -> None:
|
|
2411
|
+
...
|
|
2412
|
+
|
|
2413
|
+
@overload
|
|
2414
|
+
def __init__(self, brush: aspose.pydrawing.Brush) -> None:
|
|
2415
|
+
...
|
|
2416
|
+
|
|
2417
|
+
@overload
|
|
2418
|
+
def __init__(self, brush: aspose.pydrawing.Brush, width: float) -> None:
|
|
2419
|
+
...
|
|
2420
|
+
|
|
2421
|
+
@overload
|
|
2422
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
2423
|
+
...
|
|
2424
|
+
|
|
2425
|
+
@overload
|
|
2426
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
2427
|
+
...
|
|
2428
|
+
|
|
2429
|
+
@overload
|
|
2430
|
+
def translate_transform(self, dx: float, dy: float) -> None:
|
|
2431
|
+
...
|
|
2432
|
+
|
|
2433
|
+
@overload
|
|
2434
|
+
def translate_transform(self, dx: float, dy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
2435
|
+
...
|
|
2436
|
+
|
|
2437
|
+
@overload
|
|
2438
|
+
def scale_transform(self, sx: float, sy: float) -> None:
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2441
|
+
@overload
|
|
2442
|
+
def scale_transform(self, sx: float, sy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
2443
|
+
...
|
|
2444
|
+
|
|
2445
|
+
@overload
|
|
2446
|
+
def rotate_transform(self, angle: float) -> None:
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2449
|
+
@overload
|
|
2450
|
+
def rotate_transform(self, angle: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
2451
|
+
...
|
|
2452
|
+
|
|
2453
|
+
def clone(self) -> object:
|
|
2454
|
+
...
|
|
2455
|
+
|
|
2456
|
+
def set_line_cap(self, start_cap: aspose.pydrawing.drawing2d.LineCap, end_cap: aspose.pydrawing.drawing2d.LineCap, dash_cap: aspose.pydrawing.drawing2d.DashCap) -> None:
|
|
2457
|
+
...
|
|
2458
|
+
|
|
2459
|
+
def reset_transform(self) -> None:
|
|
2460
|
+
...
|
|
2461
|
+
|
|
2462
|
+
@property
|
|
2463
|
+
def width(self) -> float:
|
|
2464
|
+
...
|
|
2465
|
+
|
|
2466
|
+
@width.setter
|
|
2467
|
+
def width(self, value: float) -> None:
|
|
2468
|
+
...
|
|
2469
|
+
|
|
2470
|
+
@property
|
|
2471
|
+
def start_cap(self) -> aspose.pydrawing.drawing2d.LineCap:
|
|
2472
|
+
...
|
|
2473
|
+
|
|
2474
|
+
@start_cap.setter
|
|
2475
|
+
def start_cap(self, value: aspose.pydrawing.drawing2d.LineCap) -> None:
|
|
2476
|
+
...
|
|
2477
|
+
|
|
2478
|
+
@property
|
|
2479
|
+
def end_cap(self) -> aspose.pydrawing.drawing2d.LineCap:
|
|
2480
|
+
...
|
|
2481
|
+
|
|
2482
|
+
@end_cap.setter
|
|
2483
|
+
def end_cap(self, value: aspose.pydrawing.drawing2d.LineCap) -> None:
|
|
2484
|
+
...
|
|
2485
|
+
|
|
2486
|
+
@property
|
|
2487
|
+
def dash_cap(self) -> aspose.pydrawing.drawing2d.DashCap:
|
|
2488
|
+
...
|
|
2489
|
+
|
|
2490
|
+
@dash_cap.setter
|
|
2491
|
+
def dash_cap(self, value: aspose.pydrawing.drawing2d.DashCap) -> None:
|
|
2492
|
+
...
|
|
2493
|
+
|
|
2494
|
+
@property
|
|
2495
|
+
def line_join(self) -> aspose.pydrawing.drawing2d.LineJoin:
|
|
2496
|
+
...
|
|
2497
|
+
|
|
2498
|
+
@line_join.setter
|
|
2499
|
+
def line_join(self, value: aspose.pydrawing.drawing2d.LineJoin) -> None:
|
|
2500
|
+
...
|
|
2501
|
+
|
|
2502
|
+
@property
|
|
2503
|
+
def miter_limit(self) -> float:
|
|
2504
|
+
...
|
|
2505
|
+
|
|
2506
|
+
@miter_limit.setter
|
|
2507
|
+
def miter_limit(self, value: float) -> None:
|
|
2508
|
+
...
|
|
2509
|
+
|
|
2510
|
+
@property
|
|
2511
|
+
def alignment(self) -> aspose.pydrawing.drawing2d.PenAlignment:
|
|
2512
|
+
...
|
|
2513
|
+
|
|
2514
|
+
@alignment.setter
|
|
2515
|
+
def alignment(self, value: aspose.pydrawing.drawing2d.PenAlignment) -> None:
|
|
2516
|
+
...
|
|
2517
|
+
|
|
2518
|
+
@property
|
|
2519
|
+
def transform(self) -> aspose.pydrawing.drawing2d.Matrix:
|
|
2520
|
+
...
|
|
2521
|
+
|
|
2522
|
+
@transform.setter
|
|
2523
|
+
def transform(self, value: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
2524
|
+
...
|
|
2525
|
+
|
|
2526
|
+
@property
|
|
2527
|
+
def pen_type(self) -> aspose.pydrawing.drawing2d.PenType:
|
|
2528
|
+
...
|
|
2529
|
+
|
|
2530
|
+
@property
|
|
2531
|
+
def color(self) -> aspose.pydrawing.Color:
|
|
2532
|
+
...
|
|
2533
|
+
|
|
2534
|
+
@color.setter
|
|
2535
|
+
def color(self, value: aspose.pydrawing.Color) -> None:
|
|
2536
|
+
...
|
|
2537
|
+
|
|
2538
|
+
@property
|
|
2539
|
+
def brush(self) -> aspose.pydrawing.Brush:
|
|
2540
|
+
...
|
|
2541
|
+
|
|
2542
|
+
@brush.setter
|
|
2543
|
+
def brush(self, value: aspose.pydrawing.Brush) -> None:
|
|
2544
|
+
...
|
|
2545
|
+
|
|
2546
|
+
@property
|
|
2547
|
+
def dash_style(self) -> aspose.pydrawing.drawing2d.DashStyle:
|
|
2548
|
+
...
|
|
2549
|
+
|
|
2550
|
+
@dash_style.setter
|
|
2551
|
+
def dash_style(self, value: aspose.pydrawing.drawing2d.DashStyle) -> None:
|
|
2552
|
+
...
|
|
2553
|
+
|
|
2554
|
+
@property
|
|
2555
|
+
def dash_offset(self) -> float:
|
|
2556
|
+
...
|
|
2557
|
+
|
|
2558
|
+
@dash_offset.setter
|
|
2559
|
+
def dash_offset(self, value: float) -> None:
|
|
2560
|
+
...
|
|
2561
|
+
|
|
2562
|
+
@property
|
|
2563
|
+
def dash_pattern(self) -> list[float]:
|
|
2564
|
+
...
|
|
2565
|
+
|
|
2566
|
+
@dash_pattern.setter
|
|
2567
|
+
def dash_pattern(self, value: list[float]) -> None:
|
|
2568
|
+
...
|
|
2569
|
+
|
|
2570
|
+
@property
|
|
2571
|
+
def compound_array(self) -> list[float]:
|
|
2572
|
+
...
|
|
2573
|
+
|
|
2574
|
+
@compound_array.setter
|
|
2575
|
+
def compound_array(self, value: list[float]) -> None:
|
|
2576
|
+
...
|
|
2577
|
+
|
|
2578
|
+
@property
|
|
2579
|
+
def custom_start_cap(self) -> aspose.pydrawing.drawing2d.CustomLineCap:
|
|
2580
|
+
...
|
|
2581
|
+
|
|
2582
|
+
@custom_start_cap.setter
|
|
2583
|
+
def custom_start_cap(self, value: aspose.pydrawing.drawing2d.CustomLineCap) -> None:
|
|
2584
|
+
...
|
|
2585
|
+
|
|
2586
|
+
@property
|
|
2587
|
+
def custom_end_cap(self) -> aspose.pydrawing.drawing2d.CustomLineCap:
|
|
2588
|
+
...
|
|
2589
|
+
|
|
2590
|
+
@custom_end_cap.setter
|
|
2591
|
+
def custom_end_cap(self, value: aspose.pydrawing.drawing2d.CustomLineCap) -> None:
|
|
2592
|
+
...
|
|
2593
|
+
|
|
2594
|
+
...
|
|
2595
|
+
|
|
2596
|
+
class Pens:
|
|
2597
|
+
|
|
2598
|
+
transparent: aspose.pydrawing.Pen
|
|
2599
|
+
|
|
2600
|
+
alice_blue: aspose.pydrawing.Pen
|
|
2601
|
+
|
|
2602
|
+
antique_white: aspose.pydrawing.Pen
|
|
2603
|
+
|
|
2604
|
+
aqua: aspose.pydrawing.Pen
|
|
2605
|
+
|
|
2606
|
+
aquamarine: aspose.pydrawing.Pen
|
|
2607
|
+
|
|
2608
|
+
azure: aspose.pydrawing.Pen
|
|
2609
|
+
|
|
2610
|
+
beige: aspose.pydrawing.Pen
|
|
2611
|
+
|
|
2612
|
+
bisque: aspose.pydrawing.Pen
|
|
2613
|
+
|
|
2614
|
+
black: aspose.pydrawing.Pen
|
|
2615
|
+
|
|
2616
|
+
blanched_almond: aspose.pydrawing.Pen
|
|
2617
|
+
|
|
2618
|
+
blue: aspose.pydrawing.Pen
|
|
2619
|
+
|
|
2620
|
+
blue_violet: aspose.pydrawing.Pen
|
|
2621
|
+
|
|
2622
|
+
brown: aspose.pydrawing.Pen
|
|
2623
|
+
|
|
2624
|
+
burly_wood: aspose.pydrawing.Pen
|
|
2625
|
+
|
|
2626
|
+
cadet_blue: aspose.pydrawing.Pen
|
|
2627
|
+
|
|
2628
|
+
chartreuse: aspose.pydrawing.Pen
|
|
2629
|
+
|
|
2630
|
+
chocolate: aspose.pydrawing.Pen
|
|
2631
|
+
|
|
2632
|
+
coral: aspose.pydrawing.Pen
|
|
2633
|
+
|
|
2634
|
+
cornflower_blue: aspose.pydrawing.Pen
|
|
2635
|
+
|
|
2636
|
+
cornsilk: aspose.pydrawing.Pen
|
|
2637
|
+
|
|
2638
|
+
crimson: aspose.pydrawing.Pen
|
|
2639
|
+
|
|
2640
|
+
cyan: aspose.pydrawing.Pen
|
|
2641
|
+
|
|
2642
|
+
dark_blue: aspose.pydrawing.Pen
|
|
2643
|
+
|
|
2644
|
+
dark_cyan: aspose.pydrawing.Pen
|
|
2645
|
+
|
|
2646
|
+
dark_goldenrod: aspose.pydrawing.Pen
|
|
2647
|
+
|
|
2648
|
+
dark_gray: aspose.pydrawing.Pen
|
|
2649
|
+
|
|
2650
|
+
dark_green: aspose.pydrawing.Pen
|
|
2651
|
+
|
|
2652
|
+
dark_khaki: aspose.pydrawing.Pen
|
|
2653
|
+
|
|
2654
|
+
dark_magenta: aspose.pydrawing.Pen
|
|
2655
|
+
|
|
2656
|
+
dark_olive_green: aspose.pydrawing.Pen
|
|
2657
|
+
|
|
2658
|
+
dark_orange: aspose.pydrawing.Pen
|
|
2659
|
+
|
|
2660
|
+
dark_orchid: aspose.pydrawing.Pen
|
|
2661
|
+
|
|
2662
|
+
dark_red: aspose.pydrawing.Pen
|
|
2663
|
+
|
|
2664
|
+
dark_salmon: aspose.pydrawing.Pen
|
|
2665
|
+
|
|
2666
|
+
dark_sea_green: aspose.pydrawing.Pen
|
|
2667
|
+
|
|
2668
|
+
dark_slate_blue: aspose.pydrawing.Pen
|
|
2669
|
+
|
|
2670
|
+
dark_slate_gray: aspose.pydrawing.Pen
|
|
2671
|
+
|
|
2672
|
+
dark_turquoise: aspose.pydrawing.Pen
|
|
2673
|
+
|
|
2674
|
+
dark_violet: aspose.pydrawing.Pen
|
|
2675
|
+
|
|
2676
|
+
deep_pink: aspose.pydrawing.Pen
|
|
2677
|
+
|
|
2678
|
+
deep_sky_blue: aspose.pydrawing.Pen
|
|
2679
|
+
|
|
2680
|
+
dim_gray: aspose.pydrawing.Pen
|
|
2681
|
+
|
|
2682
|
+
dodger_blue: aspose.pydrawing.Pen
|
|
2683
|
+
|
|
2684
|
+
firebrick: aspose.pydrawing.Pen
|
|
2685
|
+
|
|
2686
|
+
floral_white: aspose.pydrawing.Pen
|
|
2687
|
+
|
|
2688
|
+
forest_green: aspose.pydrawing.Pen
|
|
2689
|
+
|
|
2690
|
+
fuchsia: aspose.pydrawing.Pen
|
|
2691
|
+
|
|
2692
|
+
gainsboro: aspose.pydrawing.Pen
|
|
2693
|
+
|
|
2694
|
+
ghost_white: aspose.pydrawing.Pen
|
|
2695
|
+
|
|
2696
|
+
gold: aspose.pydrawing.Pen
|
|
2697
|
+
|
|
2698
|
+
goldenrod: aspose.pydrawing.Pen
|
|
2699
|
+
|
|
2700
|
+
gray: aspose.pydrawing.Pen
|
|
2701
|
+
|
|
2702
|
+
green: aspose.pydrawing.Pen
|
|
2703
|
+
|
|
2704
|
+
green_yellow: aspose.pydrawing.Pen
|
|
2705
|
+
|
|
2706
|
+
honeydew: aspose.pydrawing.Pen
|
|
2707
|
+
|
|
2708
|
+
hot_pink: aspose.pydrawing.Pen
|
|
2709
|
+
|
|
2710
|
+
indian_red: aspose.pydrawing.Pen
|
|
2711
|
+
|
|
2712
|
+
indigo: aspose.pydrawing.Pen
|
|
2713
|
+
|
|
2714
|
+
ivory: aspose.pydrawing.Pen
|
|
2715
|
+
|
|
2716
|
+
khaki: aspose.pydrawing.Pen
|
|
2717
|
+
|
|
2718
|
+
lavender: aspose.pydrawing.Pen
|
|
2719
|
+
|
|
2720
|
+
lavender_blush: aspose.pydrawing.Pen
|
|
2721
|
+
|
|
2722
|
+
lawn_green: aspose.pydrawing.Pen
|
|
2723
|
+
|
|
2724
|
+
lemon_chiffon: aspose.pydrawing.Pen
|
|
2725
|
+
|
|
2726
|
+
light_blue: aspose.pydrawing.Pen
|
|
2727
|
+
|
|
2728
|
+
light_coral: aspose.pydrawing.Pen
|
|
2729
|
+
|
|
2730
|
+
light_cyan: aspose.pydrawing.Pen
|
|
2731
|
+
|
|
2732
|
+
light_goldenrod_yellow: aspose.pydrawing.Pen
|
|
2733
|
+
|
|
2734
|
+
light_green: aspose.pydrawing.Pen
|
|
2735
|
+
|
|
2736
|
+
light_gray: aspose.pydrawing.Pen
|
|
2737
|
+
|
|
2738
|
+
light_pink: aspose.pydrawing.Pen
|
|
2739
|
+
|
|
2740
|
+
light_salmon: aspose.pydrawing.Pen
|
|
2741
|
+
|
|
2742
|
+
light_sea_green: aspose.pydrawing.Pen
|
|
2743
|
+
|
|
2744
|
+
light_sky_blue: aspose.pydrawing.Pen
|
|
2745
|
+
|
|
2746
|
+
light_slate_gray: aspose.pydrawing.Pen
|
|
2747
|
+
|
|
2748
|
+
light_steel_blue: aspose.pydrawing.Pen
|
|
2749
|
+
|
|
2750
|
+
light_yellow: aspose.pydrawing.Pen
|
|
2751
|
+
|
|
2752
|
+
lime: aspose.pydrawing.Pen
|
|
2753
|
+
|
|
2754
|
+
lime_green: aspose.pydrawing.Pen
|
|
2755
|
+
|
|
2756
|
+
linen: aspose.pydrawing.Pen
|
|
2757
|
+
|
|
2758
|
+
magenta: aspose.pydrawing.Pen
|
|
2759
|
+
|
|
2760
|
+
maroon: aspose.pydrawing.Pen
|
|
2761
|
+
|
|
2762
|
+
medium_aquamarine: aspose.pydrawing.Pen
|
|
2763
|
+
|
|
2764
|
+
medium_blue: aspose.pydrawing.Pen
|
|
2765
|
+
|
|
2766
|
+
medium_orchid: aspose.pydrawing.Pen
|
|
2767
|
+
|
|
2768
|
+
medium_purple: aspose.pydrawing.Pen
|
|
2769
|
+
|
|
2770
|
+
medium_sea_green: aspose.pydrawing.Pen
|
|
2771
|
+
|
|
2772
|
+
medium_slate_blue: aspose.pydrawing.Pen
|
|
2773
|
+
|
|
2774
|
+
medium_spring_green: aspose.pydrawing.Pen
|
|
2775
|
+
|
|
2776
|
+
medium_turquoise: aspose.pydrawing.Pen
|
|
2777
|
+
|
|
2778
|
+
medium_violet_red: aspose.pydrawing.Pen
|
|
2779
|
+
|
|
2780
|
+
midnight_blue: aspose.pydrawing.Pen
|
|
2781
|
+
|
|
2782
|
+
mint_cream: aspose.pydrawing.Pen
|
|
2783
|
+
|
|
2784
|
+
misty_rose: aspose.pydrawing.Pen
|
|
2785
|
+
|
|
2786
|
+
moccasin: aspose.pydrawing.Pen
|
|
2787
|
+
|
|
2788
|
+
navajo_white: aspose.pydrawing.Pen
|
|
2789
|
+
|
|
2790
|
+
navy: aspose.pydrawing.Pen
|
|
2791
|
+
|
|
2792
|
+
old_lace: aspose.pydrawing.Pen
|
|
2793
|
+
|
|
2794
|
+
olive: aspose.pydrawing.Pen
|
|
2795
|
+
|
|
2796
|
+
olive_drab: aspose.pydrawing.Pen
|
|
2797
|
+
|
|
2798
|
+
orange: aspose.pydrawing.Pen
|
|
2799
|
+
|
|
2800
|
+
orange_red: aspose.pydrawing.Pen
|
|
2801
|
+
|
|
2802
|
+
orchid: aspose.pydrawing.Pen
|
|
2803
|
+
|
|
2804
|
+
pale_goldenrod: aspose.pydrawing.Pen
|
|
2805
|
+
|
|
2806
|
+
pale_green: aspose.pydrawing.Pen
|
|
2807
|
+
|
|
2808
|
+
pale_turquoise: aspose.pydrawing.Pen
|
|
2809
|
+
|
|
2810
|
+
pale_violet_red: aspose.pydrawing.Pen
|
|
2811
|
+
|
|
2812
|
+
papaya_whip: aspose.pydrawing.Pen
|
|
2813
|
+
|
|
2814
|
+
peach_puff: aspose.pydrawing.Pen
|
|
2815
|
+
|
|
2816
|
+
peru: aspose.pydrawing.Pen
|
|
2817
|
+
|
|
2818
|
+
pink: aspose.pydrawing.Pen
|
|
2819
|
+
|
|
2820
|
+
plum: aspose.pydrawing.Pen
|
|
2821
|
+
|
|
2822
|
+
powder_blue: aspose.pydrawing.Pen
|
|
2823
|
+
|
|
2824
|
+
purple: aspose.pydrawing.Pen
|
|
2825
|
+
|
|
2826
|
+
red: aspose.pydrawing.Pen
|
|
2827
|
+
|
|
2828
|
+
rosy_brown: aspose.pydrawing.Pen
|
|
2829
|
+
|
|
2830
|
+
royal_blue: aspose.pydrawing.Pen
|
|
2831
|
+
|
|
2832
|
+
saddle_brown: aspose.pydrawing.Pen
|
|
2833
|
+
|
|
2834
|
+
salmon: aspose.pydrawing.Pen
|
|
2835
|
+
|
|
2836
|
+
sandy_brown: aspose.pydrawing.Pen
|
|
2837
|
+
|
|
2838
|
+
sea_green: aspose.pydrawing.Pen
|
|
2839
|
+
|
|
2840
|
+
sea_shell: aspose.pydrawing.Pen
|
|
2841
|
+
|
|
2842
|
+
sienna: aspose.pydrawing.Pen
|
|
2843
|
+
|
|
2844
|
+
silver: aspose.pydrawing.Pen
|
|
2845
|
+
|
|
2846
|
+
sky_blue: aspose.pydrawing.Pen
|
|
2847
|
+
|
|
2848
|
+
slate_blue: aspose.pydrawing.Pen
|
|
2849
|
+
|
|
2850
|
+
slate_gray: aspose.pydrawing.Pen
|
|
2851
|
+
|
|
2852
|
+
snow: aspose.pydrawing.Pen
|
|
2853
|
+
|
|
2854
|
+
spring_green: aspose.pydrawing.Pen
|
|
2855
|
+
|
|
2856
|
+
steel_blue: aspose.pydrawing.Pen
|
|
2857
|
+
|
|
2858
|
+
tan: aspose.pydrawing.Pen
|
|
2859
|
+
|
|
2860
|
+
teal: aspose.pydrawing.Pen
|
|
2861
|
+
|
|
2862
|
+
thistle: aspose.pydrawing.Pen
|
|
2863
|
+
|
|
2864
|
+
tomato: aspose.pydrawing.Pen
|
|
2865
|
+
|
|
2866
|
+
turquoise: aspose.pydrawing.Pen
|
|
2867
|
+
|
|
2868
|
+
violet: aspose.pydrawing.Pen
|
|
2869
|
+
|
|
2870
|
+
wheat: aspose.pydrawing.Pen
|
|
2871
|
+
|
|
2872
|
+
white: aspose.pydrawing.Pen
|
|
2873
|
+
|
|
2874
|
+
white_smoke: aspose.pydrawing.Pen
|
|
2875
|
+
|
|
2876
|
+
yellow: aspose.pydrawing.Pen
|
|
2877
|
+
|
|
2878
|
+
yellow_green: aspose.pydrawing.Pen
|
|
2879
|
+
|
|
2880
|
+
...
|
|
2881
|
+
|
|
2882
|
+
class StringFormat:
|
|
2883
|
+
|
|
2884
|
+
@overload
|
|
2885
|
+
def __init__(self) -> None:
|
|
2886
|
+
...
|
|
2887
|
+
|
|
2888
|
+
@overload
|
|
2889
|
+
def __init__(self, options: aspose.pydrawing.StringFormatFlags) -> None:
|
|
2890
|
+
...
|
|
2891
|
+
|
|
2892
|
+
@overload
|
|
2893
|
+
def __init__(self, options: aspose.pydrawing.StringFormatFlags, language: int) -> None:
|
|
2894
|
+
...
|
|
2895
|
+
|
|
2896
|
+
@overload
|
|
2897
|
+
def __init__(self, format: aspose.pydrawing.StringFormat) -> None:
|
|
2898
|
+
...
|
|
2899
|
+
|
|
2900
|
+
def clone(self) -> object:
|
|
2901
|
+
...
|
|
2902
|
+
|
|
2903
|
+
def set_measurable_character_ranges(self, ranges: list[aspose.pydrawing.CharacterRange]) -> None:
|
|
2904
|
+
...
|
|
2905
|
+
|
|
2906
|
+
def set_tab_stops(self, first_tab_offset: float, tab_stops: list[float]) -> None:
|
|
2907
|
+
...
|
|
2908
|
+
|
|
2909
|
+
def get_tab_stops(self, first_tab_offset: float) -> list[float]:
|
|
2910
|
+
...
|
|
2911
|
+
|
|
2912
|
+
def set_digit_substitution(self, language: int, substitute: aspose.pydrawing.StringDigitSubstitute) -> None:
|
|
2913
|
+
...
|
|
2914
|
+
|
|
2915
|
+
@property
|
|
2916
|
+
def format_flags(self) -> aspose.pydrawing.StringFormatFlags:
|
|
2917
|
+
...
|
|
2918
|
+
|
|
2919
|
+
@format_flags.setter
|
|
2920
|
+
def format_flags(self, value: aspose.pydrawing.StringFormatFlags) -> None:
|
|
2921
|
+
...
|
|
2922
|
+
|
|
2923
|
+
@property
|
|
2924
|
+
def alignment(self) -> aspose.pydrawing.StringAlignment:
|
|
2925
|
+
...
|
|
2926
|
+
|
|
2927
|
+
@alignment.setter
|
|
2928
|
+
def alignment(self, value: aspose.pydrawing.StringAlignment) -> None:
|
|
2929
|
+
...
|
|
2930
|
+
|
|
2931
|
+
@property
|
|
2932
|
+
def line_alignment(self) -> aspose.pydrawing.StringAlignment:
|
|
2933
|
+
...
|
|
2934
|
+
|
|
2935
|
+
@line_alignment.setter
|
|
2936
|
+
def line_alignment(self, value: aspose.pydrawing.StringAlignment) -> None:
|
|
2937
|
+
...
|
|
2938
|
+
|
|
2939
|
+
@property
|
|
2940
|
+
def hotkey_prefix(self) -> aspose.pydrawing.text.HotkeyPrefix:
|
|
2941
|
+
...
|
|
2942
|
+
|
|
2943
|
+
@hotkey_prefix.setter
|
|
2944
|
+
def hotkey_prefix(self, value: aspose.pydrawing.text.HotkeyPrefix) -> None:
|
|
2945
|
+
...
|
|
2946
|
+
|
|
2947
|
+
@property
|
|
2948
|
+
def trimming(self) -> aspose.pydrawing.StringTrimming:
|
|
2949
|
+
...
|
|
2950
|
+
|
|
2951
|
+
@trimming.setter
|
|
2952
|
+
def trimming(self, value: aspose.pydrawing.StringTrimming) -> None:
|
|
2953
|
+
...
|
|
2954
|
+
|
|
2955
|
+
generic_default: aspose.pydrawing.StringFormat
|
|
2956
|
+
|
|
2957
|
+
generic_typographic: aspose.pydrawing.StringFormat
|
|
2958
|
+
|
|
2959
|
+
@property
|
|
2960
|
+
def digit_substitution_method(self) -> aspose.pydrawing.StringDigitSubstitute:
|
|
2961
|
+
...
|
|
2962
|
+
|
|
2963
|
+
@property
|
|
2964
|
+
def digit_substitution_language(self) -> int:
|
|
2965
|
+
...
|
|
2966
|
+
|
|
2967
|
+
...
|
|
2968
|
+
|
|
2969
|
+
class SystemFonts:
|
|
2970
|
+
|
|
2971
|
+
@staticmethod
|
|
2972
|
+
def get_font_by_name(system_font_name: str) -> aspose.pydrawing.Font:
|
|
2973
|
+
...
|
|
2974
|
+
|
|
2975
|
+
caption_font: aspose.pydrawing.Font
|
|
2976
|
+
|
|
2977
|
+
small_caption_font: aspose.pydrawing.Font
|
|
2978
|
+
|
|
2979
|
+
menu_font: aspose.pydrawing.Font
|
|
2980
|
+
|
|
2981
|
+
status_font: aspose.pydrawing.Font
|
|
2982
|
+
|
|
2983
|
+
message_box_font: aspose.pydrawing.Font
|
|
2984
|
+
|
|
2985
|
+
icon_title_font: aspose.pydrawing.Font
|
|
2986
|
+
|
|
2987
|
+
default_font: aspose.pydrawing.Font
|
|
2988
|
+
|
|
2989
|
+
dialog_font: aspose.pydrawing.Font
|
|
2990
|
+
|
|
2991
|
+
...
|
|
2992
|
+
|
|
2993
|
+
class SystemPens:
|
|
2994
|
+
|
|
2995
|
+
@staticmethod
|
|
2996
|
+
def from_system_color(c: aspose.pydrawing.Color) -> aspose.pydrawing.Pen:
|
|
2997
|
+
...
|
|
2998
|
+
|
|
2999
|
+
active_border: aspose.pydrawing.Pen
|
|
3000
|
+
|
|
3001
|
+
active_caption: aspose.pydrawing.Pen
|
|
3002
|
+
|
|
3003
|
+
active_caption_text: aspose.pydrawing.Pen
|
|
3004
|
+
|
|
3005
|
+
app_workspace: aspose.pydrawing.Pen
|
|
3006
|
+
|
|
3007
|
+
button_face: aspose.pydrawing.Pen
|
|
3008
|
+
|
|
3009
|
+
button_highlight: aspose.pydrawing.Pen
|
|
3010
|
+
|
|
3011
|
+
button_shadow: aspose.pydrawing.Pen
|
|
3012
|
+
|
|
3013
|
+
control: aspose.pydrawing.Pen
|
|
3014
|
+
|
|
3015
|
+
control_text: aspose.pydrawing.Pen
|
|
3016
|
+
|
|
3017
|
+
control_dark: aspose.pydrawing.Pen
|
|
3018
|
+
|
|
3019
|
+
control_dark_dark: aspose.pydrawing.Pen
|
|
3020
|
+
|
|
3021
|
+
control_light: aspose.pydrawing.Pen
|
|
3022
|
+
|
|
3023
|
+
control_light_light: aspose.pydrawing.Pen
|
|
3024
|
+
|
|
3025
|
+
desktop: aspose.pydrawing.Pen
|
|
3026
|
+
|
|
3027
|
+
gradient_active_caption: aspose.pydrawing.Pen
|
|
3028
|
+
|
|
3029
|
+
gradient_inactive_caption: aspose.pydrawing.Pen
|
|
3030
|
+
|
|
3031
|
+
gray_text: aspose.pydrawing.Pen
|
|
3032
|
+
|
|
3033
|
+
highlight: aspose.pydrawing.Pen
|
|
3034
|
+
|
|
3035
|
+
highlight_text: aspose.pydrawing.Pen
|
|
3036
|
+
|
|
3037
|
+
hot_track: aspose.pydrawing.Pen
|
|
3038
|
+
|
|
3039
|
+
inactive_border: aspose.pydrawing.Pen
|
|
3040
|
+
|
|
3041
|
+
inactive_caption: aspose.pydrawing.Pen
|
|
3042
|
+
|
|
3043
|
+
inactive_caption_text: aspose.pydrawing.Pen
|
|
3044
|
+
|
|
3045
|
+
info: aspose.pydrawing.Pen
|
|
3046
|
+
|
|
3047
|
+
info_text: aspose.pydrawing.Pen
|
|
3048
|
+
|
|
3049
|
+
menu: aspose.pydrawing.Pen
|
|
3050
|
+
|
|
3051
|
+
menu_bar: aspose.pydrawing.Pen
|
|
3052
|
+
|
|
3053
|
+
menu_highlight: aspose.pydrawing.Pen
|
|
3054
|
+
|
|
3055
|
+
menu_text: aspose.pydrawing.Pen
|
|
3056
|
+
|
|
3057
|
+
scroll_bar: aspose.pydrawing.Pen
|
|
3058
|
+
|
|
3059
|
+
window: aspose.pydrawing.Pen
|
|
3060
|
+
|
|
3061
|
+
window_frame: aspose.pydrawing.Pen
|
|
3062
|
+
|
|
3063
|
+
window_text: aspose.pydrawing.Pen
|
|
3064
|
+
|
|
3065
|
+
...
|
|
3066
|
+
|
|
3067
|
+
class Region:
|
|
3068
|
+
|
|
3069
|
+
@overload
|
|
3070
|
+
def __init__(self) -> None:
|
|
3071
|
+
...
|
|
3072
|
+
|
|
3073
|
+
@overload
|
|
3074
|
+
def __init__(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
3075
|
+
...
|
|
3076
|
+
|
|
3077
|
+
@overload
|
|
3078
|
+
def __init__(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
3079
|
+
...
|
|
3080
|
+
|
|
3081
|
+
@overload
|
|
3082
|
+
def __init__(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3083
|
+
...
|
|
3084
|
+
|
|
3085
|
+
@overload
|
|
3086
|
+
def __init__(self, rgn_data: aspose.pydrawing.drawing2d.RegionData) -> None:
|
|
3087
|
+
...
|
|
3088
|
+
|
|
3089
|
+
@overload
|
|
3090
|
+
def intersect(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
3091
|
+
...
|
|
3092
|
+
|
|
3093
|
+
@overload
|
|
3094
|
+
def intersect(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
3095
|
+
...
|
|
3096
|
+
|
|
3097
|
+
@overload
|
|
3098
|
+
def intersect(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3099
|
+
...
|
|
3100
|
+
|
|
3101
|
+
@overload
|
|
3102
|
+
def intersect(self, region: aspose.pydrawing.Region) -> None:
|
|
3103
|
+
...
|
|
3104
|
+
|
|
3105
|
+
@overload
|
|
3106
|
+
def union(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
3107
|
+
...
|
|
3108
|
+
|
|
3109
|
+
@overload
|
|
3110
|
+
def union(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
3111
|
+
...
|
|
3112
|
+
|
|
3113
|
+
@overload
|
|
3114
|
+
def union(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3115
|
+
...
|
|
3116
|
+
|
|
3117
|
+
@overload
|
|
3118
|
+
def union(self, region: aspose.pydrawing.Region) -> None:
|
|
3119
|
+
...
|
|
3120
|
+
|
|
3121
|
+
@overload
|
|
3122
|
+
def xor(self, rect: Union[Rectangle, RectangleF]) -> None:
|
|
3123
|
+
...
|
|
3124
|
+
|
|
3125
|
+
@overload
|
|
3126
|
+
def xor(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3127
|
+
...
|
|
3128
|
+
|
|
3129
|
+
@overload
|
|
3130
|
+
def xor(self, region: aspose.pydrawing.Region) -> None:
|
|
3131
|
+
...
|
|
3132
|
+
|
|
3133
|
+
@overload
|
|
3134
|
+
def exclude(self, rect: Union[Rectangle, RectangleF]) -> None:
|
|
3135
|
+
...
|
|
3136
|
+
|
|
3137
|
+
@overload
|
|
3138
|
+
def exclude(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3139
|
+
...
|
|
3140
|
+
|
|
3141
|
+
@overload
|
|
3142
|
+
def exclude(self, region: aspose.pydrawing.Region) -> None:
|
|
3143
|
+
...
|
|
3144
|
+
|
|
3145
|
+
@overload
|
|
3146
|
+
def complement(self, rect: aspose.pydrawing.RectangleF) -> None:
|
|
3147
|
+
...
|
|
3148
|
+
|
|
3149
|
+
@overload
|
|
3150
|
+
def complement(self, rect: aspose.pydrawing.Rectangle) -> None:
|
|
3151
|
+
...
|
|
3152
|
+
|
|
3153
|
+
@overload
|
|
3154
|
+
def complement(self, path: aspose.pydrawing.drawing2d.GraphicsPath) -> None:
|
|
3155
|
+
...
|
|
3156
|
+
|
|
3157
|
+
@overload
|
|
3158
|
+
def complement(self, region: aspose.pydrawing.Region) -> None:
|
|
3159
|
+
...
|
|
3160
|
+
|
|
3161
|
+
def translate(self, dx: Union[int, float], dy: Union[int, float]) -> None:
|
|
3162
|
+
...
|
|
3163
|
+
|
|
3164
|
+
@overload
|
|
3165
|
+
def is_visible(self, x: float, y: float) -> bool:
|
|
3166
|
+
...
|
|
3167
|
+
|
|
3168
|
+
@overload
|
|
3169
|
+
def is_visible(self, point: aspose.pydrawing.PointF) -> bool:
|
|
3170
|
+
...
|
|
3171
|
+
|
|
3172
|
+
@overload
|
|
3173
|
+
def is_visible(self, x: Union[int, float], y: Union[int, float], g: aspose.pydrawing.Graphics) -> bool:
|
|
3174
|
+
...
|
|
3175
|
+
|
|
3176
|
+
@overload
|
|
3177
|
+
def is_visible(self, point: aspose.pydrawing.PointF, g: aspose.pydrawing.Graphics) -> bool:
|
|
3178
|
+
...
|
|
3179
|
+
|
|
3180
|
+
@overload
|
|
3181
|
+
def is_visible(self, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float]) -> bool:
|
|
3182
|
+
...
|
|
3183
|
+
|
|
3184
|
+
@overload
|
|
3185
|
+
def is_visible(self, rect: aspose.pydrawing.RectangleF) -> bool:
|
|
3186
|
+
...
|
|
3187
|
+
|
|
3188
|
+
@overload
|
|
3189
|
+
def is_visible(self, x: Union[int, float], y: Union[int, float], width: Union[int, float], height: Union[int, float], g: aspose.pydrawing.Graphics) -> bool:
|
|
3190
|
+
...
|
|
3191
|
+
|
|
3192
|
+
@overload
|
|
3193
|
+
def is_visible(self, rect: aspose.pydrawing.RectangleF, g: aspose.pydrawing.Graphics) -> bool:
|
|
3194
|
+
...
|
|
3195
|
+
|
|
3196
|
+
@overload
|
|
3197
|
+
def is_visible(self, point: aspose.pydrawing.Point) -> bool:
|
|
3198
|
+
...
|
|
3199
|
+
|
|
3200
|
+
@overload
|
|
3201
|
+
def is_visible(self, point: aspose.pydrawing.Point, g: aspose.pydrawing.Graphics) -> bool:
|
|
3202
|
+
...
|
|
3203
|
+
|
|
3204
|
+
@overload
|
|
3205
|
+
def is_visible(self, rect: aspose.pydrawing.Rectangle) -> bool:
|
|
3206
|
+
...
|
|
3207
|
+
|
|
3208
|
+
@overload
|
|
3209
|
+
def is_visible(self, rect: aspose.pydrawing.Rectangle, g: aspose.pydrawing.Graphics) -> bool:
|
|
3210
|
+
...
|
|
3211
|
+
|
|
3212
|
+
def clone(self) -> aspose.pydrawing.Region:
|
|
3213
|
+
...
|
|
3214
|
+
|
|
3215
|
+
def make_infinite(self) -> None:
|
|
3216
|
+
...
|
|
3217
|
+
|
|
3218
|
+
def make_empty(self) -> None:
|
|
3219
|
+
...
|
|
3220
|
+
|
|
3221
|
+
def transform(self, matrix: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
3222
|
+
...
|
|
3223
|
+
|
|
3224
|
+
def get_bounds(self, g: aspose.pydrawing.Graphics) -> aspose.pydrawing.RectangleF:
|
|
3225
|
+
...
|
|
3226
|
+
|
|
3227
|
+
def is_empty(self, g: aspose.pydrawing.Graphics) -> bool:
|
|
3228
|
+
...
|
|
3229
|
+
|
|
3230
|
+
def is_infinite(self, g: aspose.pydrawing.Graphics) -> bool:
|
|
3231
|
+
...
|
|
3232
|
+
|
|
3233
|
+
def equals(self, region: aspose.pydrawing.Region, g: aspose.pydrawing.Graphics) -> bool:
|
|
3234
|
+
...
|
|
3235
|
+
|
|
3236
|
+
def get_region_data(self) -> aspose.pydrawing.drawing2d.RegionData:
|
|
3237
|
+
...
|
|
3238
|
+
|
|
3239
|
+
def get_region_scans(self, matrix: aspose.pydrawing.drawing2d.Matrix) -> list[aspose.pydrawing.RectangleF]:
|
|
3240
|
+
...
|
|
3241
|
+
|
|
3242
|
+
...
|
|
3243
|
+
|
|
3244
|
+
class Brush:
|
|
3245
|
+
|
|
3246
|
+
def clone(self) -> object:
|
|
3247
|
+
...
|
|
3248
|
+
|
|
3249
|
+
...
|
|
3250
|
+
|
|
3251
|
+
class Font:
|
|
3252
|
+
|
|
3253
|
+
@overload
|
|
3254
|
+
def __init__(self, prototype: aspose.pydrawing.Font, new_style: aspose.pydrawing.FontStyle) -> None:
|
|
3255
|
+
...
|
|
3256
|
+
|
|
3257
|
+
@overload
|
|
3258
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
3259
|
+
...
|
|
3260
|
+
|
|
3261
|
+
@overload
|
|
3262
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit, gdi_char_set: int) -> None:
|
|
3263
|
+
...
|
|
3264
|
+
|
|
3265
|
+
@overload
|
|
3266
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit, gdi_char_set: int, gdi_vertical_font: bool) -> None:
|
|
3267
|
+
...
|
|
3268
|
+
|
|
3269
|
+
@overload
|
|
3270
|
+
def __init__(self, family_name: str, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit, gdi_char_set: int) -> None:
|
|
3271
|
+
...
|
|
3272
|
+
|
|
3273
|
+
@overload
|
|
3274
|
+
def __init__(self, family_name: str, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit, gdi_char_set: int, gdi_vertical_font: bool) -> None:
|
|
3275
|
+
...
|
|
3276
|
+
|
|
3277
|
+
@overload
|
|
3278
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float, style: aspose.pydrawing.FontStyle) -> None:
|
|
3279
|
+
...
|
|
3280
|
+
|
|
3281
|
+
@overload
|
|
3282
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float, unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
3283
|
+
...
|
|
3284
|
+
|
|
3285
|
+
@overload
|
|
3286
|
+
def __init__(self, family: aspose.pydrawing.FontFamily, em_size: float) -> None:
|
|
3287
|
+
...
|
|
3288
|
+
|
|
3289
|
+
@overload
|
|
3290
|
+
def __init__(self, family_name: str, em_size: float, style: aspose.pydrawing.FontStyle, unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
3291
|
+
...
|
|
3292
|
+
|
|
3293
|
+
@overload
|
|
3294
|
+
def __init__(self, family_name: str, em_size: float, style: aspose.pydrawing.FontStyle) -> None:
|
|
3295
|
+
...
|
|
3296
|
+
|
|
3297
|
+
@overload
|
|
3298
|
+
def __init__(self, family_name: str, em_size: float, unit: aspose.pydrawing.GraphicsUnit) -> None:
|
|
3299
|
+
...
|
|
3300
|
+
|
|
3301
|
+
@overload
|
|
3302
|
+
def __init__(self, family_name: str, em_size: float) -> None:
|
|
3303
|
+
...
|
|
3304
|
+
|
|
3305
|
+
@overload
|
|
3306
|
+
def get_height(self, graphics: aspose.pydrawing.Graphics) -> float:
|
|
3307
|
+
...
|
|
3308
|
+
|
|
3309
|
+
@overload
|
|
3310
|
+
def get_height(self, dpi: float) -> float:
|
|
3311
|
+
...
|
|
3312
|
+
|
|
3313
|
+
@overload
|
|
3314
|
+
def get_height(self) -> float:
|
|
3315
|
+
...
|
|
3316
|
+
|
|
3317
|
+
@overload
|
|
3318
|
+
def to_log_font(self, log_font: object, graphics: aspose.pydrawing.Graphics) -> None:
|
|
3319
|
+
...
|
|
3320
|
+
|
|
3321
|
+
@overload
|
|
3322
|
+
def to_log_font(self, log_font: object) -> None:
|
|
3323
|
+
...
|
|
3324
|
+
|
|
3325
|
+
@staticmethod
|
|
3326
|
+
def from_log_font(lf: object) -> aspose.pydrawing.Font:
|
|
3327
|
+
...
|
|
3328
|
+
|
|
3329
|
+
def clone(self) -> object:
|
|
3330
|
+
...
|
|
3331
|
+
|
|
3332
|
+
@property
|
|
3333
|
+
def size(self) -> float:
|
|
3334
|
+
...
|
|
3335
|
+
|
|
3336
|
+
@property
|
|
3337
|
+
def style(self) -> aspose.pydrawing.FontStyle:
|
|
3338
|
+
...
|
|
3339
|
+
|
|
3340
|
+
@property
|
|
3341
|
+
def bold(self) -> bool:
|
|
3342
|
+
...
|
|
3343
|
+
|
|
3344
|
+
@property
|
|
3345
|
+
def italic(self) -> bool:
|
|
3346
|
+
...
|
|
3347
|
+
|
|
3348
|
+
@property
|
|
3349
|
+
def strikeout(self) -> bool:
|
|
3350
|
+
...
|
|
3351
|
+
|
|
3352
|
+
@property
|
|
3353
|
+
def underline(self) -> bool:
|
|
3354
|
+
...
|
|
3355
|
+
|
|
3356
|
+
@property
|
|
3357
|
+
def font_family(self) -> aspose.pydrawing.FontFamily:
|
|
3358
|
+
...
|
|
3359
|
+
|
|
3360
|
+
@property
|
|
3361
|
+
def name(self) -> str:
|
|
3362
|
+
...
|
|
3363
|
+
|
|
3364
|
+
@property
|
|
3365
|
+
def unit(self) -> aspose.pydrawing.GraphicsUnit:
|
|
3366
|
+
...
|
|
3367
|
+
|
|
3368
|
+
@property
|
|
3369
|
+
def gdi_char_set(self) -> int:
|
|
3370
|
+
...
|
|
3371
|
+
|
|
3372
|
+
@property
|
|
3373
|
+
def gdi_vertical_font(self) -> bool:
|
|
3374
|
+
...
|
|
3375
|
+
|
|
3376
|
+
@property
|
|
3377
|
+
def original_font_name(self) -> str:
|
|
3378
|
+
...
|
|
3379
|
+
|
|
3380
|
+
@property
|
|
3381
|
+
def system_font_name(self) -> str:
|
|
3382
|
+
...
|
|
3383
|
+
|
|
3384
|
+
@property
|
|
3385
|
+
def is_system_font(self) -> bool:
|
|
3386
|
+
...
|
|
3387
|
+
|
|
3388
|
+
@property
|
|
3389
|
+
def height(self) -> int:
|
|
3390
|
+
...
|
|
3391
|
+
|
|
3392
|
+
@property
|
|
3393
|
+
def size_in_points(self) -> float:
|
|
3394
|
+
...
|
|
3395
|
+
|
|
3396
|
+
...
|
|
3397
|
+
|
|
3398
|
+
class FontConverter:
|
|
3399
|
+
|
|
3400
|
+
def __init__(self) -> None:
|
|
3401
|
+
...
|
|
3402
|
+
|
|
3403
|
+
...
|
|
3404
|
+
|
|
3405
|
+
class FontFamily:
|
|
3406
|
+
|
|
3407
|
+
@overload
|
|
3408
|
+
def __init__(self, name: str) -> None:
|
|
3409
|
+
...
|
|
3410
|
+
|
|
3411
|
+
@overload
|
|
3412
|
+
def __init__(self, name: str, font_collection: aspose.pydrawing.text.FontCollection) -> None:
|
|
3413
|
+
...
|
|
3414
|
+
|
|
3415
|
+
@overload
|
|
3416
|
+
def __init__(self, generic_family: aspose.pydrawing.text.GenericFontFamilies) -> None:
|
|
3417
|
+
...
|
|
3418
|
+
|
|
3419
|
+
def get_name(self, language: int) -> str:
|
|
3420
|
+
...
|
|
3421
|
+
|
|
3422
|
+
@staticmethod
|
|
3423
|
+
def get_families(graphics: aspose.pydrawing.Graphics) -> list[aspose.pydrawing.FontFamily]:
|
|
3424
|
+
...
|
|
3425
|
+
|
|
3426
|
+
def is_style_available(self, style: aspose.pydrawing.FontStyle) -> bool:
|
|
3427
|
+
...
|
|
3428
|
+
|
|
3429
|
+
def get_em_height(self, style: aspose.pydrawing.FontStyle) -> int:
|
|
3430
|
+
...
|
|
3431
|
+
|
|
3432
|
+
def get_cell_ascent(self, style: aspose.pydrawing.FontStyle) -> int:
|
|
3433
|
+
...
|
|
3434
|
+
|
|
3435
|
+
def get_cell_descent(self, style: aspose.pydrawing.FontStyle) -> int:
|
|
3436
|
+
...
|
|
3437
|
+
|
|
3438
|
+
def get_line_spacing(self, style: aspose.pydrawing.FontStyle) -> int:
|
|
3439
|
+
...
|
|
3440
|
+
|
|
3441
|
+
@property
|
|
3442
|
+
def name(self) -> str:
|
|
3443
|
+
...
|
|
3444
|
+
|
|
3445
|
+
families: list[aspose.pydrawing.FontFamily]
|
|
3446
|
+
|
|
3447
|
+
generic_sans_serif: aspose.pydrawing.FontFamily
|
|
3448
|
+
|
|
3449
|
+
generic_serif: aspose.pydrawing.FontFamily
|
|
3450
|
+
|
|
3451
|
+
generic_monospace: aspose.pydrawing.FontFamily
|
|
3452
|
+
|
|
3453
|
+
...
|
|
3454
|
+
|
|
3455
|
+
class SolidBrush:
|
|
3456
|
+
|
|
3457
|
+
def __init__(self, color: aspose.pydrawing.Color) -> None:
|
|
3458
|
+
...
|
|
3459
|
+
|
|
3460
|
+
def clone(self) -> object:
|
|
3461
|
+
...
|
|
3462
|
+
|
|
3463
|
+
@property
|
|
3464
|
+
def color(self) -> aspose.pydrawing.Color:
|
|
3465
|
+
...
|
|
3466
|
+
|
|
3467
|
+
@color.setter
|
|
3468
|
+
def color(self, value: aspose.pydrawing.Color) -> None:
|
|
3469
|
+
...
|
|
3470
|
+
|
|
3471
|
+
...
|
|
3472
|
+
|
|
3473
|
+
class SystemBrushes:
|
|
3474
|
+
|
|
3475
|
+
@staticmethod
|
|
3476
|
+
def from_system_color(c: aspose.pydrawing.Color) -> aspose.pydrawing.Brush:
|
|
3477
|
+
...
|
|
3478
|
+
|
|
3479
|
+
active_border: aspose.pydrawing.Brush
|
|
3480
|
+
|
|
3481
|
+
active_caption: aspose.pydrawing.Brush
|
|
3482
|
+
|
|
3483
|
+
active_caption_text: aspose.pydrawing.Brush
|
|
3484
|
+
|
|
3485
|
+
app_workspace: aspose.pydrawing.Brush
|
|
3486
|
+
|
|
3487
|
+
button_face: aspose.pydrawing.Brush
|
|
3488
|
+
|
|
3489
|
+
button_highlight: aspose.pydrawing.Brush
|
|
3490
|
+
|
|
3491
|
+
button_shadow: aspose.pydrawing.Brush
|
|
3492
|
+
|
|
3493
|
+
control: aspose.pydrawing.Brush
|
|
3494
|
+
|
|
3495
|
+
control_light_light: aspose.pydrawing.Brush
|
|
3496
|
+
|
|
3497
|
+
control_light: aspose.pydrawing.Brush
|
|
3498
|
+
|
|
3499
|
+
control_dark: aspose.pydrawing.Brush
|
|
3500
|
+
|
|
3501
|
+
control_dark_dark: aspose.pydrawing.Brush
|
|
3502
|
+
|
|
3503
|
+
control_text: aspose.pydrawing.Brush
|
|
3504
|
+
|
|
3505
|
+
desktop: aspose.pydrawing.Brush
|
|
3506
|
+
|
|
3507
|
+
gradient_active_caption: aspose.pydrawing.Brush
|
|
3508
|
+
|
|
3509
|
+
gradient_inactive_caption: aspose.pydrawing.Brush
|
|
3510
|
+
|
|
3511
|
+
gray_text: aspose.pydrawing.Brush
|
|
3512
|
+
|
|
3513
|
+
highlight: aspose.pydrawing.Brush
|
|
3514
|
+
|
|
3515
|
+
highlight_text: aspose.pydrawing.Brush
|
|
3516
|
+
|
|
3517
|
+
hot_track: aspose.pydrawing.Brush
|
|
3518
|
+
|
|
3519
|
+
inactive_caption: aspose.pydrawing.Brush
|
|
3520
|
+
|
|
3521
|
+
inactive_border: aspose.pydrawing.Brush
|
|
3522
|
+
|
|
3523
|
+
inactive_caption_text: aspose.pydrawing.Brush
|
|
3524
|
+
|
|
3525
|
+
info: aspose.pydrawing.Brush
|
|
3526
|
+
|
|
3527
|
+
info_text: aspose.pydrawing.Brush
|
|
3528
|
+
|
|
3529
|
+
menu: aspose.pydrawing.Brush
|
|
3530
|
+
|
|
3531
|
+
menu_bar: aspose.pydrawing.Brush
|
|
3532
|
+
|
|
3533
|
+
menu_highlight: aspose.pydrawing.Brush
|
|
3534
|
+
|
|
3535
|
+
menu_text: aspose.pydrawing.Brush
|
|
3536
|
+
|
|
3537
|
+
scroll_bar: aspose.pydrawing.Brush
|
|
3538
|
+
|
|
3539
|
+
window: aspose.pydrawing.Brush
|
|
3540
|
+
|
|
3541
|
+
window_frame: aspose.pydrawing.Brush
|
|
3542
|
+
|
|
3543
|
+
window_text: aspose.pydrawing.Brush
|
|
3544
|
+
|
|
3545
|
+
...
|
|
3546
|
+
|
|
3547
|
+
class TextureBrush:
|
|
3548
|
+
|
|
3549
|
+
@overload
|
|
3550
|
+
def __init__(self, bitmap: aspose.pydrawing.Image) -> None:
|
|
3551
|
+
...
|
|
3552
|
+
|
|
3553
|
+
@overload
|
|
3554
|
+
def __init__(self, image: aspose.pydrawing.Image, wrap_mode: aspose.pydrawing.drawing2d.WrapMode) -> None:
|
|
3555
|
+
...
|
|
3556
|
+
|
|
3557
|
+
@overload
|
|
3558
|
+
def __init__(self, image: aspose.pydrawing.Image, wrap_mode: aspose.pydrawing.drawing2d.WrapMode, dst_rect: aspose.pydrawing.RectangleF) -> None:
|
|
3559
|
+
...
|
|
3560
|
+
|
|
3561
|
+
@overload
|
|
3562
|
+
def __init__(self, image: aspose.pydrawing.Image, wrap_mode: aspose.pydrawing.drawing2d.WrapMode, dst_rect: aspose.pydrawing.Rectangle) -> None:
|
|
3563
|
+
...
|
|
3564
|
+
|
|
3565
|
+
@overload
|
|
3566
|
+
def __init__(self, image: aspose.pydrawing.Image, dst_rect: aspose.pydrawing.RectangleF) -> None:
|
|
3567
|
+
...
|
|
3568
|
+
|
|
3569
|
+
@overload
|
|
3570
|
+
def __init__(self, image: aspose.pydrawing.Image, dst_rect: aspose.pydrawing.RectangleF, image_attr: aspose.pydrawing.imaging.ImageAttributes) -> None:
|
|
3571
|
+
...
|
|
3572
|
+
|
|
3573
|
+
@overload
|
|
3574
|
+
def __init__(self, image: aspose.pydrawing.Image, dst_rect: aspose.pydrawing.Rectangle) -> None:
|
|
3575
|
+
...
|
|
3576
|
+
|
|
3577
|
+
@overload
|
|
3578
|
+
def __init__(self, image: aspose.pydrawing.Image, dst_rect: aspose.pydrawing.Rectangle, image_attr: aspose.pydrawing.imaging.ImageAttributes) -> None:
|
|
3579
|
+
...
|
|
3580
|
+
|
|
3581
|
+
@overload
|
|
3582
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
3583
|
+
...
|
|
3584
|
+
|
|
3585
|
+
@overload
|
|
3586
|
+
def multiply_transform(self, matrix: aspose.pydrawing.drawing2d.Matrix, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
3587
|
+
...
|
|
3588
|
+
|
|
3589
|
+
@overload
|
|
3590
|
+
def translate_transform(self, dx: float, dy: float) -> None:
|
|
3591
|
+
...
|
|
3592
|
+
|
|
3593
|
+
@overload
|
|
3594
|
+
def translate_transform(self, dx: float, dy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
3595
|
+
...
|
|
3596
|
+
|
|
3597
|
+
@overload
|
|
3598
|
+
def scale_transform(self, sx: float, sy: float) -> None:
|
|
3599
|
+
...
|
|
3600
|
+
|
|
3601
|
+
@overload
|
|
3602
|
+
def scale_transform(self, sx: float, sy: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
3603
|
+
...
|
|
3604
|
+
|
|
3605
|
+
@overload
|
|
3606
|
+
def rotate_transform(self, angle: float) -> None:
|
|
3607
|
+
...
|
|
3608
|
+
|
|
3609
|
+
@overload
|
|
3610
|
+
def rotate_transform(self, angle: float, order: aspose.pydrawing.drawing2d.MatrixOrder) -> None:
|
|
3611
|
+
...
|
|
3612
|
+
|
|
3613
|
+
def clone(self) -> object:
|
|
3614
|
+
...
|
|
3615
|
+
|
|
3616
|
+
def reset_transform(self) -> None:
|
|
3617
|
+
...
|
|
3618
|
+
|
|
3619
|
+
@property
|
|
3620
|
+
def transform(self) -> aspose.pydrawing.drawing2d.Matrix:
|
|
3621
|
+
...
|
|
3622
|
+
|
|
3623
|
+
@transform.setter
|
|
3624
|
+
def transform(self, value: aspose.pydrawing.drawing2d.Matrix) -> None:
|
|
3625
|
+
...
|
|
3626
|
+
|
|
3627
|
+
@property
|
|
3628
|
+
def wrap_mode(self) -> aspose.pydrawing.drawing2d.WrapMode:
|
|
3629
|
+
...
|
|
3630
|
+
|
|
3631
|
+
@wrap_mode.setter
|
|
3632
|
+
def wrap_mode(self, value: aspose.pydrawing.drawing2d.WrapMode) -> None:
|
|
3633
|
+
...
|
|
3634
|
+
|
|
3635
|
+
@property
|
|
3636
|
+
def image(self) -> aspose.pydrawing.Image:
|
|
3637
|
+
...
|
|
3638
|
+
|
|
3639
|
+
...
|
|
3640
|
+
|
|
3641
|
+
class BufferedGraphicsManager:
|
|
3642
|
+
|
|
3643
|
+
current: aspose.pydrawing.BufferedGraphicsContext
|
|
3644
|
+
|
|
3645
|
+
...
|
|
3646
|
+
|
|
3647
|
+
class Icon:
|
|
3648
|
+
|
|
3649
|
+
@overload
|
|
3650
|
+
def __init__(self, file_name: str) -> None:
|
|
3651
|
+
...
|
|
3652
|
+
|
|
3653
|
+
@overload
|
|
3654
|
+
def __init__(self, file_name: str, size: aspose.pydrawing.Size) -> None:
|
|
3655
|
+
...
|
|
3656
|
+
|
|
3657
|
+
@overload
|
|
3658
|
+
def __init__(self, file_name: str, width: int, height: int) -> None:
|
|
3659
|
+
...
|
|
3660
|
+
|
|
3661
|
+
@overload
|
|
3662
|
+
def __init__(self, original: aspose.pydrawing.Icon, size: aspose.pydrawing.Size) -> None:
|
|
3663
|
+
...
|
|
3664
|
+
|
|
3665
|
+
@overload
|
|
3666
|
+
def __init__(self, original: aspose.pydrawing.Icon, width: int, height: int) -> None:
|
|
3667
|
+
...
|
|
3668
|
+
|
|
3669
|
+
@overload
|
|
3670
|
+
def __init__(self, type: object, resource: str) -> None:
|
|
3671
|
+
...
|
|
3672
|
+
|
|
3673
|
+
@overload
|
|
3674
|
+
def __init__(self, stream: io.BytesIO) -> None:
|
|
3675
|
+
...
|
|
3676
|
+
|
|
3677
|
+
@overload
|
|
3678
|
+
def __init__(self, stream: io.BytesIO, size: aspose.pydrawing.Size) -> None:
|
|
3679
|
+
...
|
|
3680
|
+
|
|
3681
|
+
@overload
|
|
3682
|
+
def __init__(self, stream: io.BytesIO, width: int, height: int) -> None:
|
|
3683
|
+
...
|
|
3684
|
+
|
|
3685
|
+
@staticmethod
|
|
3686
|
+
def extract_associated_icon(file_path: str) -> aspose.pydrawing.Icon:
|
|
3687
|
+
...
|
|
3688
|
+
|
|
3689
|
+
def clone(self) -> object:
|
|
3690
|
+
...
|
|
3691
|
+
|
|
3692
|
+
def save(self, output_stream: io.BytesIO) -> None:
|
|
3693
|
+
...
|
|
3694
|
+
|
|
3695
|
+
def to_bitmap(self) -> aspose.pydrawing.Bitmap:
|
|
3696
|
+
...
|
|
3697
|
+
|
|
3698
|
+
@property
|
|
3699
|
+
def height(self) -> int:
|
|
3700
|
+
...
|
|
3701
|
+
|
|
3702
|
+
@property
|
|
3703
|
+
def size(self) -> aspose.pydrawing.Size:
|
|
3704
|
+
...
|
|
3705
|
+
|
|
3706
|
+
@property
|
|
3707
|
+
def width(self) -> int:
|
|
3708
|
+
...
|
|
3709
|
+
|
|
3710
|
+
...
|
|
3711
|
+
|
|
3712
|
+
class ImageAnimator:
|
|
3713
|
+
|
|
3714
|
+
@overload
|
|
3715
|
+
@staticmethod
|
|
3716
|
+
def update_frames(image: aspose.pydrawing.Image) -> None:
|
|
3717
|
+
...
|
|
3718
|
+
|
|
3719
|
+
@overload
|
|
3720
|
+
@staticmethod
|
|
3721
|
+
def update_frames() -> None:
|
|
3722
|
+
...
|
|
3723
|
+
|
|
3724
|
+
@staticmethod
|
|
3725
|
+
def can_animate(image: aspose.pydrawing.Image) -> bool:
|
|
3726
|
+
...
|
|
3727
|
+
|
|
3728
|
+
...
|
|
3729
|
+
|
|
3730
|
+
class SystemIcons:
|
|
3731
|
+
|
|
3732
|
+
application: aspose.pydrawing.Icon
|
|
3733
|
+
|
|
3734
|
+
asterisk: aspose.pydrawing.Icon
|
|
3735
|
+
|
|
3736
|
+
error: aspose.pydrawing.Icon
|
|
3737
|
+
|
|
3738
|
+
exclamation: aspose.pydrawing.Icon
|
|
3739
|
+
|
|
3740
|
+
hand: aspose.pydrawing.Icon
|
|
3741
|
+
|
|
3742
|
+
information: aspose.pydrawing.Icon
|
|
3743
|
+
|
|
3744
|
+
question: aspose.pydrawing.Icon
|
|
3745
|
+
|
|
3746
|
+
warning: aspose.pydrawing.Icon
|
|
3747
|
+
|
|
3748
|
+
win_logo: aspose.pydrawing.Icon
|
|
3749
|
+
|
|
3750
|
+
shield: aspose.pydrawing.Icon
|
|
3751
|
+
|
|
3752
|
+
...
|
|
3753
|
+
|
|
3754
|
+
class ToolboxBitmapAttribute:
|
|
3755
|
+
|
|
3756
|
+
@overload
|
|
3757
|
+
def __init__(self, image_file: str) -> None:
|
|
3758
|
+
...
|
|
3759
|
+
|
|
3760
|
+
@overload
|
|
3761
|
+
def __init__(self, t: object) -> None:
|
|
3762
|
+
...
|
|
3763
|
+
|
|
3764
|
+
@overload
|
|
3765
|
+
def __init__(self, t: object, name: str) -> None:
|
|
3766
|
+
...
|
|
3767
|
+
|
|
3768
|
+
@overload
|
|
3769
|
+
def get_image(self, component: object) -> aspose.pydrawing.Image:
|
|
3770
|
+
...
|
|
3771
|
+
|
|
3772
|
+
@overload
|
|
3773
|
+
def get_image(self, component: object, large: bool) -> aspose.pydrawing.Image:
|
|
3774
|
+
...
|
|
3775
|
+
|
|
3776
|
+
@overload
|
|
3777
|
+
def get_image(self, type: object) -> aspose.pydrawing.Image:
|
|
3778
|
+
...
|
|
3779
|
+
|
|
3780
|
+
@overload
|
|
3781
|
+
def get_image(self, type: object, large: bool) -> aspose.pydrawing.Image:
|
|
3782
|
+
...
|
|
3783
|
+
|
|
3784
|
+
@overload
|
|
3785
|
+
def get_image(self, type: object, img_name: str, large: bool) -> aspose.pydrawing.Image:
|
|
3786
|
+
...
|
|
3787
|
+
|
|
3788
|
+
@staticmethod
|
|
3789
|
+
def get_image_from_resource(t: object, image_name: str, large: bool) -> aspose.pydrawing.Image:
|
|
3790
|
+
...
|
|
3791
|
+
|
|
3792
|
+
DEFAULT: aspose.pydrawing.ToolboxBitmapAttribute
|
|
3793
|
+
|
|
3794
|
+
...
|
|
3795
|
+
|
|
3796
|
+
class ColorTranslator:
|
|
3797
|
+
|
|
3798
|
+
@staticmethod
|
|
3799
|
+
def to_win32(c: aspose.pydrawing.Color) -> int:
|
|
3800
|
+
...
|
|
3801
|
+
|
|
3802
|
+
@staticmethod
|
|
3803
|
+
def to_ole(c: aspose.pydrawing.Color) -> int:
|
|
3804
|
+
...
|
|
3805
|
+
|
|
3806
|
+
@staticmethod
|
|
3807
|
+
def from_ole(ole_color: int) -> aspose.pydrawing.Color:
|
|
3808
|
+
...
|
|
3809
|
+
|
|
3810
|
+
@staticmethod
|
|
3811
|
+
def from_win32(win_32_color: int) -> aspose.pydrawing.Color:
|
|
3812
|
+
...
|
|
3813
|
+
|
|
3814
|
+
@staticmethod
|
|
3815
|
+
def from_html(html_color: str) -> aspose.pydrawing.Color:
|
|
3816
|
+
...
|
|
3817
|
+
|
|
3818
|
+
@staticmethod
|
|
3819
|
+
def to_html(c: aspose.pydrawing.Color) -> str:
|
|
3820
|
+
...
|
|
3821
|
+
|
|
3822
|
+
...
|
|
3823
|
+
|
|
3824
|
+
class SystemColors:
|
|
3825
|
+
|
|
3826
|
+
active_border: aspose.pydrawing.Color
|
|
3827
|
+
|
|
3828
|
+
active_caption: aspose.pydrawing.Color
|
|
3829
|
+
|
|
3830
|
+
active_caption_text: aspose.pydrawing.Color
|
|
3831
|
+
|
|
3832
|
+
app_workspace: aspose.pydrawing.Color
|
|
3833
|
+
|
|
3834
|
+
button_face: aspose.pydrawing.Color
|
|
3835
|
+
|
|
3836
|
+
button_highlight: aspose.pydrawing.Color
|
|
3837
|
+
|
|
3838
|
+
button_shadow: aspose.pydrawing.Color
|
|
3839
|
+
|
|
3840
|
+
control: aspose.pydrawing.Color
|
|
3841
|
+
|
|
3842
|
+
control_dark: aspose.pydrawing.Color
|
|
3843
|
+
|
|
3844
|
+
control_dark_dark: aspose.pydrawing.Color
|
|
3845
|
+
|
|
3846
|
+
control_light: aspose.pydrawing.Color
|
|
3847
|
+
|
|
3848
|
+
control_light_light: aspose.pydrawing.Color
|
|
3849
|
+
|
|
3850
|
+
control_text: aspose.pydrawing.Color
|
|
3851
|
+
|
|
3852
|
+
desktop: aspose.pydrawing.Color
|
|
3853
|
+
|
|
3854
|
+
gradient_active_caption: aspose.pydrawing.Color
|
|
3855
|
+
|
|
3856
|
+
gradient_inactive_caption: aspose.pydrawing.Color
|
|
3857
|
+
|
|
3858
|
+
gray_text: aspose.pydrawing.Color
|
|
3859
|
+
|
|
3860
|
+
highlight: aspose.pydrawing.Color
|
|
3861
|
+
|
|
3862
|
+
highlight_text: aspose.pydrawing.Color
|
|
3863
|
+
|
|
3864
|
+
hot_track: aspose.pydrawing.Color
|
|
3865
|
+
|
|
3866
|
+
inactive_border: aspose.pydrawing.Color
|
|
3867
|
+
|
|
3868
|
+
inactive_caption: aspose.pydrawing.Color
|
|
3869
|
+
|
|
3870
|
+
inactive_caption_text: aspose.pydrawing.Color
|
|
3871
|
+
|
|
3872
|
+
info: aspose.pydrawing.Color
|
|
3873
|
+
|
|
3874
|
+
info_text: aspose.pydrawing.Color
|
|
3875
|
+
|
|
3876
|
+
menu: aspose.pydrawing.Color
|
|
3877
|
+
|
|
3878
|
+
menu_bar: aspose.pydrawing.Color
|
|
3879
|
+
|
|
3880
|
+
menu_highlight: aspose.pydrawing.Color
|
|
3881
|
+
|
|
3882
|
+
menu_text: aspose.pydrawing.Color
|
|
3883
|
+
|
|
3884
|
+
scroll_bar: aspose.pydrawing.Color
|
|
3885
|
+
|
|
3886
|
+
window: aspose.pydrawing.Color
|
|
3887
|
+
|
|
3888
|
+
window_frame: aspose.pydrawing.Color
|
|
3889
|
+
|
|
3890
|
+
window_text: aspose.pydrawing.Color
|
|
3891
|
+
|
|
3892
|
+
...
|
|
3893
|
+
|
|
3894
|
+
class ContentAlignment(Enum):
|
|
3895
|
+
|
|
3896
|
+
TOP_LEFT: int
|
|
3897
|
+
|
|
3898
|
+
TOP_CENTER: int
|
|
3899
|
+
|
|
3900
|
+
TOP_RIGHT: int
|
|
3901
|
+
|
|
3902
|
+
MIDDLE_LEFT: int
|
|
3903
|
+
|
|
3904
|
+
MIDDLE_CENTER: int
|
|
3905
|
+
|
|
3906
|
+
MIDDLE_RIGHT: int
|
|
3907
|
+
|
|
3908
|
+
BOTTOM_LEFT: int
|
|
3909
|
+
|
|
3910
|
+
BOTTOM_CENTER: int
|
|
3911
|
+
|
|
3912
|
+
BOTTOM_RIGHT: int
|
|
3913
|
+
|
|
3914
|
+
|
|
3915
|
+
class GraphicsUnit(Enum):
|
|
3916
|
+
|
|
3917
|
+
WORLD: int
|
|
3918
|
+
|
|
3919
|
+
DISPLAY: int
|
|
3920
|
+
|
|
3921
|
+
PIXEL: int
|
|
3922
|
+
|
|
3923
|
+
POINT: int
|
|
3924
|
+
|
|
3925
|
+
INCH: int
|
|
3926
|
+
|
|
3927
|
+
DOCUMENT: int
|
|
3928
|
+
|
|
3929
|
+
MILLIMETER: int
|
|
3930
|
+
|
|
3931
|
+
|
|
3932
|
+
class RotateFlipType(Enum):
|
|
3933
|
+
|
|
3934
|
+
ROTATE_NONE_FLIP_NONE: int
|
|
3935
|
+
|
|
3936
|
+
ROTATE_90_FLIP_NONE: int
|
|
3937
|
+
|
|
3938
|
+
ROTATE_180_FLIP_NONE: int
|
|
3939
|
+
|
|
3940
|
+
ROTATE_270_FLIP_NONE: int
|
|
3941
|
+
|
|
3942
|
+
ROTATE_NONE_FLIP_X: int
|
|
3943
|
+
|
|
3944
|
+
ROTATE_90_FLIP_X: int
|
|
3945
|
+
|
|
3946
|
+
ROTATE_180_FLIP_X: int
|
|
3947
|
+
|
|
3948
|
+
ROTATE_270_FLIP_X: int
|
|
3949
|
+
|
|
3950
|
+
ROTATE_NONE_FLIP_Y: int
|
|
3951
|
+
|
|
3952
|
+
ROTATE_90_FLIP_Y: int
|
|
3953
|
+
|
|
3954
|
+
ROTATE_180_FLIP_Y: int
|
|
3955
|
+
|
|
3956
|
+
ROTATE_270_FLIP_Y: int
|
|
3957
|
+
|
|
3958
|
+
ROTATE_NONE_FLIP_XY: int
|
|
3959
|
+
|
|
3960
|
+
ROTATE_90_FLIP_XY: int
|
|
3961
|
+
|
|
3962
|
+
ROTATE_180_FLIP_XY: int
|
|
3963
|
+
|
|
3964
|
+
ROTATE_270_FLIP_XY: int
|
|
3965
|
+
|
|
3966
|
+
|
|
3967
|
+
class CopyPixelOperation(Enum):
|
|
3968
|
+
|
|
3969
|
+
BLACKNESS: int
|
|
3970
|
+
|
|
3971
|
+
CAPTURE_BLT: int
|
|
3972
|
+
|
|
3973
|
+
DESTINATION_INVERT: int
|
|
3974
|
+
|
|
3975
|
+
MERGE_COPY: int
|
|
3976
|
+
|
|
3977
|
+
MERGE_PAINT: int
|
|
3978
|
+
|
|
3979
|
+
NO_MIRROR_BITMAP: int
|
|
3980
|
+
|
|
3981
|
+
NOT_SOURCE_COPY: int
|
|
3982
|
+
|
|
3983
|
+
NOT_SOURCE_ERASE: int
|
|
3984
|
+
|
|
3985
|
+
PAT_COPY: int
|
|
3986
|
+
|
|
3987
|
+
PAT_INVERT: int
|
|
3988
|
+
|
|
3989
|
+
PAT_PAINT: int
|
|
3990
|
+
|
|
3991
|
+
SOURCE_AND: int
|
|
3992
|
+
|
|
3993
|
+
SOURCE_COPY: int
|
|
3994
|
+
|
|
3995
|
+
SOURCE_ERASE: int
|
|
3996
|
+
|
|
3997
|
+
SOURCE_INVERT: int
|
|
3998
|
+
|
|
3999
|
+
SOURCE_PAINT: int
|
|
4000
|
+
|
|
4001
|
+
WHITENESS: int
|
|
4002
|
+
|
|
4003
|
+
|
|
4004
|
+
class FontStyle(Enum):
|
|
4005
|
+
|
|
4006
|
+
REGULAR: int
|
|
4007
|
+
|
|
4008
|
+
BOLD: int
|
|
4009
|
+
|
|
4010
|
+
ITALIC: int
|
|
4011
|
+
|
|
4012
|
+
UNDERLINE: int
|
|
4013
|
+
|
|
4014
|
+
STRIKEOUT: int
|
|
4015
|
+
|
|
4016
|
+
|
|
4017
|
+
class StringAlignment(Enum):
|
|
4018
|
+
|
|
4019
|
+
NEAR: int
|
|
4020
|
+
|
|
4021
|
+
CENTER: int
|
|
4022
|
+
|
|
4023
|
+
FAR: int
|
|
4024
|
+
|
|
4025
|
+
|
|
4026
|
+
class StringDigitSubstitute(Enum):
|
|
4027
|
+
|
|
4028
|
+
USER: int
|
|
4029
|
+
|
|
4030
|
+
NONE: int
|
|
4031
|
+
|
|
4032
|
+
NATIONAL: int
|
|
4033
|
+
|
|
4034
|
+
TRADITIONAL: int
|
|
4035
|
+
|
|
4036
|
+
|
|
4037
|
+
class StringFormatFlags(Enum):
|
|
4038
|
+
|
|
4039
|
+
DIRECTION_RIGHT_TO_LEFT: int
|
|
4040
|
+
|
|
4041
|
+
DIRECTION_VERTICAL: int
|
|
4042
|
+
|
|
4043
|
+
FIT_BLACK_BOX: int
|
|
4044
|
+
|
|
4045
|
+
DISPLAY_FORMAT_CONTROL: int
|
|
4046
|
+
|
|
4047
|
+
NO_FONT_FALLBACK: int
|
|
4048
|
+
|
|
4049
|
+
MEASURE_TRAILING_SPACES: int
|
|
4050
|
+
|
|
4051
|
+
NO_WRAP: int
|
|
4052
|
+
|
|
4053
|
+
LINE_LIMIT: int
|
|
4054
|
+
|
|
4055
|
+
NO_CLIP: int
|
|
4056
|
+
|
|
4057
|
+
|
|
4058
|
+
class StringTrimming(Enum):
|
|
4059
|
+
|
|
4060
|
+
NONE: int
|
|
4061
|
+
|
|
4062
|
+
CHARACTER: int
|
|
4063
|
+
|
|
4064
|
+
WORD: int
|
|
4065
|
+
|
|
4066
|
+
ELLIPSIS_CHARACTER: int
|
|
4067
|
+
|
|
4068
|
+
ELLIPSIS_WORD: int
|
|
4069
|
+
|
|
4070
|
+
ELLIPSIS_PATH: int
|
|
4071
|
+
|
|
4072
|
+
|
|
4073
|
+
class StringUnit(Enum):
|
|
4074
|
+
|
|
4075
|
+
WORLD: int
|
|
4076
|
+
|
|
4077
|
+
DISPLAY: int
|
|
4078
|
+
|
|
4079
|
+
PIXEL: int
|
|
4080
|
+
|
|
4081
|
+
POINT: int
|
|
4082
|
+
|
|
4083
|
+
INCH: int
|
|
4084
|
+
|
|
4085
|
+
DOCUMENT: int
|
|
4086
|
+
|
|
4087
|
+
MILLIMETER: int
|
|
4088
|
+
|
|
4089
|
+
EM: int
|
|
4090
|
+
|