mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
- Rename src to _src
This commit is contained in:
@@ -0,0 +1,159 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
id: RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: RenderQuality
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nSpecifies which render quality is used to display the bitmap images.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum RenderQuality
|
||||
content.vb: Public Enum RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
id: High
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: High
|
||||
nameWithType: RenderQuality.High
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: High
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nSlower then <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.Low\" data-throw-if-not-resolved=\"false\"></xref> but produces higher quality output.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: High = 0
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
id: Low
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Low
|
||||
nameWithType: RenderQuality.Low
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Low
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nFaster then <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.High\" data-throw-if-not-resolved=\"false\"></xref> but produces lower quality output.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Low = 1
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
id: Performance
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Performance
|
||||
nameWithType: RenderQuality.Performance
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Performance
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nProvides performance benefits over <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.Low\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Performance = 2
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
isExternal: true
|
||||
Reference in New Issue
Block a user