Moving to git

This commit is contained in:
Tim Young 2017-09-02 20:35:32 -05:00
commit a64ae89fec
369 changed files with 14030 additions and 0 deletions

BIN
.vs/SpriteLibrary/v14/.suo Normal file

Binary file not shown.

BIN
.vs/SpriteLibrary/v15/.suo Normal file

Binary file not shown.

23
SpriteLibrary.sln Normal file
View File

@ -0,0 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpriteLibrary", "SpriteLibrary\SpriteLibrary.csproj", "{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}.Release|Any CPU.Build.0 = Release|Any CPU
{FC04405B-2BC1-42CA-8410-A30F9BAF4B6C}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SpriteLibrary</title>
</head>
<body class="vendor-book">
<div class="details">
<span class="vendor">Vendor Name</span>
<span class="locale">en-us</span>
<span class="product">SpriteLibrary</span>
<span class="name">SpriteLibrary</span>
</div>
<div class="package-list">
<div class="package">
<!-- NOTE: The "name" span value cannot contain any periods! -->
<span class="name">Documentation</span>
<a class="current-link" href="Documentation.mshc">Documentation.mshc</a>
</div>
</div>
</body>
</html>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,47 @@
@ECHO OFF
CLS
REM This is an example script to show how to use the Help Library Manager Launcher to install an MS Help Viewer
REM file. You can use this as an example for creating a script to run from your product's installer.
REM NOTE: If not executed from within the same folder as the executable, a full path is required on the
REM executable and the HelpContentSetup.msha file.
IF "%1%"=="" GOTO MissingVersion
IF "%1%"=="1.0" GOTO HelpViewer1
GOTO HelpViewer2:
:HelpViewer1
REM Help Viewer 1.0
REM Uninstall first in case it is already there. If not, it won't install below. We'll ignore any error output
REM by redirecting it to NUL.
HelpLibraryManagerLauncher.exe /product "VS" /version "100" /locale en-us /uninstall /silent /vendor "Vendor Name" /productName "SpriteLibrary" /mediaBookList "SpriteLibrary" > NUL
REM For Help Viewer 1.0. the setup name must be HelpContentSetup.msha so make sure we copy the setup file to that
REM name. SHFB names it after the help file so that multiple files can be deployed to the same output older at
REM build time.
IF EXIST "Documentation.msha" COPY /Y "Documentation.msha" HelpContentSetup.msha
REM Install the new content.
HelpLibraryManagerLauncher.exe /product "VS" /version "100" /locale en-us /sourceMedia "%CD%\HelpContentSetup.msha"
GOTO Exit
:HelpViewer2
REM Help Viewer 2.x
REM Uninstall first in case it is already there. If not, it won't install below. We'll ignore any error output
REM by redirecting it to NUL.
HelpLibraryManagerLauncher.exe /viewerVersion %1 /locale en-us /wait 0 /operation uninstall /vendor "Vendor Name" /productName "SpriteLibrary" /bookList "SpriteLibrary" > NUL
REM Install the new content.
HelpLibraryManagerLauncher.exe /viewerVersion %1 /locale en-us /wait 0 /operation install /sourceUri "%CD%\Documentation.msha"
GOTO Exit
:MissingVersion
ECHO A help viewer version parameter is required
:Exit

View File

@ -0,0 +1,366 @@
<?xml version="1.0" encoding="utf-8"?>
<shfbBuild product="Sandcastle Help File Builder and Tools" version="2016.9.17.0" projectFile="C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\SpriteLibrary.shfbproj" started="1/14/2017 2:18:25 PM">
<buildStep step="Initializing">
Finding tools...
The Sandcastle tools are located in &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\&#39;
Locating components in the following folder(s):
C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc
C:\ProgramData\EWSoftware\Sandcastle Help File Builder\Components and Plug-Ins\
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\
Using framework reflection data for &#39;.NET Framework 4.5&#39; located in &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\Data\.NETFramework&#39;
Using presentation style &#39;VS2013&#39; located in &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013&#39;
Loading and initializing plug-ins...
Lightweight Website Style Version 2016.9.17.0
Copyright &#169; 2006-2016, Eric Woodruff, All Rights Reserved
Portions Copyright &#169; 2014, Sam Harwell, All Rights Reserved
-------------------------------
Clearing any prior web/markdown output...
</buildStep>
<buildStep step="ValidatingDocumentationSources">
Validating and copying documentation source information
Source: C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\bin\Release\SpriteLibrary.XML
Source: C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\bin\Release\SpriteLibrary.dll
Found assembly &#39;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\bin\Release\SpriteLibrary.dll&#39;
Copying XML comments files
C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\bin\Release\SpriteLibrary.XML -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\SpriteLibrary.XML
</buildStep>
<buildStep step="GenerateSharedContent">
Generating shared content files (en-US, English (United States))...
<plugIn name="Lightweight Website Style" behavior="After" priority="1000">
</plugIn> Last step completed in 00:00:00.0431
</buildStep>
<buildStep step="GenerateApiFilter">
Generating API filter for MRefBuilder...
Last step completed in 00:00:00.0055
</buildStep>
<buildStep step="GenerateReflectionInfo">
Generating reflection information...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - GenerateRefInfo.proj]
Build started 1/14/2017 2:18:27 PM.
Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\GenerateRefInfo.proj&quot; on node 1 (default targets).
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
PrepareForBuild:
Creating directory &quot;obj\Debug\&quot;.
GenerateRefInfo:
MRefBuilder (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
No source code context base path specified. Source context information is unavailable.
Loaded 1 assemblies for reflection and 1 dependency assemblies.
Wrote information on 1 namespaces, 9 types, and 172 members
Copying file from &quot;reflection.org&quot; to &quot;reflection.all&quot;.
XslTransform (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Applying XSL transformation &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\ProductionTransforms\MergeDuplicates.xsl&#39;.
Done Building Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\GenerateRefInfo.proj&quot; (default targets).
Build succeeded.
Time Elapsed 00:00:01.25
Last step completed in 00:00:01.7018
</buildStep>
<buildStep step="TransformReflectionInfo">
Transforming reflection output...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - TransformManifest.proj]
Build started 1/14/2017 2:18:28 PM.
Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\TransformManifest.proj&quot; on node 1 (default targets).
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
TransformManifest:
XslTransform (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Applying XSL transformation &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\\ProductionTransforms\ApplyVSDocModel.xsl&#39;.
Copying file from &quot;reflection.xml&quot; to &quot;reflection.nofilenames&quot;.
XslTransform (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Applying XSL transformation &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\ProductionTransforms\AddFilenames.xsl&#39;.
XslTransform (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Applying XSL transformation &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\ProductionTransforms\ReflectionToManifest.xsl&#39;.
Done Building Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\TransformManifest.proj&quot; (default targets).
Build succeeded.
Time Elapsed 00:00:01.07
Last step completed in 00:00:01.4112
</buildStep>
<buildStep step="GenerateNamespaceSummaries">
Generating namespace summary information...
Last step completed in 00:00:00.0210
</buildStep>
<buildStep step="CopyAdditionalContent">
Copying additional content files...
No additional content to copy
Last step completed in 00:00:00.0025
</buildStep>
<buildStep step="MergeTablesOfContents">
Merging conceptual and additional tables of contents...
Last step completed in 00:00:00.0005
</buildStep>
<buildStep step="GenerateIntermediateTableOfContents">
Generating intermediate table of contents file...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - GenerateIntermediateTOC.proj]
Build started 1/14/2017 2:18:30 PM.
Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\GenerateIntermediateTOC.proj&quot; on node 1 (default targets).
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
GenerateIntermediateTOC:
XslTransform (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Applying XSL transformation &#39;C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\\ProductionTransforms\CreateVSToc.xsl&#39;.
Done Building Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\GenerateIntermediateTOC.proj&quot; (default targets).
Build succeeded.
Time Elapsed 00:00:00.55
Generating conceptual content intermediate TOC file...
Last step completed in 00:00:00.9175
</buildStep>
<buildStep step="CreateBuildAssemblerConfigs">
Creating Sandcastle configuration files...
sandcastle.config
Last step completed in 00:00:00.4511
</buildStep>
<buildStep step="MergeCustomConfigs">
Merging custom build component configurations
C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\sandcastle.config
Updating reference topic configurations.
Replaced configuration for &#39;Syntax Component&#39; (instance 1) with configuration for &#39;Syntax Component&#39;
No conceptual content. Removing conceptual content components.
Last step completed in 00:00:00.0165
</buildStep>
<buildStep step="BuildTopics">
Building help topics...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - BuildTopics.proj]
Build started 1/14/2017 2:18:31 PM.
Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\BuildTopics.proj&quot; on node 1 (default targets).
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
BuildTopics:
BuildAssembler (v2016.9.17.0)
Copyright c 2006-2016, Microsoft Corporation, All Rights Reserved.
Portions Copyright c 2006-2016, Eric Woodruff, All Rights Reserved.
Loading configuration...
Processing topics...
Processed 198 topic(s)
CopyFromIndexComponent: &quot;reflection&quot; in-memory cache entries used: 7 of 15.
CopyFromIndexComponent: &quot;comments&quot; in-memory cache entries used: 2 of 30.
Done Building Project &quot;C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\BuildTopics.proj&quot; (default targets).
Build succeeded.
Time Elapsed 00:00:10.90
Last step completed in 00:00:11.2938
</buildStep>
<buildStep step="CombiningIntermediateTocFiles">
Combining conceptual and API intermediate TOC files...
Last step completed in 00:00:00.0040
</buildStep>
<buildStep step="ExtractingHtmlInfo">
Extracting HTML info for HTML Help 1 and/or website...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - ExtractHtmlInfo.proj]
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
Sandcastle Help File Builder and Tools, version 2016.9.17.0
Copyright c 2006-2016, Eric Woodruff, All Rights Reserved
E-Mail: Eric@EWoodruff.us
Using LCID &#39;1033&#39;, code page &#39;65001&#39;, encoding charset &#39;UTF-8&#39;.
Processing website files in C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website
Processed 198 HTML files
Sorting keywords and generating See Also indices
Saving website keyword index to C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\WebKI.xml
Saving website table of contents to C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\WebTOC.xml
Last step completed in 00:00:00.9811
</buildStep>
<buildStep step="CopyStandardHelpContent">
Copying standard help content...
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertCaution.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\AlertCaution.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertNote.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\AlertNote.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertSecurity.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\AlertSecurity.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\CFW.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\CFW.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\CodeExample.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\CodeExample.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\favicon.ico -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\favicon.ico
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\privstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protoperator.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protoperator.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\protstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\puboperator.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\puboperator.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\pubstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\SectionCollapsed.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\SectionCollapsed.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\SectionExpanded.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\SectionExpanded.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\slMobile.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\slMobile.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\static.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\static.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\xna.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\icons\xna.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\scripts\branding.js -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\scripts\branding.js
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-cs-CZ.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-cs-CZ.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-de-DE.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-de-DE.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-en-US.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-en-US.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-es-ES.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-es-ES.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-fr-FR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-fr-FR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-Help1.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-Help1.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-HelpViewer.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-HelpViewer.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-it-IT.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-it-IT.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ja-JP.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-ja-JP.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ko-KR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-ko-KR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-pl-PL.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-pl-PL.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-pt-BR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-pt-BR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ru-RU.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-ru-RU.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-tr-TR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-tr-TR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-Website.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-Website.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-zh-CN.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-zh-CN.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-zh-TW.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding-zh-TW.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\MSHelpViewer\styles\branding.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertCaution.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\AlertCaution.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertNote.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\AlertNote.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\AlertSecurity.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\AlertSecurity.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\CFW.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\CFW.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\CodeExample.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\CodeExample.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\favicon.ico -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\favicon.ico
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\privstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\privstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protoperator.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protoperator.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\protstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\protstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubclass.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubclass.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubdelegate.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubdelegate.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubenumeration.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubenumeration.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubevent.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubevent.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubextension.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubextension.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubfield.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubfield.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubinterface.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubinterface.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubmethod.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubmethod.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\puboperator.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\puboperator.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubproperty.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubproperty.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\pubstructure.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\pubstructure.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\SectionCollapsed.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\SectionCollapsed.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\SectionExpanded.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\SectionExpanded.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\slMobile.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\slMobile.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\static.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\static.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\icons\xna.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\xna.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\scripts\branding.js -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\scripts\branding.js
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-cs-CZ.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-cs-CZ.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-de-DE.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-de-DE.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-en-US.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-en-US.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-es-ES.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-es-ES.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-fr-FR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-fr-FR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-Help1.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-Help1.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-HelpViewer.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-HelpViewer.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-it-IT.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-it-IT.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ja-JP.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-ja-JP.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ko-KR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-ko-KR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-pl-PL.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-pl-PL.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-pt-BR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-pt-BR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-ru-RU.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-ru-RU.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-tr-TR.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-tr-TR.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-Website.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-Website.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-zh-CN.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-zh-CN.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding-zh-TW.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding-zh-TW.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\styles\branding.css -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\styles\branding.css
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\index.html -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\index.html
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\search.html -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\search.html
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\SearchHelp.aspx -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\SearchHelp.aspx
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\SearchHelp.inc.php -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\SearchHelp.inc.php
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\SearchHelp.php -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\SearchHelp.php
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\Web.Config -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\Web.Config
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\icons\Search.png -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\Search.png
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\icons\TocClose.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\TocClose.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\icons\TocCollapsed.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\TocCollapsed.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\icons\TocExpanded.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\TocExpanded.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\icons\TocOpen.gif -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\icons\TocOpen.gif
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\branding-Website.js -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\scripts\branding-Website.js
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\clipboard.min.js -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\scripts\clipboard.min.js
C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\jquery-1.11.0.min.js -&gt; C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Working\Output\Website\scripts\jquery-1.11.0.min.js
Last step completed in 00:00:02.2605
</buildStep>
<buildStep step="GenerateHelpFormatTableOfContents">
Executing informational Generate Table of Contents build step for plug-ins (not used for MS Help Viewer)
Last step completed in 00:00:00.0015
</buildStep>
<buildStep step="GenerateHelpProject">
Executing informational Generate Help Project build step for plug-ins (not used for MS Help Viewer)
Last step completed in 00:00:00.0015
</buildStep>
<buildStep step="CompilingHelpFile">
Generating MS Help Viewer file...
[C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe - BuildHelpViewerFile.proj]
Project file contains ToolsVersion=&quot;12.0&quot;. This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion=&quot;4.0&quot;. For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
Compressing help content files...
Compression finished. 267 items added
Saving C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Documentation.mshc...
Finished saving C:\Users\TimYo\Documents\Visual Studio 2015\Projects\SpriteLibrary\SpriteLibrary\Doc\Help\Documentation.mshc
Compressed 4 folders, 263 files. Reduced size by 1,043,810 bytes (71%).
Last step completed in 00:00:01.4054
</buildStep>
<buildStep step="GenerateHelpFormatTableOfContents">
Generating website table of contents file...
Last step completed in 00:00:00.0015
</buildStep>
<buildStep step="GenerateFullTextIndex">
Generating full-text index for the website...
<plugIn name="Lightweight Website Style" behavior="After" priority="1000">
Adding lightweight search and TOC elements to each topic...
</plugIn> Last step completed in 00:00:00.2865
</buildStep>
<buildStep step="CopyingWebsiteFiles">
Copying website files to output folder...
Copied 328 files for the website content
Last step completed in 00:00:00.6354
</buildStep>
<buildStep step="CleanIntermediates">
Removing intermediate files...
Last step completed in 00:00:01.1018
</buildStep>
<buildStep step="Completed">
Build completed successfully at 1/14/2017 2:18:49 PM. Total time: 00:00:23.8718
</buildStep>
</shfbBuild>

View File

@ -0,0 +1,31 @@
@ECHO OFF
CLS
REM This is an example script to show how to use the Help Library Manager Launcher to remove an MS Help Viewer file.
REM You can use this as an example for creating a script to run from your product's uninstaller.
REM NOTE: If not executed from within the same folder as the executable, a full path is required on the executable.
IF "%1%"=="" GOTO MissingVersion
IF "%1%"=="1.0" GOTO HelpViewer1
GOTO HelpViewer2
:HelpViewer1
REM Help Viewer 1.0
HelpLibraryManagerLauncher.exe /product "VS" /version "100" /locale en-us /uninstall /silent /vendor "Vendor Name" /productName "SpriteLibrary" /mediaBookList "SpriteLibrary"
GOTO Exit
:HelpViewer2
REM Help Viewer 2.x
HelpLibraryManagerLauncher.exe /viewerVersion %1 /locale en-us /wait 0 /operation uninstall /vendor "Vendor Name" /productName "SpriteLibrary" /bookList "SpriteLibrary"
GOTO Exit
:MissingVersion
ECHO A help viewer version parameter is required
:Exit

View File

@ -0,0 +1,233 @@
<%@ Page Language="C#" EnableViewState="False" %>
<script runat="server">
//===============================================================================================================
// System : Sandcastle Help File Builder
// File : SearchHelp.aspx
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 05/15/2014
// Note : Copyright 2007-2015, Eric Woodruff, All rights reserved
// Compiler: Microsoft C#
//
// This file contains the code used to search for keywords within the help topics using the full-text index
// files created by the help file builder.
//
// This code is published under the Microsoft Public License (Ms-PL). A copy of the license should be
// distributed with the code. It can also be found at the project website: https://GitHub.com/EWSoftware/SHFB. This
// notice, the author's name, and all copyright notices must remain intact in all applications, documentation,
// and source files.
//
// Date Who Comments
// ==============================================================================================================
// 06/24/2007 EFW Created the code
// 02/17/2012 EFW Switched to JSON serialization to support websites that use something other than ASP.NET
// such as PHP.
// 05/15/2014 EFW Updated for use with the lightweight website presentation styles
//===============================================================================================================
/// <summary>
/// This class is used to track the results and their rankings
/// </summary>
private class Ranking
{
public string Filename, PageTitle;
public int Rank;
public Ranking(string file, string title, int rank)
{
Filename = file;
PageTitle = title;
Rank = rank;
}
}
/// <summary>
/// Render the search results
/// </summary>
/// <param name="writer">The writer to which the results are written</param>
protected override void Render(HtmlTextWriter writer)
{
JavaScriptSerializer jss = new JavaScriptSerializer();
string searchText, ftiFile;
char letter;
bool sortByTitle = false;
jss.MaxJsonLength = Int32.MaxValue;
// The keywords for which to search should be passed in the query string
searchText = this.Request.QueryString["Keywords"];
if(String.IsNullOrEmpty(searchText))
{
writer.Write("<strong>Nothing found</strong>");
return;
}
// An optional SortByTitle option can also be specified
if(this.Request.QueryString["SortByTitle"] != null)
sortByTitle = Convert.ToBoolean(this.Request.QueryString["SortByTitle"]);
List<string> keywords = this.ParseKeywords(searchText);
List<char> letters = new List<char>();
List<string> fileList;
Dictionary<string, List<long>> ftiWords, wordDictionary = new Dictionary<string,List<long>>();
// Load the file index
using(StreamReader sr = new StreamReader(Server.MapPath("fti/FTI_Files.json")))
{
fileList = jss.Deserialize<List<string>>(sr.ReadToEnd());
}
// Load the required word index files
foreach(string word in keywords)
{
letter = word[0];
if(!letters.Contains(letter))
{
letters.Add(letter);
ftiFile = Server.MapPath(String.Format(CultureInfo.InvariantCulture, "fti/FTI_{0}.json", (int)letter));
if(File.Exists(ftiFile))
{
using(StreamReader sr = new StreamReader(ftiFile))
{
ftiWords = jss.Deserialize<Dictionary<string, List<long>>>(sr.ReadToEnd());
}
foreach(string ftiWord in ftiWords.Keys)
wordDictionary.Add(ftiWord, ftiWords[ftiWord]);
}
}
}
// Perform the search and return the results as a block of HTML
writer.Write(this.Search(keywords, fileList, wordDictionary, sortByTitle));
}
/// <summary>
/// Split the search text up into keywords
/// </summary>
/// <param name="keywords">The keywords to parse</param>
/// <returns>A list containing the words for which to search</returns>
private List<string> ParseKeywords(string keywords)
{
List<string> keywordList = new List<string>();
string checkWord;
string[] words = Regex.Split(keywords, @"\W+");
foreach(string word in words)
{
checkWord = word.ToLower(CultureInfo.InvariantCulture);
if(checkWord.Length > 2 && !Char.IsDigit(checkWord[0]) && !keywordList.Contains(checkWord))
keywordList.Add(checkWord);
}
return keywordList;
}
/// <summary>
/// Search for the specified keywords and return the results as a block of HTML
/// </summary>
/// <param name="keywords">The keywords for which to search</param>
/// <param name="fileInfo">The file list</param>
/// <param name="wordDictionary">The dictionary used to find the words</param>
/// <param name="sortByTitle">True to sort by title, false to sort by ranking</param>
/// <returns>A block of HTML representing the search results</returns>
private string Search(List<string> keywords, List<string> fileInfo,
Dictionary<string, List<long>> wordDictionary, bool sortByTitle)
{
StringBuilder sb = new StringBuilder(10240);
Dictionary<string, List<long>> matches = new Dictionary<string, List<long>>();
List<long> occurrences;
List<int> matchingFileIndices = new List<int>(), occurrenceIndices = new List<int>();
List<Ranking> rankings = new List<Ranking>();
string filename, title;
string[] fileIndex;
bool isFirst = true;
int idx, wordCount, matchCount;
foreach(string word in keywords)
{
if(!wordDictionary.TryGetValue(word, out occurrences))
return "<strong>Nothing found</strong>";
matches.Add(word, occurrences);
occurrenceIndices.Clear();
// Get a list of the file indices for this match
foreach(long entry in occurrences)
occurrenceIndices.Add((int)(entry >> 16));
if(isFirst)
{
isFirst = false;
matchingFileIndices.AddRange(occurrenceIndices);
}
else
{
// After the first match, remove files that do not appear for
// all found keywords.
for(idx = 0; idx < matchingFileIndices.Count; idx++)
if(!occurrenceIndices.Contains(matchingFileIndices[idx]))
{
matchingFileIndices.RemoveAt(idx);
idx--;
}
}
}
if(matchingFileIndices.Count == 0)
return "<strong>Nothing found</strong>";
// Rank the files based on the number of times the words occurs
foreach(int index in matchingFileIndices)
{
// Split out the title, filename, and word count
fileIndex = fileInfo[index].Split('\x0');
title = fileIndex[0];
filename = fileIndex[1];
wordCount = Convert.ToInt32(fileIndex[2]);
matchCount = 0;
foreach(string word in keywords)
{
occurrences = matches[word];
foreach(long entry in occurrences)
if((int)(entry >> 16) == index)
matchCount += (int)(entry & 0xFFFF);
}
rankings.Add(new Ranking(filename, title, matchCount * 1000 / wordCount));
if(rankings.Count > 99)
break;
}
// Sort by rank in descending order or by page title in ascending order
rankings.Sort(delegate (Ranking x, Ranking y)
{
if(!sortByTitle)
return y.Rank - x.Rank;
return x.PageTitle.CompareTo(y.PageTitle);
});
// Format the file list and return the results
sb.Append("<ol>");
foreach(Ranking r in rankings)
sb.AppendFormat("<li><a href=\"{0}\" target=\"_blank\">{1}</a></li>", r.Filename, r.PageTitle);
sb.Append("</ol>");
if(rankings.Count < matchingFileIndices.Count)
sb.AppendFormat("<p>Omitted {0} more results</p>", matchingFileIndices.Count - rankings.Count);
return sb.ToString();
}
</script>

View File

@ -0,0 +1,173 @@
<?
// Contributed to the Sandcastle Help File Builder project by Thomas Levesque
class Ranking
{
public $filename;
public $pageTitle;
public $rank;
function __construct($file, $title, $rank)
{
$this->filename = $file;
$this->pageTitle = $title;
$this->rank = $rank;
}
}
/// <summary>
/// Split the search text up into keywords
/// </summary>
/// <param name="keywords">The keywords to parse</param>
/// <returns>A list containing the words for which to search</returns>
function ParseKeywords($keywords)
{
$keywordList = array();
$words = preg_split("/[^\w]+/", $keywords);
foreach($words as $word)
{
$checkWord = strtolower($word);
$first = substr($checkWord, 0, 1);
if(strlen($checkWord) > 2 && !ctype_digit($first) && !in_array($checkWord, $keywordList))
{
array_push($keywordList, $checkWord);
}
}
return $keywordList;
}
/// <summary>
/// Search for the specified keywords and return the results as a block of
/// HTML.
/// </summary>
/// <param name="keywords">The keywords for which to search</param>
/// <param name="fileInfo">The file list</param>
/// <param name="wordDictionary">The dictionary used to find the words</param>
/// <param name="sortByTitle">True to sort by title, false to sort by
/// ranking</param>
/// <returns>A block of HTML representing the search results.</returns>
function Search($keywords, $fileInfo, $wordDictionary, $sortByTitle)
{
$sb = "<ol>";
$matches = array();
$matchingFileIndices = array();
$rankings = array();
$isFirst = true;
foreach($keywords as $word)
{
if (!array_key_exists($word, $wordDictionary))
{
return "<strong>Nothing found</strong>";
}
$occurrences = $wordDictionary[$word];
$matches[$word] = $occurrences;
$occurrenceIndices = array();
// Get a list of the file indices for this match
foreach($occurrences as $entry)
array_push($occurrenceIndices, ($entry >> 16));
if($isFirst)
{
$isFirst = false;
foreach($occurrenceIndices as $i)
{
array_push($matchingFileIndices, $i);
}
}
else
{
// After the first match, remove files that do not appear for
// all found keywords.
for($idx = 0; $idx < count($matchingFileIndices); $idx++)
{
if (!in_array($matchingFileIndices[$idx], $occurrenceIndices))
{
array_splice($matchingFileIndices, $idx, 1);
$idx--;
}
}
}
}
if(count($matchingFileIndices) == 0)
{
return "<strong>Nothing found</strong>";
}
// Rank the files based on the number of times the words occurs
foreach($matchingFileIndices as $index)
{
// Split out the title, filename, and word count
$fileIndex = explode("\x00", $fileInfo[$index]);
$title = $fileIndex[0];
$filename = $fileIndex[1];
$wordCount = intval($fileIndex[2]);
$matchCount = 0;
foreach($keywords as $words)
{
$occurrences = $matches[$word];
foreach($occurrences as $entry)
{
if(($entry >> 16) == $index)
$matchCount += $entry & 0xFFFF;
}
}
$r = new Ranking($filename, $title, $matchCount * 1000 / $wordCount);
array_push($rankings, $r);
if(count($rankings) > 99)
break;
}
// Sort by rank in descending order or by page title in ascending order
if($sortByTitle)
{
usort($rankings, "cmprankbytitle");
}
else
{
usort($rankings, "cmprank");
}
// Format the file list and return the results
foreach($rankings as $r)
{
$f = $r->filename;
$t = $r->pageTitle;
$sb .= "<li><a href=\"$f\" target=\"_blank\">$t</a></li>";
}
$sb .= "</ol";
if(count($rankings) < count($matchingFileIndices))
{
$c = count(matchingFileIndices) - count(rankings);
$sb .= "<p>Omitted $c more results</p>";
}
return $sb;
}
function cmprank($x, $y)
{
return $y->rank - $x->rank;
}
function cmprankbytitle($x, $y)
{
return strcmp($x->pageTitle, $y->pageTitle);
}
?>

View File

@ -0,0 +1,58 @@
<?
// Contributed to the Sandcastle Help File Builder project by Thomas Levesque
include("SearchHelp.inc.php");
$sortByTitle = false;
// The keywords for which to search should be passed in the query string
$searchText = $_GET["Keywords"];
if(empty($searchText))
{
?>
<strong>Nothing found</strong>
<?
return;
}
// An optional SortByTitle option can also be specified
if($_GET["SortByTitle"] == "true")
$sortByTitle = true;
$keywords = ParseKeywords($searchText);
$letters = array();
$wordDictionary = array();
// Load the file index
$json = file_get_contents("fti/FTI_Files.json");
$fileList = json_decode($json);
// Load the required word index files
foreach($keywords as $word)
{
$letter = substr($word, 0, 1);
if(!in_array($letter, $letters))
{
array_push($letters, $letter);
$ascii = ord($letter);
$ftiFile = "fti/FTI_$ascii.json";
if(file_exists($ftiFile))
{
$json = file_get_contents($ftiFile);
$ftiWords = json_decode($json, true);
foreach($ftiWords as $ftiWord => $val)
{
$wordDictionary[$ftiWord] = $val;
}
}
}
}
// Perform the search and return the results as a block of HTML
$results = Search($keywords, $fileList, $wordDictionary, $sortByTitle);
echo $results;
?>

View File

@ -0,0 +1,31 @@
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<compilation debug="false">
<assemblies>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</assemblies>
</compilation>
<pages>
<namespaces>
<add namespace="System"/>
<add namespace="System.Collections.Generic"/>
<add namespace="System.Globalization"/>
<add namespace="System.IO"/>
<add namespace="System.Text"/>
<add namespace="System.Text.RegularExpressions"/>
<add namespace="System.Web"/>
<add namespace="System.Web.Script.Serialization"/>
<add namespace="System.Web.UI"/>
<add namespace="System.Xml"/>
<add namespace="System.Xml.Serialization" />
<add namespace="System.Xml.XPath"/>
</namespaces>
</pages>
</system.web>
<appSettings>
<!-- Increase this value if you get an "Operation is not valid due to the current state of the object" error
when using the search page. -->
<add key="aspnet:MaxJsonDeserializerMembers" value="100000" />
</appSettings>
</configuration>

View File

@ -0,0 +1,351 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpKI>
<HelpKINode Title="AddAnimation method" Url="html/154fc8b0-0d6c-003e-be50-c94da6bc4597.htm" />
<HelpKINode Title="AddSprite method" Url="html/f28be11d-b67a-765c-441a-d7da336ccf77.htm" />
<HelpKINode Title="AdjustPoint method" Url="html/68ba53c6-5c0d-3dd4-b9bd-56852a3b98cd.htm" />
<HelpKINode Title="AdjustRectangle method" Url="html/4f100dc3-39b4-fea4-6d73-8ef39eea489c.htm" />
<HelpKINode Title="AllSprites method" Url="html/662ea0d6-7a35-be51-5a25-288752509d24.htm" />
<HelpKINode Title="AnimateJustAFewTimes method" Url="html/3bbc779a-f8e9-8c18-c3c3-89018dd77daf.htm" />
<HelpKINode Title="AnimateOnce method" Url="html/ff84ba57-4738-8ff0-2356-095dfe1cc159.htm" />
<HelpKINode Title="AnimationCount property" Url="html/23ac9f1e-8033-78a2-030b-b12d6496c3dd.htm" />
<HelpKINode Title="AnimationDone property" Url="html/f0db6147-f3aa-d599-6371-a89da047bbc5.htm" />
<HelpKINode Title="AnimationIndex property" Url="html/f55ba01a-50d3-248c-5c34-ba32355db223.htm" />
<HelpKINode Title="AutomaticallyMoves property" Url="html/f7da08ef-ca8d-fd84-5c60-7bd966be6374.htm" />
<HelpKINode Title="BackgroundImage property" Url="html/9d9cf5a5-3349-bfae-7d39-41082644a49e.htm" />
<HelpKINode Title="BaseImageLocation property" Url="html/29f62d1a-212b-273e-582e-670c1ea2856c.htm" />
<HelpKINode Title="Cancel field" Url="html/ad1a395a-bbd4-d507-aa4d-1419f9b7df08.htm" />
<HelpKINode Title="CancelMoveTo method" Url="html/adc84477-1eb3-bb14-ee09-0525268c45f4.htm" />
<HelpKINode Title="CannotMoveOutsideBox field" Url="html/747bfb64-7646-38ee-09e3-65455ac597e5.htm" />
<HelpKINode Title="ChangeAnimation method" Url="html/25183ea9-6a42-63b0-8051-fd4b9c8dbfe7.htm" />
<HelpKINode Title="ChangeAnimationSpeed method" Url="html/93aee3f0-fb9a-e628-9224-0128a91d363a.htm" />
<HelpKINode Title="ChangeFrameAnimationSpeed method" Url="html/859526c5-9283-3edb-386b-905cbaa406fd.htm" />
<HelpKINode Title="ChangeTickInterval method" Url="html/bf55ab7f-78c8-3879-b8f8-464dc203791e.htm" />
<HelpKINode Title="CheckBeforeMove event" Url="html/f4164c4a-55e1-87f7-95bd-7bae1d99326b.htm" />
<HelpKINode Title="CheckSpriteHitsSprite method" Url="html/5d507565-cf0d-de52-2253-b55396e3886a.htm" />
<HelpKINode Title="circle enumeration member" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpKINode Title="Click event" Url="html/01fdd72c-b202-8593-db2a-e1373358dd66.htm" />
<HelpKINode Title="ClickTransparent event" Url="html/51c9d545-e5c3-888d-d033-17085734aa1d.htm" />
<HelpKINode Title="CollisionMethod field" Url="html/18405dcf-237d-db66-cf64-0e08b0d16b41.htm" />
<HelpKINode Title="ConvertDegreesToRadians method" Url="html/fd3f0ed3-4608-2686-e248-8f2a1e6a2bac.htm" />
<HelpKINode Title="ConvertRadiansToDegrees method" Url="html/2695c170-24ea-95d2-7f85-34c3930416b5.htm" />
<HelpKINode Title="CountSpritesBasedOff method" Url="html/dace8c3a-8d35-4ae7-ddf8-26e59dc161ae.htm" />
<HelpKINode Title="Destroy method" Url="html/bc474319-2c51-e93f-07e2-9728d609c563.htm" />
<HelpKINode Title="DestroyAllSprites method" Url="html/63fd5f6f-f592-0dbd-6fd2-ff4b999f012d.htm" />
<HelpKINode Title="Destroying property" Url="html/0f7e6cfa-e1e4-1b7a-152d-5b3281ac8bfe.htm" />
<HelpKINode Title="DestroySprite method" Url="html/56b507fc-3071-20e9-63a7-b33484f3e687.htm" />
<HelpKINode Title="DoTick event" Url="html/ba843001-e657-41e8-7c66-c2473781ed40.htm" />
<HelpKINode Title="DuplicateSprite method" Url="html/ae6c1c82-0519-4751-0b6d-f264c484e4cb.htm" />
<HelpKINode Title="FrameIndex property" Url="html/603ff402-efe2-bede-5c71-1a9583da0800.htm" />
<HelpKINode Title="GetAnimationSpeed method" Url="html/d0e10a16-4614-56b2-3e21-ce841f26b3d8.htm" />
<HelpKINode Title="GetFrameAnimationSpeed method" Url="html/e38f911d-9d99-eac6-b9ea-bffd3d04678a.htm" />
<HelpKINode Title="GetImage method" Url="html/b29c2176-174b-e620-0e33-9a22730ad05f.htm" />
<HelpKINode Title="GetSize property" Url="html/8b245db5-fbb6-18bc-d219-832668d1432a.htm" />
<HelpKINode Title="GetSpriteBaseImageCenter method" Url="html/ef8d63de-fe6f-104e-f66f-3fffcd4ff0eb.htm" />
<HelpKINode Title="GetSpriteDegrees method" Url="html/d5da80cc-4be3-3550-8bf9-5c460fbf2e15.htm" />
<HelpKINode Title="GetSpritePictureboxCenter method" Url="html/efb3089a-8900-83fe-ce65-f22e686d7477.htm" />
<HelpKINode Title="GetSpriteRadans method" Url="html/88cf999b-5b19-4cfc-adab-b0276f18431a.htm" />
<HelpKINode Title="GetSpriteVector method" Url="html/e9953cab-b878-4169-fda6-d5addecb267b.htm" />
<HelpKINode Title="GetVisibleSize property" Url="html/af9edc83-1d26-349b-8105-6064a540e2c7.htm" />
<HelpKINode Title="HasBeenDrawn property" Url="html/f374c8cd-af01-f03a-1d31-0b46e0d8745c.htm" />
<HelpKINode Title="height_ratio field" Url="html/a8864de9-4275-a608-f5b0-26d4b313967d.htm" />
<HelpKINode Title="HideSprite method" Url="html/e57f527d-aee3-7c4e-fc43-7219b7961fe0.htm" />
<HelpKINode Title="ID property" Url="html/8e41c462-a765-51e2-4c3b-de231acba259.htm" />
<HelpKINode Title="Invalidate method" Url="html/fd95464a-c61d-8ed2-a568-34b825efc047.htm" />
<HelpKINode Title="IsKeyPressed method" Url="html/50eae5e0-c59c-9d9c-d551-21dba8696ac9.htm" />
<HelpKINode Title="IsPaused method" Url="html/9474d6c2-30d9-a39b-3c10-b50286f93813.htm" />
<HelpKINode Title="KeysPressed method" Url="html/bcb29da5-8d8d-fa11-90ea-3a0cc73a0df0.htm" />
<HelpKINode Title="MirrorHorizontally field" Url="html/c39b03eb-911a-b0dc-fd7b-276ee464f6c7.htm" />
<HelpKINode Title="MirrorVertically field" Url="html/679ff642-b87f-24d6-80c5-434c06c71523.htm" />
<HelpKINode Title="MouseEnter event" Url="html/17255a69-f623-3a42-a7ce-db1eb348581a.htm" />
<HelpKINode Title="MouseEnterTransparent event" Url="html/acf8f1b8-170d-0fa9-1ac9-41a086d97046.htm" />
<HelpKINode Title="MouseHover event" Url="html/d8964a64-57ec-3b0c-94b5-247707cd34e8.htm" />
<HelpKINode Title="MouseHoverTransparent event" Url="html/d7215876-6117-ce45-75a4-77dc00c386cd.htm" />
<HelpKINode Title="MouseLeave event" Url="html/7a4959c4-936a-b924-d525-7becb693a55b.htm" />
<HelpKINode Title="MouseLeaveTransparent event" Url="html/8ff96e56-6289-4c11-f351-4dbfe58a44cf.htm" />
<HelpKINode Title="MovementSpeed field" Url="html/e88e79e3-3edc-69e5-1854-23968928c073.htm" />
<HelpKINode Title="MoveTo method" Url="html/1f2c365c-e65b-3894-2e47-41f07250bbc0.htm" />
<HelpKINode Title="MovingToPoint property" Url="html/139d1443-5e11-02ed-7534-eb0f857804da.htm" />
<HelpKINode Title="NameSprite method" Url="html/a5292253-7fbd-5dfa-819f-1d67d27580d6.htm" />
<HelpKINode Title="NewLocation field" Url="html/e058b656-39e3-5a55-4437-ee869ecbf35e.htm" />
<HelpKINode Title="Opacity property" Url="html/90a2e7f3-348b-d10b-ee6b-9397ef5daa18.htm" />
<HelpKINode Title="OptimizeForLargeSpriteImages field" Url="html/34a7b0e2-8fce-a07e-fff0-5460ba02a4cf.htm" />
<HelpKINode Title="OriginalImage property" Url="html/7d3a40d7-0ee8-6117-8d32-b236da97778f.htm" />
<HelpKINode Title="Pause method">
<HelpKINode Title="Sprite.Pause Method " Url="html/db9f18b5-9947-5dfc-3174-39f4b1341b1c.htm" />
<HelpKINode Title="SpriteController.Pause Method " Url="html/d329fe20-e750-bf52-a75b-f2383bf1d35a.htm" />
</HelpKINode>
<HelpKINode Title="PauseAll enumeration member" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="PauseAnimation enumeration member" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="PauseEvents enumeration member" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="PauseMovement enumeration member" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="payload field" Url="html/3a7614d3-cfe9-ce52-55be-ca5324839e92.htm" />
<HelpKINode Title="PictureBoxLocation property" Url="html/6273fa69-a784-9916-a8eb-5b16529fdf48.htm" />
<HelpKINode Title="PlaceSpriteBehind method" Url="html/0b27d26e-53e1-c9bd-0b52-8fe4714c831a.htm" />
<HelpKINode Title="PlaceSpriteInFrontOf method" Url="html/8d47a519-d5f7-c7f6-4ccb-0d310cab2435.htm" />
<HelpKINode Title="PutBaseImageLocation method" Url="html/adaddf64-5e6e-447b-5d81-c38398216201.htm" />
<HelpKINode Title="PutPictureBoxLocation method" Url="html/7cf36b8e-42dc-cc56-1e14-6f248286d92b.htm" />
<HelpKINode Title="RandomNumberGenerator field" Url="html/b9f05ef6-f80c-5676-1eca-d73833dca177.htm" />
<HelpKINode Title="RecalcPictureBoxLocation method" Url="html/ba26c365-f8d2-0a86-b3b6-1cfab946b3da.htm" />
<HelpKINode Title="rectangle enumeration member" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpKINode Title="RegisterKeyDownFunction method" Url="html/af7fceb3-a35e-b016-3955-696b3a3c7a7e.htm" />
<HelpKINode Title="RegisterKeyUpFunction method" Url="html/b3e934e2-1ddf-35e3-0995-3b555539f33f.htm" />
<HelpKINode Title="ReplaceImage method" Url="html/0ce33e3f-7f15-3abb-69b9-6826b7d831d7.htm" />
<HelpKINode Title="ReplaceOriginalImage method" Url="html/2c9b874d-5097-98bf-908c-f6bac5d647d3.htm" />
<HelpKINode Title="ResetKeypressState method" Url="html/48ff9be7-1395-25af-3585-3d32eba07309.htm" />
<HelpKINode Title="ReturnAdjustmentRatio method">
<HelpKINode Title="Sprite.ReturnAdjustmentRatio Method " Url="html/56d803c5-e2ad-dd16-0592-b816f726498d.htm" />
<HelpKINode Title="SpriteController.ReturnAdjustmentRatio Method " Url="html/41ac663a-2019-6a14-5ffd-16dfc7472578.htm" />
</HelpKINode>
<HelpKINode Title="ReturnPictureBoxAdjustedHeight method" Url="html/447d1a9a-0e17-9827-2a01-438434c1b879.htm" />
<HelpKINode Title="ReturnPictureBoxAdjustedPoint method" Url="html/9469b7cf-55ee-5c2e-feb7-01c7e23a6350.htm" />
<HelpKINode Title="ReturnPictureBoxAdjustedWidth method" Url="html/7c73b68e-f842-bfee-55d8-b36488fb35b7.htm" />
<HelpKINode Title="ReturnPointAdjustedForImage method" Url="html/e58bfa3c-4722-7f3a-9610-0a0ce62bfe99.htm" />
<HelpKINode Title="Rotation property" Url="html/20db7ecc-35df-8911-2615-1f2b8777f03b.htm" />
<HelpKINode Title="SendToBack method" Url="html/c0d47063-6820-3464-ed46-94ffd2329683.htm" />
<HelpKINode Title="SendToFront method" Url="html/ef420c55-64ea-5230-e9e5-d8c13f98f74a.htm" />
<HelpKINode Title="SetName method" Url="html/36d40ecf-484f-3b53-43e4-87ed9108cb76.htm" />
<HelpKINode Title="SetSize method" Url="html/7cf8acaf-92f1-652e-4c2a-bfd920bc0479.htm" />
<HelpKINode Title="SetSpriteDirection method" Url="html/aebe0cd6-1499-7da2-2f96-c86d84189b58.htm" />
<HelpKINode Title="SetSpriteDirectionDegrees method" Url="html/0f4e570a-2888-8819-176b-9dd070ca7db4.htm" />
<HelpKINode Title="SetSpriteDirectionRadians method" Url="html/ec39133f-39d0-c9ef-e77b-e58ea8c9b2f6.htm" />
<HelpKINode Title="SetSpriteDirectionToPoint method" Url="html/d416e051-269c-c343-aece-3682b87f3cbc.htm" />
<HelpKINode Title="SoundIsFinished method" Url="html/df0fd1e8-eac8-4f10-7f09-baa6127f3752.htm" />
<HelpKINode Title="SoundPlay method" Url="html/08442d70-3a79-fa24-4f3e-eddc5c102938.htm" />
<HelpKINode Title="Sprite class">
<HelpKINode Title="Sprite Class" Url="html/66013d9b-4126-7d65-05bb-94eb9d134be6.htm" />
<HelpKINode Title="about Sprite class" Url="html/66013d9b-4126-7d65-05bb-94eb9d134be6.htm" />
<HelpKINode Title="constructor" Url="html/8a70b6b2-3e2d-3c6f-0d8c-18e6dea4368e.htm" />
<HelpKINode Title="events" Url="html/bdcfa83c-c4a7-49f3-4d49-2f865014aee6.htm" />
<HelpKINode Title="fields" Url="html/6d383ed6-ff9b-f1b0-a53d-54ea41795870.htm" />
<HelpKINode Title="methods" Url="html/abfab841-a96c-b22d-7cd8-fec3aba92510.htm" />
<HelpKINode Title="properties" Url="html/bcdb40c8-478a-043c-5db0-393001600029.htm" />
</HelpKINode>
<HelpKINode Title="Sprite.AddAnimation method" Url="html/154fc8b0-0d6c-003e-be50-c94da6bc4597.htm" />
<HelpKINode Title="Sprite.AnimateJustAFewTimes method" Url="html/3bbc779a-f8e9-8c18-c3c3-89018dd77daf.htm" />
<HelpKINode Title="Sprite.AnimateOnce method" Url="html/ff84ba57-4738-8ff0-2356-095dfe1cc159.htm" />
<HelpKINode Title="Sprite.AnimationCount property" Url="html/23ac9f1e-8033-78a2-030b-b12d6496c3dd.htm" />
<HelpKINode Title="Sprite.AnimationDone property" Url="html/f0db6147-f3aa-d599-6371-a89da047bbc5.htm" />
<HelpKINode Title="Sprite.AnimationIndex property" Url="html/f55ba01a-50d3-248c-5c34-ba32355db223.htm" />
<HelpKINode Title="Sprite.AutomaticallyMoves property" Url="html/f7da08ef-ca8d-fd84-5c60-7bd966be6374.htm" />
<HelpKINode Title="Sprite.BaseImageLocation property" Url="html/29f62d1a-212b-273e-582e-670c1ea2856c.htm" />
<HelpKINode Title="Sprite.CancelMoveTo method" Url="html/adc84477-1eb3-bb14-ee09-0525268c45f4.htm" />
<HelpKINode Title="Sprite.CannotMoveOutsideBox field" Url="html/747bfb64-7646-38ee-09e3-65455ac597e5.htm" />
<HelpKINode Title="Sprite.ChangeAnimation method" Url="html/25183ea9-6a42-63b0-8051-fd4b9c8dbfe7.htm" />
<HelpKINode Title="Sprite.ChangeAnimationSpeed method" Url="html/93aee3f0-fb9a-e628-9224-0128a91d363a.htm" />
<HelpKINode Title="Sprite.ChangeFrameAnimationSpeed method" Url="html/859526c5-9283-3edb-386b-905cbaa406fd.htm" />
<HelpKINode Title="Sprite.CheckBeforeMove event" Url="html/f4164c4a-55e1-87f7-95bd-7bae1d99326b.htm" />
<HelpKINode Title="Sprite.CheckSpriteHitsSprite method" Url="html/5d507565-cf0d-de52-2253-b55396e3886a.htm" />
<HelpKINode Title="Sprite.Click event" Url="html/01fdd72c-b202-8593-db2a-e1373358dd66.htm" />
<HelpKINode Title="Sprite.ClickTransparent event" Url="html/51c9d545-e5c3-888d-d033-17085734aa1d.htm" />
<HelpKINode Title="Sprite.ConvertDegreesToRadians method" Url="html/fd3f0ed3-4608-2686-e248-8f2a1e6a2bac.htm" />
<HelpKINode Title="Sprite.ConvertRadiansToDegrees method" Url="html/2695c170-24ea-95d2-7f85-34c3930416b5.htm" />
<HelpKINode Title="Sprite.Destroy method" Url="html/bc474319-2c51-e93f-07e2-9728d609c563.htm" />
<HelpKINode Title="Sprite.Destroying property" Url="html/0f7e6cfa-e1e4-1b7a-152d-5b3281ac8bfe.htm" />
<HelpKINode Title="Sprite.FrameIndex property" Url="html/603ff402-efe2-bede-5c71-1a9583da0800.htm" />
<HelpKINode Title="Sprite.GetAnimationSpeed method" Url="html/d0e10a16-4614-56b2-3e21-ce841f26b3d8.htm" />
<HelpKINode Title="Sprite.GetFrameAnimationSpeed method" Url="html/e38f911d-9d99-eac6-b9ea-bffd3d04678a.htm" />
<HelpKINode Title="Sprite.GetImage method" Url="html/b29c2176-174b-e620-0e33-9a22730ad05f.htm" />
<HelpKINode Title="Sprite.GetSize property" Url="html/8b245db5-fbb6-18bc-d219-832668d1432a.htm" />
<HelpKINode Title="Sprite.GetSpriteBaseImageCenter method" Url="html/ef8d63de-fe6f-104e-f66f-3fffcd4ff0eb.htm" />
<HelpKINode Title="Sprite.GetSpriteDegrees method" Url="html/d5da80cc-4be3-3550-8bf9-5c460fbf2e15.htm" />
<HelpKINode Title="Sprite.GetSpritePictureboxCenter method" Url="html/efb3089a-8900-83fe-ce65-f22e686d7477.htm" />
<HelpKINode Title="Sprite.GetSpriteRadans method" Url="html/88cf999b-5b19-4cfc-adab-b0276f18431a.htm" />
<HelpKINode Title="Sprite.GetSpriteVector method" Url="html/e9953cab-b878-4169-fda6-d5addecb267b.htm" />
<HelpKINode Title="Sprite.GetVisibleSize property" Url="html/af9edc83-1d26-349b-8105-6064a540e2c7.htm" />
<HelpKINode Title="Sprite.HasBeenDrawn property" Url="html/f374c8cd-af01-f03a-1d31-0b46e0d8745c.htm" />
<HelpKINode Title="Sprite.HideSprite method" Url="html/e57f527d-aee3-7c4e-fc43-7219b7961fe0.htm" />
<HelpKINode Title="Sprite.ID property" Url="html/8e41c462-a765-51e2-4c3b-de231acba259.htm" />
<HelpKINode Title="Sprite.IsPaused method" Url="html/9474d6c2-30d9-a39b-3c10-b50286f93813.htm" />
<HelpKINode Title="Sprite.MirrorHorizontally field" Url="html/c39b03eb-911a-b0dc-fd7b-276ee464f6c7.htm" />
<HelpKINode Title="Sprite.MirrorVertically field" Url="html/679ff642-b87f-24d6-80c5-434c06c71523.htm" />
<HelpKINode Title="Sprite.MouseEnter event" Url="html/17255a69-f623-3a42-a7ce-db1eb348581a.htm" />
<HelpKINode Title="Sprite.MouseEnterTransparent event" Url="html/acf8f1b8-170d-0fa9-1ac9-41a086d97046.htm" />
<HelpKINode Title="Sprite.MouseHover event" Url="html/d8964a64-57ec-3b0c-94b5-247707cd34e8.htm" />
<HelpKINode Title="Sprite.MouseHoverTransparent event" Url="html/d7215876-6117-ce45-75a4-77dc00c386cd.htm" />
<HelpKINode Title="Sprite.MouseLeave event" Url="html/7a4959c4-936a-b924-d525-7becb693a55b.htm" />
<HelpKINode Title="Sprite.MouseLeaveTransparent event" Url="html/8ff96e56-6289-4c11-f351-4dbfe58a44cf.htm" />
<HelpKINode Title="Sprite.MovementSpeed field" Url="html/e88e79e3-3edc-69e5-1854-23968928c073.htm" />
<HelpKINode Title="Sprite.MoveTo method" Url="html/1f2c365c-e65b-3894-2e47-41f07250bbc0.htm" />
<HelpKINode Title="Sprite.MovingToPoint property" Url="html/139d1443-5e11-02ed-7534-eb0f857804da.htm" />
<HelpKINode Title="Sprite.Opacity property" Url="html/90a2e7f3-348b-d10b-ee6b-9397ef5daa18.htm" />
<HelpKINode Title="Sprite.Pause method" Url="html/db9f18b5-9947-5dfc-3174-39f4b1341b1c.htm" />
<HelpKINode Title="Sprite.payload field" Url="html/3a7614d3-cfe9-ce52-55be-ca5324839e92.htm" />
<HelpKINode Title="Sprite.PictureBoxLocation property" Url="html/6273fa69-a784-9916-a8eb-5b16529fdf48.htm" />
<HelpKINode Title="Sprite.PutBaseImageLocation method" Url="html/adaddf64-5e6e-447b-5d81-c38398216201.htm" />
<HelpKINode Title="Sprite.PutPictureBoxLocation method" Url="html/7cf36b8e-42dc-cc56-1e14-6f248286d92b.htm" />
<HelpKINode Title="Sprite.RecalcPictureBoxLocation method" Url="html/ba26c365-f8d2-0a86-b3b6-1cfab946b3da.htm" />
<HelpKINode Title="Sprite.ReplaceImage method" Url="html/0ce33e3f-7f15-3abb-69b9-6826b7d831d7.htm" />
<HelpKINode Title="Sprite.ReturnAdjustmentRatio method" Url="html/56d803c5-e2ad-dd16-0592-b816f726498d.htm" />
<HelpKINode Title="Sprite.Rotation property" Url="html/20db7ecc-35df-8911-2615-1f2b8777f03b.htm" />
<HelpKINode Title="Sprite.SendToBack method" Url="html/c0d47063-6820-3464-ed46-94ffd2329683.htm" />
<HelpKINode Title="Sprite.SendToFront method" Url="html/ef420c55-64ea-5230-e9e5-d8c13f98f74a.htm" />
<HelpKINode Title="Sprite.SetName method" Url="html/36d40ecf-484f-3b53-43e4-87ed9108cb76.htm" />
<HelpKINode Title="Sprite.SetSize method" Url="html/7cf8acaf-92f1-652e-4c2a-bfd920bc0479.htm" />
<HelpKINode Title="Sprite.SetSpriteDirection method" Url="html/aebe0cd6-1499-7da2-2f96-c86d84189b58.htm" />
<HelpKINode Title="Sprite.SetSpriteDirectionDegrees method" Url="html/0f4e570a-2888-8819-176b-9dd070ca7db4.htm" />
<HelpKINode Title="Sprite.SetSpriteDirectionRadians method" Url="html/ec39133f-39d0-c9ef-e77b-e58ea8c9b2f6.htm" />
<HelpKINode Title="Sprite.SetSpriteDirectionToPoint method" Url="html/d416e051-269c-c343-aece-3682b87f3cbc.htm" />
<HelpKINode Title="Sprite.Sprite constructor" Url="html/8a70b6b2-3e2d-3c6f-0d8c-18e6dea4368e.htm" />
<HelpKINode Title="Sprite.SpriteAdjustedPoint method" Url="html/0b9ae3b4-06a9-5ee6-9bc0-33377f8be55e.htm" />
<HelpKINode Title="Sprite.SpriteAnimationComplete event" Url="html/0e8b825f-f8df-9f14-41ec-f00778409dfb.htm" />
<HelpKINode Title="Sprite.SpriteArrivedAtEndPoint event" Url="html/e37ba69c-1cb3-693c-f4b1-8e37b12cbd23.htm" />
<HelpKINode Title="Sprite.SpriteArrivedAtWaypoint event" Url="html/17ee5c77-8351-af30-dc43-9458d683a69e.htm" />
<HelpKINode Title="Sprite.SpriteAtImagePoint method" Url="html/509560bd-f402-7e7f-a461-46845061a5fc.htm" />
<HelpKINode Title="Sprite.SpriteAtPictureBoxPoint method" Url="html/9e0d8841-7f6a-63b2-c5fb-5ba6ffa85436.htm" />
<HelpKINode Title="Sprite.SpriteBeingDestroyed event" Url="html/64d54496-389b-21a7-0387-25878b2bcc4c.htm" />
<HelpKINode Title="Sprite.SpriteCanMoveOnImage method" Url="html/c2f3867b-b906-a526-c836-718da1546a78.htm" />
<HelpKINode Title="Sprite.SpriteCanMoveOnPictureBox method" Url="html/995741fd-f6ea-f11e-ee46-c88de9307e8a.htm" />
<HelpKINode Title="Sprite.SpriteChangesAnimationFrames event" Url="html/81ec308a-e52d-7e07-f9e0-50d0bf531a30.htm" />
<HelpKINode Title="Sprite.SpriteEventHandler delegate" Url="html/1bab1e49-641a-5648-d034-4298d8158019.htm" />
<HelpKINode Title="Sprite.SpriteExitsPictureBox event" Url="html/37ae1b7e-72db-69cb-f1c6-26242c07e2b5.htm" />
<HelpKINode Title="Sprite.SpriteHitsPictureBox event" Url="html/3aabe50b-5222-99aa-4654-356baa30033a.htm" />
<HelpKINode Title="Sprite.SpriteHitsSprite event" Url="html/acb35a6f-c89a-3a7d-146d-b85ccf68d8aa.htm" />
<HelpKINode Title="Sprite.SpriteInitializes event" Url="html/2b1a75c9-0eb6-fb22-eeea-595ec3cc1bf8.htm" />
<HelpKINode Title="Sprite.SpriteIntersectsRectangle method" Url="html/96b717e2-d860-aa86-3760-d39620a2bb31.htm" />
<HelpKINode Title="Sprite.SpriteName property" Url="html/e753341a-7040-8dda-8f1e-681e926e9292.htm" />
<HelpKINode Title="Sprite.SpriteOriginName property" Url="html/7d21be0e-d534-6d93-1476-3aa585a8fea3.htm" />
<HelpKINode Title="Sprite.SpriteReachedEndPoint property" Url="html/ae4a57de-4763-c9cb-c9e3-c6e186296fd8.htm" />
<HelpKINode Title="Sprite.UnhideSprite method" Url="html/6e92bfaf-2e6c-a3bc-e208-3f486f6b42fc.htm" />
<HelpKINode Title="Sprite.UnPause method" Url="html/6707f122-af81-e57d-d937-e4000242446f.htm" />
<HelpKINode Title="Sprite.VisibleHeight property" Url="html/5b5ccc3b-4e41-862f-7bba-7d55a45c6747.htm" />
<HelpKINode Title="Sprite.VisibleWidth property" Url="html/cd53c0db-02b1-e505-0dce-a7d4d7710d5c.htm" />
<HelpKINode Title="Sprite.Zvalue property" Url="html/6adf23fc-b0f8-5abf-bd39-7dc44f060e7c.htm" />
<HelpKINode Title="SpriteAdjustedPoint method" Url="html/0b9ae3b4-06a9-5ee6-9bc0-33377f8be55e.htm" />
<HelpKINode Title="SpriteAdjustmentRatio structure">
<HelpKINode Title="SpriteAdjustmentRatio Structure" Url="html/eae9601e-6da0-b304-9836-5e4b1e743f94.htm" />
<HelpKINode Title="about SpriteAdjustmentRatio structure" Url="html/eae9601e-6da0-b304-9836-5e4b1e743f94.htm" />
<HelpKINode Title="fields" Url="html/9c6cb5e5-0054-eab6-66d9-e6e0c1e8c444.htm" />
<HelpKINode Title="methods" Url="html/57a9f458-c6c8-d106-aad4-b2547736909a.htm" />
</HelpKINode>
<HelpKINode Title="SpriteAdjustmentRatio.height_ratio field" Url="html/a8864de9-4275-a608-f5b0-26d4b313967d.htm" />
<HelpKINode Title="SpriteAdjustmentRatio.width_ratio field" Url="html/92e90a8d-e5eb-daea-2804-b99254f25433.htm" />
<HelpKINode Title="SpriteAnimationComplete event" Url="html/0e8b825f-f8df-9f14-41ec-f00778409dfb.htm" />
<HelpKINode Title="SpriteArrivedAtEndPoint event" Url="html/e37ba69c-1cb3-693c-f4b1-8e37b12cbd23.htm" />
<HelpKINode Title="SpriteArrivedAtWaypoint event" Url="html/17ee5c77-8351-af30-dc43-9458d683a69e.htm" />
<HelpKINode Title="SpriteAtImagePoint method" Url="html/509560bd-f402-7e7f-a461-46845061a5fc.htm" />
<HelpKINode Title="SpriteAtPictureBoxPoint method" Url="html/9e0d8841-7f6a-63b2-c5fb-5ba6ffa85436.htm" />
<HelpKINode Title="SpriteBackwards method" Url="html/d516c33b-29ef-9613-62fb-b6717264a32b.htm" />
<HelpKINode Title="SpriteBeingDestroyed event" Url="html/64d54496-389b-21a7-0387-25878b2bcc4c.htm" />
<HelpKINode Title="SpriteCanMoveOnImage method" Url="html/c2f3867b-b906-a526-c836-718da1546a78.htm" />
<HelpKINode Title="SpriteCanMoveOnPictureBox method" Url="html/995741fd-f6ea-f11e-ee46-c88de9307e8a.htm" />
<HelpKINode Title="SpriteChangesAnimationFrames event" Url="html/81ec308a-e52d-7e07-f9e0-50d0bf531a30.htm" />
<HelpKINode Title="SpriteCollisionMethod enumeration" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpKINode Title="SpriteComparisonDelegate field" Url="html/f640b978-f990-84a2-015a-40bf256fc37d.htm" />
<HelpKINode Title="SpriteController class">
<HelpKINode Title="SpriteController Class" Url="html/07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" />
<HelpKINode Title="about SpriteController class" Url="html/07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" />
<HelpKINode Title="constructor" Url="html/323c4f03-703d-0898-c73e-40eb5784c05f.htm" />
<HelpKINode Title="events" Url="html/4141394a-0d7d-5cf8-6b01-0a4fb43159ab.htm" />
<HelpKINode Title="fields" Url="html/92b04460-74f1-c388-f3ac-ea510ffc4e06.htm" />
<HelpKINode Title="methods" Url="html/2788d4d5-88bf-1154-dd17-8d4b99a79118.htm" />
<HelpKINode Title="properties" Url="html/c6c542de-2b1f-1086-b5b2-56b7e9a9525f.htm" />
</HelpKINode>
<HelpKINode Title="SpriteController.AddSprite method" Url="html/f28be11d-b67a-765c-441a-d7da336ccf77.htm" />
<HelpKINode Title="SpriteController.AdjustPoint method" Url="html/68ba53c6-5c0d-3dd4-b9bd-56852a3b98cd.htm" />
<HelpKINode Title="SpriteController.AdjustRectangle method" Url="html/4f100dc3-39b4-fea4-6d73-8ef39eea489c.htm" />
<HelpKINode Title="SpriteController.AllSprites method" Url="html/662ea0d6-7a35-be51-5a25-288752509d24.htm" />
<HelpKINode Title="SpriteController.BackgroundImage property" Url="html/9d9cf5a5-3349-bfae-7d39-41082644a49e.htm" />
<HelpKINode Title="SpriteController.ChangeTickInterval method" Url="html/bf55ab7f-78c8-3879-b8f8-464dc203791e.htm" />
<HelpKINode Title="SpriteController.CountSpritesBasedOff method" Url="html/dace8c3a-8d35-4ae7-ddf8-26e59dc161ae.htm" />
<HelpKINode Title="SpriteController.DestroyAllSprites method" Url="html/63fd5f6f-f592-0dbd-6fd2-ff4b999f012d.htm" />
<HelpKINode Title="SpriteController.DestroySprite method" Url="html/56b507fc-3071-20e9-63a7-b33484f3e687.htm" />
<HelpKINode Title="SpriteController.DoTick event" Url="html/ba843001-e657-41e8-7c66-c2473781ed40.htm" />
<HelpKINode Title="SpriteController.DuplicateSprite method" Url="html/ae6c1c82-0519-4751-0b6d-f264c484e4cb.htm" />
<HelpKINode Title="SpriteController.Invalidate method" Url="html/fd95464a-c61d-8ed2-a568-34b825efc047.htm" />
<HelpKINode Title="SpriteController.IsKeyPressed method" Url="html/50eae5e0-c59c-9d9c-d551-21dba8696ac9.htm" />
<HelpKINode Title="SpriteController.KeysPressed method" Url="html/bcb29da5-8d8d-fa11-90ea-3a0cc73a0df0.htm" />
<HelpKINode Title="SpriteController.NameSprite method" Url="html/a5292253-7fbd-5dfa-819f-1d67d27580d6.htm" />
<HelpKINode Title="SpriteController.OptimizeForLargeSpriteImages field" Url="html/34a7b0e2-8fce-a07e-fff0-5460ba02a4cf.htm" />
<HelpKINode Title="SpriteController.OriginalImage property" Url="html/7d3a40d7-0ee8-6117-8d32-b236da97778f.htm" />
<HelpKINode Title="SpriteController.Pause method" Url="html/d329fe20-e750-bf52-a75b-f2383bf1d35a.htm" />
<HelpKINode Title="SpriteController.PlaceSpriteBehind method" Url="html/0b27d26e-53e1-c9bd-0b52-8fe4714c831a.htm" />
<HelpKINode Title="SpriteController.PlaceSpriteInFrontOf method" Url="html/8d47a519-d5f7-c7f6-4ccb-0d310cab2435.htm" />
<HelpKINode Title="SpriteController.RandomNumberGenerator field" Url="html/b9f05ef6-f80c-5676-1eca-d73833dca177.htm" />
<HelpKINode Title="SpriteController.RegisterKeyDownFunction method" Url="html/af7fceb3-a35e-b016-3955-696b3a3c7a7e.htm" />
<HelpKINode Title="SpriteController.RegisterKeyUpFunction method" Url="html/b3e934e2-1ddf-35e3-0995-3b555539f33f.htm" />
<HelpKINode Title="SpriteController.ReplaceOriginalImage method" Url="html/2c9b874d-5097-98bf-908c-f6bac5d647d3.htm" />
<HelpKINode Title="SpriteController.ResetKeypressState method" Url="html/48ff9be7-1395-25af-3585-3d32eba07309.htm" />
<HelpKINode Title="SpriteController.ReturnAdjustmentRatio method" Url="html/41ac663a-2019-6a14-5ffd-16dfc7472578.htm" />
<HelpKINode Title="SpriteController.ReturnPictureBoxAdjustedHeight method" Url="html/447d1a9a-0e17-9827-2a01-438434c1b879.htm" />
<HelpKINode Title="SpriteController.ReturnPictureBoxAdjustedPoint method" Url="html/9469b7cf-55ee-5c2e-feb7-01c7e23a6350.htm" />
<HelpKINode Title="SpriteController.ReturnPictureBoxAdjustedWidth method" Url="html/7c73b68e-f842-bfee-55d8-b36488fb35b7.htm" />
<HelpKINode Title="SpriteController.ReturnPointAdjustedForImage method" Url="html/e58bfa3c-4722-7f3a-9610-0a0ce62bfe99.htm" />
<HelpKINode Title="SpriteController.SoundIsFinished method" Url="html/df0fd1e8-eac8-4f10-7f09-baa6127f3752.htm" />
<HelpKINode Title="SpriteController.SoundPlay method" Url="html/08442d70-3a79-fa24-4f3e-eddc5c102938.htm" />
<HelpKINode Title="SpriteController.SpriteBackwards method" Url="html/d516c33b-29ef-9613-62fb-b6717264a32b.htm" />
<HelpKINode Title="SpriteController.SpriteComparisonDelegate field" Url="html/f640b978-f990-84a2-015a-40bf256fc37d.htm" />
<HelpKINode Title="SpriteController.SpriteController constructor" Url="html/323c4f03-703d-0898-c73e-40eb5784c05f.htm" />
<HelpKINode Title="SpriteController.SpriteCount property" Url="html/6e7ddbc9-4f71-533f-b99c-55a53ba4a843.htm" />
<HelpKINode Title="SpriteController.SpriteForwards method" Url="html/b5c75d58-f132-f3ff-217f-e69b252db748.htm" />
<HelpKINode Title="SpriteController.SpriteFromName method" Url="html/e8491570-1fda-7d8e-48b8-c15f26c41d01.htm" />
<HelpKINode Title="SpriteController.SpritesAtImagePoint method" Url="html/90511f90-497b-fc61-6984-15d76101a6f1.htm" />
<HelpKINode Title="SpriteController.SpritesAtPoint method" Url="html/3c18bbb7-e10c-1b96-754d-7dfc878e7cf4.htm" />
<HelpKINode Title="SpriteController.SpritesBasedOff method" Url="html/e05efb85-3736-fa59-2720-a460b898048a.htm" />
<HelpKINode Title="SpriteController.SpritesBasedOffAnything method" Url="html/c7991a63-f63c-20d8-0605-fab6e9f13392.htm" />
<HelpKINode Title="SpriteController.SpritesInImageRectangle method" Url="html/c2860c42-fc4c-78f8-7d32-195e74262434.htm" />
<HelpKINode Title="SpriteController.SpritesThatHaveBeenDrawn method" Url="html/2c4eb5db-5c4c-6fcd-716c-532c0e2c4f35.htm" />
<HelpKINode Title="SpriteController.SpriteToBack method" Url="html/5d32e0da-bbf2-10b5-ba20-fe5bdfec1963.htm" />
<HelpKINode Title="SpriteController.SpriteToFront method" Url="html/80b0403d-da14-c176-9d01-080fc170a67d.htm" />
<HelpKINode Title="SpriteController.UnPause method" Url="html/675951bb-e09a-e9ec-95d2-c0efaf187d6d.htm" />
<HelpKINode Title="SpriteCount property" Url="html/6e7ddbc9-4f71-533f-b99c-55a53ba4a843.htm" />
<HelpKINode Title="SpriteEventArgs class">
<HelpKINode Title="SpriteEventArgs Class" Url="html/f42e1d9a-273c-861f-b7db-6244c9266d2c.htm" />
<HelpKINode Title="about SpriteEventArgs class" Url="html/f42e1d9a-273c-861f-b7db-6244c9266d2c.htm" />
<HelpKINode Title="constructor" Url="html/fa691ac7-58fb-b5fc-0141-68300e3a7a89.htm" />
<HelpKINode Title="fields" Url="html/817b64cb-8c4b-af50-69ba-6762e8ae51c5.htm" />
<HelpKINode Title="methods" Url="html/4716eb02-e702-b61a-126a-362af50ca6d5.htm" />
</HelpKINode>
<HelpKINode Title="SpriteEventArgs.Cancel field" Url="html/ad1a395a-bbd4-d507-aa4d-1419f9b7df08.htm" />
<HelpKINode Title="SpriteEventArgs.CollisionMethod field" Url="html/18405dcf-237d-db66-cf64-0e08b0d16b41.htm" />
<HelpKINode Title="SpriteEventArgs.NewLocation field" Url="html/e058b656-39e3-5a55-4437-ee869ecbf35e.htm" />
<HelpKINode Title="SpriteEventArgs.SpriteEventArgs constructor" Url="html/fa691ac7-58fb-b5fc-0141-68300e3a7a89.htm" />
<HelpKINode Title="SpriteEventArgs.TargetSprite field" Url="html/72a79555-fc4d-8b5b-1a9c-408fd55972e9.htm" />
<HelpKINode Title="SpriteExitsPictureBox event" Url="html/37ae1b7e-72db-69cb-f1c6-26242c07e2b5.htm" />
<HelpKINode Title="SpriteForwards method" Url="html/b5c75d58-f132-f3ff-217f-e69b252db748.htm" />
<HelpKINode Title="SpriteFromName method" Url="html/e8491570-1fda-7d8e-48b8-c15f26c41d01.htm" />
<HelpKINode Title="SpriteHitsPictureBox event" Url="html/3aabe50b-5222-99aa-4654-356baa30033a.htm" />
<HelpKINode Title="SpriteHitsSprite event" Url="html/acb35a6f-c89a-3a7d-146d-b85ccf68d8aa.htm" />
<HelpKINode Title="SpriteInitializes event" Url="html/2b1a75c9-0eb6-fb22-eeea-595ec3cc1bf8.htm" />
<HelpKINode Title="SpriteIntersectsRectangle method" Url="html/96b717e2-d860-aa86-3760-d39620a2bb31.htm" />
<HelpKINode Title="SpriteKeyEventHandler delegate" Url="html/38678a79-da77-9ef7-e3e1-78ff96f5bd7b.htm" />
<HelpKINode Title="SpriteLibrary namespace" Url="html/6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" />
<HelpKINode Title="SpriteLibrary.Sprite class" Url="html/66013d9b-4126-7d65-05bb-94eb9d134be6.htm" />
<HelpKINode Title="SpriteLibrary.Sprite.SpriteEventHandler delegate" Url="html/1bab1e49-641a-5648-d034-4298d8158019.htm" />
<HelpKINode Title="SpriteLibrary.SpriteAdjustmentRatio structure" Url="html/eae9601e-6da0-b304-9836-5e4b1e743f94.htm" />
<HelpKINode Title="SpriteLibrary.SpriteCollisionMethod enumeration" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpKINode Title="SpriteLibrary.SpriteController class" Url="html/07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" />
<HelpKINode Title="SpriteLibrary.SpriteEventArgs class" Url="html/f42e1d9a-273c-861f-b7db-6244c9266d2c.htm" />
<HelpKINode Title="SpriteLibrary.SpriteKeyEventHandler delegate" Url="html/38678a79-da77-9ef7-e3e1-78ff96f5bd7b.htm" />
<HelpKINode Title="SpriteLibrary.SpritePauseType enumeration" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="SpriteLibrary.SpritePayload class" Url="html/4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm" />
<HelpKINode Title="SpriteName property" Url="html/e753341a-7040-8dda-8f1e-681e926e9292.htm" />
<HelpKINode Title="SpriteOriginName property" Url="html/7d21be0e-d534-6d93-1476-3aa585a8fea3.htm" />
<HelpKINode Title="SpritePauseType enumeration" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpKINode Title="SpritePayload class">
<HelpKINode Title="SpritePayload Class" Url="html/4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm" />
<HelpKINode Title="about SpritePayload class" Url="html/4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm" />
<HelpKINode Title="constructor" Url="html/6acc0e43-8cb8-535c-6f39-8163bb21447a.htm" />
<HelpKINode Title="methods" Url="html/5a5c3a2b-a675-c626-ced3-c958acc9f93e.htm" />
</HelpKINode>
<HelpKINode Title="SpritePayload.SpritePayload constructor" Url="html/6acc0e43-8cb8-535c-6f39-8163bb21447a.htm" />
<HelpKINode Title="SpriteReachedEndPoint property" Url="html/ae4a57de-4763-c9cb-c9e3-c6e186296fd8.htm" />
<HelpKINode Title="SpritesAtImagePoint method" Url="html/90511f90-497b-fc61-6984-15d76101a6f1.htm" />
<HelpKINode Title="SpritesAtPoint method" Url="html/3c18bbb7-e10c-1b96-754d-7dfc878e7cf4.htm" />
<HelpKINode Title="SpritesBasedOff method" Url="html/e05efb85-3736-fa59-2720-a460b898048a.htm" />
<HelpKINode Title="SpritesBasedOffAnything method" Url="html/c7991a63-f63c-20d8-0605-fab6e9f13392.htm" />
<HelpKINode Title="SpritesInImageRectangle method" Url="html/c2860c42-fc4c-78f8-7d32-195e74262434.htm" />
<HelpKINode Title="SpritesThatHaveBeenDrawn method" Url="html/2c4eb5db-5c4c-6fcd-716c-532c0e2c4f35.htm" />
<HelpKINode Title="SpriteToBack method" Url="html/5d32e0da-bbf2-10b5-ba20-fe5bdfec1963.htm" />
<HelpKINode Title="SpriteToFront method" Url="html/80b0403d-da14-c176-9d01-080fc170a67d.htm" />
<HelpKINode Title="TargetSprite field" Url="html/72a79555-fc4d-8b5b-1a9c-408fd55972e9.htm" />
<HelpKINode Title="transparency enumeration member" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpKINode Title="UnhideSprite method" Url="html/6e92bfaf-2e6c-a3bc-e208-3f486f6b42fc.htm" />
<HelpKINode Title="UnPause method">
<HelpKINode Title="Sprite.UnPause Method " Url="html/6707f122-af81-e57d-d937-e4000242446f.htm" />
<HelpKINode Title="SpriteController.UnPause Method " Url="html/675951bb-e09a-e9ec-95d2-c0efaf187d6d.htm" />
</HelpKINode>
<HelpKINode Title="VisibleHeight property" Url="html/5b5ccc3b-4e41-862f-7bba-7d55a45c6747.htm" />
<HelpKINode Title="VisibleWidth property" Url="html/cd53c0db-02b1-e505-0dce-a7d4d7710d5c.htm" />
<HelpKINode Title="width_ratio field" Url="html/92e90a8d-e5eb-daea-2804-b99254f25433.htm" />
<HelpKINode Title="Zvalue property" Url="html/6adf23fc-b0f8-5abf-bd39-7dc44f060e7c.htm" />
</HelpKI>

View File

@ -0,0 +1,228 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpTOC>
<HelpTOCNode Id="5c92b980-0f19-44c5-b49b-d8596c3b0d9d" Title="SpriteLibrary" Url="html/6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">
<HelpTOCNode Id="11b73854-e56d-4dc6-8cb9-8a6a19ebb9d6" Title="Sprite Class" Url="html/66013d9b-4126-7d65-05bb-94eb9d134be6.htm">
<HelpTOCNode Id="da0f9f47-69e3-4d8f-a287-4814642698dd" Title="Sprite Constructor " Url="html/8a70b6b2-3e2d-3c6f-0d8c-18e6dea4368e.htm">
<HelpTOCNode Title="Sprite Constructor (Sprite, Boolean)" Url="html/bacd1b59-34a9-eb30-29b3-4fdc704a7b60.htm" />
<HelpTOCNode Title="Sprite Constructor (SpriteController, Image)" Url="html/98f8bf30-d3ab-5f86-9fbf-9f76df20f2e6.htm" />
<HelpTOCNode Title="Sprite Constructor (SpriteController, Image, Size)" Url="html/ecbab3a8-aa92-2bb6-efc6-cf26d1df424a.htm" />
<HelpTOCNode Title="Sprite Constructor (SpriteController, Image, Int32, Int32)" Url="html/184a1964-91ec-6f0d-b7cf-95b722599d69.htm" />
<HelpTOCNode Title="Sprite Constructor (SpriteController, Image, Int32, Int32, Int32)" Url="html/6541bf2d-e608-1bad-2e7f-1b0f2deb0c34.htm" />
<HelpTOCNode Title="Sprite Constructor (Point, SpriteController, Image, Int32, Int32, Int32, Int32)" Url="html/8e88c5f2-f5d0-02df-c7cb-9701313411af.htm" />
</HelpTOCNode>
<HelpTOCNode Id="dcd95e3c-6aa8-4037-b4f4-68597f6eb953" Title="Sprite Properties" Url="html/bcdb40c8-478a-043c-5db0-393001600029.htm">
<HelpTOCNode Title="AnimationCount Property " Url="html/23ac9f1e-8033-78a2-030b-b12d6496c3dd.htm" />
<HelpTOCNode Title="AnimationDone Property " Url="html/f0db6147-f3aa-d599-6371-a89da047bbc5.htm" />
<HelpTOCNode Title="AnimationIndex Property " Url="html/f55ba01a-50d3-248c-5c34-ba32355db223.htm" />
<HelpTOCNode Title="AutomaticallyMoves Property " Url="html/f7da08ef-ca8d-fd84-5c60-7bd966be6374.htm" />
<HelpTOCNode Title="BaseImageLocation Property " Url="html/29f62d1a-212b-273e-582e-670c1ea2856c.htm" />
<HelpTOCNode Title="Destroying Property " Url="html/0f7e6cfa-e1e4-1b7a-152d-5b3281ac8bfe.htm" />
<HelpTOCNode Title="FrameIndex Property " Url="html/603ff402-efe2-bede-5c71-1a9583da0800.htm" />
<HelpTOCNode Title="GetSize Property " Url="html/8b245db5-fbb6-18bc-d219-832668d1432a.htm" />
<HelpTOCNode Title="GetVisibleSize Property " Url="html/af9edc83-1d26-349b-8105-6064a540e2c7.htm" />
<HelpTOCNode Title="HasBeenDrawn Property " Url="html/f374c8cd-af01-f03a-1d31-0b46e0d8745c.htm" />
<HelpTOCNode Title="ID Property " Url="html/8e41c462-a765-51e2-4c3b-de231acba259.htm" />
<HelpTOCNode Title="MovingToPoint Property " Url="html/139d1443-5e11-02ed-7534-eb0f857804da.htm" />
<HelpTOCNode Title="Opacity Property " Url="html/90a2e7f3-348b-d10b-ee6b-9397ef5daa18.htm" />
<HelpTOCNode Title="PictureBoxLocation Property " Url="html/6273fa69-a784-9916-a8eb-5b16529fdf48.htm" />
<HelpTOCNode Title="Rotation Property " Url="html/20db7ecc-35df-8911-2615-1f2b8777f03b.htm" />
<HelpTOCNode Title="SpriteName Property " Url="html/e753341a-7040-8dda-8f1e-681e926e9292.htm" />
<HelpTOCNode Title="SpriteOriginName Property " Url="html/7d21be0e-d534-6d93-1476-3aa585a8fea3.htm" />
<HelpTOCNode Title="SpriteReachedEndPoint Property " Url="html/ae4a57de-4763-c9cb-c9e3-c6e186296fd8.htm" />
<HelpTOCNode Title="VisibleHeight Property " Url="html/5b5ccc3b-4e41-862f-7bba-7d55a45c6747.htm" />
<HelpTOCNode Title="VisibleWidth Property " Url="html/cd53c0db-02b1-e505-0dce-a7d4d7710d5c.htm" />
<HelpTOCNode Title="Zvalue Property " Url="html/6adf23fc-b0f8-5abf-bd39-7dc44f060e7c.htm" />
</HelpTOCNode>
<HelpTOCNode Id="afa762fb-4f45-4bdb-8a6d-e9eb383bbd26" Title="Sprite Methods" Url="html/abfab841-a96c-b22d-7cd8-fec3aba92510.htm">
<HelpTOCNode Id="67988f1a-43a6-4389-87a6-fe2e7292e635" Title="AddAnimation Method " Url="html/154fc8b0-0d6c-003e-be50-c94da6bc4597.htm">
<HelpTOCNode Title="AddAnimation Method (Image)" Url="html/e45036ef-15fa-9fbc-ef24-5e48c8c8ad8d.htm" />
<HelpTOCNode Title="AddAnimation Method (Image, Size)" Url="html/4a6fe677-5369-6c0a-1e61-81355aa238b1.htm" />
<HelpTOCNode Title="AddAnimation Method (Image, Int32)" Url="html/5284b83c-61a7-aefe-4087-f7137551b783.htm" />
<HelpTOCNode Title="AddAnimation Method (Int32, Int32)" Url="html/eb5261e9-43df-01a5-b974-25c2fd13309c.htm" />
<HelpTOCNode Title="AddAnimation Method (Image, Int32, Int32)" Url="html/9d686d62-c22c-20ec-7455-b4adc8070b8c.htm" />
<HelpTOCNode Title="AddAnimation Method (Int32, Boolean, Boolean)" Url="html/1730e5a3-3e48-72f7-f641-b7a70e5c2563.htm" />
<HelpTOCNode Title="AddAnimation Method (Image, Int32, Int32, Int32)" Url="html/a50146be-5b11-1554-db6f-817ea76b9343.htm" />
<HelpTOCNode Title="AddAnimation Method (Point, Image, Int32, Int32, Int32, Int32)" Url="html/8ae70e13-ebdf-d78f-d7a4-69825f6b8c26.htm" />
</HelpTOCNode>
<HelpTOCNode Title="AnimateJustAFewTimes Method " Url="html/3bbc779a-f8e9-8c18-c3c3-89018dd77daf.htm" />
<HelpTOCNode Title="AnimateOnce Method " Url="html/ff84ba57-4738-8ff0-2356-095dfe1cc159.htm" />
<HelpTOCNode Title="CancelMoveTo Method " Url="html/adc84477-1eb3-bb14-ee09-0525268c45f4.htm" />
<HelpTOCNode Title="ChangeAnimation Method " Url="html/25183ea9-6a42-63b0-8051-fd4b9c8dbfe7.htm" />
<HelpTOCNode Title="ChangeAnimationSpeed Method " Url="html/93aee3f0-fb9a-e628-9224-0128a91d363a.htm" />
<HelpTOCNode Title="ChangeFrameAnimationSpeed Method " Url="html/859526c5-9283-3edb-386b-905cbaa406fd.htm" />
<HelpTOCNode Title="CheckSpriteHitsSprite Method " Url="html/5d507565-cf0d-de52-2253-b55396e3886a.htm" />
<HelpTOCNode Title="ConvertDegreesToRadians Method " Url="html/fd3f0ed3-4608-2686-e248-8f2a1e6a2bac.htm" />
<HelpTOCNode Title="ConvertRadiansToDegrees Method " Url="html/2695c170-24ea-95d2-7f85-34c3930416b5.htm" />
<HelpTOCNode Title="Destroy Method " Url="html/bc474319-2c51-e93f-07e2-9728d609c563.htm" />
<HelpTOCNode Title="GetAnimationSpeed Method " Url="html/d0e10a16-4614-56b2-3e21-ce841f26b3d8.htm" />
<HelpTOCNode Title="GetFrameAnimationSpeed Method " Url="html/e38f911d-9d99-eac6-b9ea-bffd3d04678a.htm" />
<HelpTOCNode Id="cf90666d-57ce-471e-848c-d00155390bbd" Title="GetImage Method " Url="html/b29c2176-174b-e620-0e33-9a22730ad05f.htm">
<HelpTOCNode Title="GetImage Method " Url="html/fcc3a02a-e676-c16e-32a4-4fc2c5b530d4.htm" />
<HelpTOCNode Title="GetImage Method (Int32, Int32)" Url="html/4067393e-d724-b01d-dc77-947440c6c444.htm" />
</HelpTOCNode>
<HelpTOCNode Title="GetSpriteBaseImageCenter Method " Url="html/ef8d63de-fe6f-104e-f66f-3fffcd4ff0eb.htm" />
<HelpTOCNode Title="GetSpriteDegrees Method " Url="html/d5da80cc-4be3-3550-8bf9-5c460fbf2e15.htm" />
<HelpTOCNode Title="GetSpritePictureboxCenter Method " Url="html/efb3089a-8900-83fe-ce65-f22e686d7477.htm" />
<HelpTOCNode Title="GetSpriteRadans Method " Url="html/88cf999b-5b19-4cfc-adab-b0276f18431a.htm" />
<HelpTOCNode Title="GetSpriteVector Method " Url="html/e9953cab-b878-4169-fda6-d5addecb267b.htm" />
<HelpTOCNode Title="HideSprite Method " Url="html/e57f527d-aee3-7c4e-fc43-7219b7961fe0.htm" />
<HelpTOCNode Title="IsPaused Method " Url="html/9474d6c2-30d9-a39b-3c10-b50286f93813.htm" />
<HelpTOCNode Id="d16b5522-cfab-44e6-acff-674ec576dc8f" Title="MoveTo Method " Url="html/1f2c365c-e65b-3894-2e47-41f07250bbc0.htm">
<HelpTOCNode Title="MoveTo Method (List(Point))" Url="html/16df05cc-8770-7cbe-f754-ba9e386674ad.htm" />
<HelpTOCNode Title="MoveTo Method (Point)" Url="html/eefee0d8-fb59-4546-386a-53f40c545c43.htm" />
<HelpTOCNode Title="MoveTo Method (Sprite)" Url="html/27051af5-8ad4-0b54-231d-456499ae5b51.htm" />
</HelpTOCNode>
<HelpTOCNode Title="Pause Method " Url="html/db9f18b5-9947-5dfc-3174-39f4b1341b1c.htm" />
<HelpTOCNode Id="ad3633db-5440-4e36-95dc-277e83e8e5d3" Title="PutBaseImageLocation Method " Url="html/adaddf64-5e6e-447b-5d81-c38398216201.htm">
<HelpTOCNode Title="PutBaseImageLocation Method (Point)" Url="html/5b2d8b05-360b-44bc-2e7b-f1d4753cb0df.htm" />
<HelpTOCNode Title="PutBaseImageLocation Method (Double, Double)" Url="html/00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc.htm" />
</HelpTOCNode>
<HelpTOCNode Title="PutPictureBoxLocation Method " Url="html/7cf36b8e-42dc-cc56-1e14-6f248286d92b.htm" />
<HelpTOCNode Title="RecalcPictureBoxLocation Method " Url="html/ba26c365-f8d2-0a86-b3b6-1cfab946b3da.htm" />
<HelpTOCNode Title="ReplaceImage Method " Url="html/0ce33e3f-7f15-3abb-69b9-6826b7d831d7.htm" />
<HelpTOCNode Title="ReturnAdjustmentRatio Method " Url="html/56d803c5-e2ad-dd16-0592-b816f726498d.htm" />
<HelpTOCNode Title="SendToBack Method " Url="html/c0d47063-6820-3464-ed46-94ffd2329683.htm" />
<HelpTOCNode Title="SendToFront Method " Url="html/ef420c55-64ea-5230-e9e5-d8c13f98f74a.htm" />
<HelpTOCNode Title="SetName Method " Url="html/36d40ecf-484f-3b53-43e4-87ed9108cb76.htm" />
<HelpTOCNode Title="SetSize Method " Url="html/7cf8acaf-92f1-652e-4c2a-bfd920bc0479.htm" />
<HelpTOCNode Title="SetSpriteDirection Method " Url="html/aebe0cd6-1499-7da2-2f96-c86d84189b58.htm" />
<HelpTOCNode Title="SetSpriteDirectionDegrees Method " Url="html/0f4e570a-2888-8819-176b-9dd070ca7db4.htm" />
<HelpTOCNode Title="SetSpriteDirectionRadians Method " Url="html/ec39133f-39d0-c9ef-e77b-e58ea8c9b2f6.htm" />
<HelpTOCNode Title="SetSpriteDirectionToPoint Method " Url="html/d416e051-269c-c343-aece-3682b87f3cbc.htm" />
<HelpTOCNode Title="SpriteAdjustedPoint Method " Url="html/0b9ae3b4-06a9-5ee6-9bc0-33377f8be55e.htm" />
<HelpTOCNode Title="SpriteAtImagePoint Method " Url="html/509560bd-f402-7e7f-a461-46845061a5fc.htm" />
<HelpTOCNode Title="SpriteAtPictureBoxPoint Method " Url="html/9e0d8841-7f6a-63b2-c5fb-5ba6ffa85436.htm" />
<HelpTOCNode Title="SpriteCanMoveOnImage Method " Url="html/c2f3867b-b906-a526-c836-718da1546a78.htm" />
<HelpTOCNode Title="SpriteCanMoveOnPictureBox Method " Url="html/995741fd-f6ea-f11e-ee46-c88de9307e8a.htm" />
<HelpTOCNode Title="SpriteIntersectsRectangle Method " Url="html/96b717e2-d860-aa86-3760-d39620a2bb31.htm" />
<HelpTOCNode Title="UnhideSprite Method " Url="html/6e92bfaf-2e6c-a3bc-e208-3f486f6b42fc.htm" />
<HelpTOCNode Title="UnPause Method " Url="html/6707f122-af81-e57d-d937-e4000242446f.htm" />
</HelpTOCNode>
<HelpTOCNode Id="9bde60ba-0058-428f-8ba1-5c78043024ad" Title="Sprite Events" Url="html/bdcfa83c-c4a7-49f3-4d49-2f865014aee6.htm">
<HelpTOCNode Title="CheckBeforeMove Event" Url="html/f4164c4a-55e1-87f7-95bd-7bae1d99326b.htm" />
<HelpTOCNode Title="Click Event" Url="html/01fdd72c-b202-8593-db2a-e1373358dd66.htm" />
<HelpTOCNode Title="ClickTransparent Event" Url="html/51c9d545-e5c3-888d-d033-17085734aa1d.htm" />
<HelpTOCNode Title="MouseEnter Event" Url="html/17255a69-f623-3a42-a7ce-db1eb348581a.htm" />
<HelpTOCNode Title="MouseEnterTransparent Event" Url="html/acf8f1b8-170d-0fa9-1ac9-41a086d97046.htm" />
<HelpTOCNode Title="MouseHover Event" Url="html/d8964a64-57ec-3b0c-94b5-247707cd34e8.htm" />
<HelpTOCNode Title="MouseHoverTransparent Event" Url="html/d7215876-6117-ce45-75a4-77dc00c386cd.htm" />
<HelpTOCNode Title="MouseLeave Event" Url="html/7a4959c4-936a-b924-d525-7becb693a55b.htm" />
<HelpTOCNode Title="MouseLeaveTransparent Event" Url="html/8ff96e56-6289-4c11-f351-4dbfe58a44cf.htm" />
<HelpTOCNode Title="SpriteAnimationComplete Event" Url="html/0e8b825f-f8df-9f14-41ec-f00778409dfb.htm" />
<HelpTOCNode Title="SpriteArrivedAtEndPoint Event" Url="html/e37ba69c-1cb3-693c-f4b1-8e37b12cbd23.htm" />
<HelpTOCNode Title="SpriteArrivedAtWaypoint Event" Url="html/17ee5c77-8351-af30-dc43-9458d683a69e.htm" />
<HelpTOCNode Title="SpriteBeingDestroyed Event" Url="html/64d54496-389b-21a7-0387-25878b2bcc4c.htm" />
<HelpTOCNode Title="SpriteChangesAnimationFrames Event" Url="html/81ec308a-e52d-7e07-f9e0-50d0bf531a30.htm" />
<HelpTOCNode Title="SpriteExitsPictureBox Event" Url="html/37ae1b7e-72db-69cb-f1c6-26242c07e2b5.htm" />
<HelpTOCNode Title="SpriteHitsPictureBox Event" Url="html/3aabe50b-5222-99aa-4654-356baa30033a.htm" />
<HelpTOCNode Title="SpriteHitsSprite Event" Url="html/acb35a6f-c89a-3a7d-146d-b85ccf68d8aa.htm" />
<HelpTOCNode Title="SpriteInitializes Event" Url="html/2b1a75c9-0eb6-fb22-eeea-595ec3cc1bf8.htm" />
</HelpTOCNode>
<HelpTOCNode Id="5b0d1297-5b67-4d8e-be36-3d25842369ef" Title="Sprite Fields" Url="html/6d383ed6-ff9b-f1b0-a53d-54ea41795870.htm">
<HelpTOCNode Title="CannotMoveOutsideBox Field" Url="html/747bfb64-7646-38ee-09e3-65455ac597e5.htm" />
<HelpTOCNode Title="MirrorHorizontally Field" Url="html/c39b03eb-911a-b0dc-fd7b-276ee464f6c7.htm" />
<HelpTOCNode Title="MirrorVertically Field" Url="html/679ff642-b87f-24d6-80c5-434c06c71523.htm" />
<HelpTOCNode Title="MovementSpeed Field" Url="html/e88e79e3-3edc-69e5-1854-23968928c073.htm" />
<HelpTOCNode Title="payload Field" Url="html/3a7614d3-cfe9-ce52-55be-ca5324839e92.htm" />
</HelpTOCNode>
</HelpTOCNode>
<HelpTOCNode Title="Sprite.SpriteEventHandler Delegate" Url="html/1bab1e49-641a-5648-d034-4298d8158019.htm" />
<HelpTOCNode Id="d9bdb3e9-e590-4c44-907c-68f170ae7da9" Title="SpriteAdjustmentRatio Structure" Url="html/eae9601e-6da0-b304-9836-5e4b1e743f94.htm">
<HelpTOCNode Title="SpriteAdjustmentRatio Methods" Url="html/57a9f458-c6c8-d106-aad4-b2547736909a.htm" />
<HelpTOCNode Id="cab64008-7f14-427c-8459-8ebc8322edec" Title="SpriteAdjustmentRatio Fields" Url="html/9c6cb5e5-0054-eab6-66d9-e6e0c1e8c444.htm">
<HelpTOCNode Title="height_ratio Field" Url="html/a8864de9-4275-a608-f5b0-26d4b313967d.htm" />
<HelpTOCNode Title="width_ratio Field" Url="html/92e90a8d-e5eb-daea-2804-b99254f25433.htm" />
</HelpTOCNode>
</HelpTOCNode>
<HelpTOCNode Title="SpriteCollisionMethod Enumeration" Url="html/b78d4878-d301-191f-9c53-4f41d3e937e6.htm" />
<HelpTOCNode Id="ab0c8b67-07bd-46d3-a108-7f0de27cbb62" Title="SpriteController Class" Url="html/07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">
<HelpTOCNode Id="50abb6b4-88fe-4e5a-8d60-f5391b536b6c" Title="SpriteController Constructor " Url="html/323c4f03-703d-0898-c73e-40eb5784c05f.htm">
<HelpTOCNode Title="SpriteController Constructor (PictureBox)" Url="html/dd581cb5-2630-cc79-5fcb-24bfcb817e03.htm" />
<HelpTOCNode Title="SpriteController Constructor (PictureBox, EventHandler)" Url="html/d20e5816-faf3-723d-5f2d-ebff462012f1.htm" />
</HelpTOCNode>
<HelpTOCNode Id="b05b2b42-92fa-43f4-98e9-c650659f159c" Title="SpriteController Properties" Url="html/c6c542de-2b1f-1086-b5b2-56b7e9a9525f.htm">
<HelpTOCNode Title="BackgroundImage Property " Url="html/9d9cf5a5-3349-bfae-7d39-41082644a49e.htm" />
<HelpTOCNode Title="OriginalImage Property " Url="html/7d3a40d7-0ee8-6117-8d32-b236da97778f.htm" />
<HelpTOCNode Title="SpriteCount Property " Url="html/6e7ddbc9-4f71-533f-b99c-55a53ba4a843.htm" />
</HelpTOCNode>
<HelpTOCNode Id="d20acc6a-8f9e-42a8-8437-a0a1fecd5901" Title="SpriteController Methods" Url="html/2788d4d5-88bf-1154-dd17-8d4b99a79118.htm">
<HelpTOCNode Title="AddSprite Method " Url="html/f28be11d-b67a-765c-441a-d7da336ccf77.htm" />
<HelpTOCNode Title="AdjustPoint Method " Url="html/68ba53c6-5c0d-3dd4-b9bd-56852a3b98cd.htm" />
<HelpTOCNode Title="AdjustRectangle Method " Url="html/4f100dc3-39b4-fea4-6d73-8ef39eea489c.htm" />
<HelpTOCNode Title="AllSprites Method " Url="html/662ea0d6-7a35-be51-5a25-288752509d24.htm" />
<HelpTOCNode Title="ChangeTickInterval Method " Url="html/bf55ab7f-78c8-3879-b8f8-464dc203791e.htm" />
<HelpTOCNode Title="CountSpritesBasedOff Method " Url="html/dace8c3a-8d35-4ae7-ddf8-26e59dc161ae.htm" />
<HelpTOCNode Title="DestroyAllSprites Method " Url="html/63fd5f6f-f592-0dbd-6fd2-ff4b999f012d.htm" />
<HelpTOCNode Title="DestroySprite Method " Url="html/56b507fc-3071-20e9-63a7-b33484f3e687.htm" />
<HelpTOCNode Id="f163babd-d431-4a6e-9f48-3bcf06bc392f" Title="DuplicateSprite Method " Url="html/ae6c1c82-0519-4751-0b6d-f264c484e4cb.htm">
<HelpTOCNode Title="DuplicateSprite Method (String)" Url="html/60fe71db-5ea2-cf93-f216-79b15a6779db.htm" />
<HelpTOCNode Title="DuplicateSprite Method (Sprite)" Url="html/ef714268-ae13-47ad-c8a8-1b8bb39cfed9.htm" />
</HelpTOCNode>
<HelpTOCNode Id="8b37708d-027c-44e8-98d7-ea3de777fa14" Title="Invalidate Method " Url="html/fd95464a-c61d-8ed2-a568-34b825efc047.htm">
<HelpTOCNode Title="Invalidate Method (Boolean)" Url="html/451487c4-0cca-2c80-9b71-b116cbe00d6e.htm" />
<HelpTOCNode Title="Invalidate Method (Rectangle, Boolean)" Url="html/c57680f5-fd0e-a4a6-05a0-3a42de94edb8.htm" />
</HelpTOCNode>
<HelpTOCNode Id="90bac81c-abad-4e12-a95f-aea88d56a6fc" Title="IsKeyPressed Method " Url="html/50eae5e0-c59c-9d9c-d551-21dba8696ac9.htm">
<HelpTOCNode Title="IsKeyPressed Method " Url="html/bf10cc41-d9e2-52c5-0415-1083f0f55489.htm" />
<HelpTOCNode Title="IsKeyPressed Method (Keys)" Url="html/7fc92c27-7895-2b2c-d4f1-ac682eec7af5.htm" />
</HelpTOCNode>
<HelpTOCNode Title="KeysPressed Method " Url="html/bcb29da5-8d8d-fa11-90ea-3a0cc73a0df0.htm" />
<HelpTOCNode Title="NameSprite Method " Url="html/a5292253-7fbd-5dfa-819f-1d67d27580d6.htm" />
<HelpTOCNode Title="Pause Method " Url="html/d329fe20-e750-bf52-a75b-f2383bf1d35a.htm" />
<HelpTOCNode Title="PlaceSpriteBehind Method " Url="html/0b27d26e-53e1-c9bd-0b52-8fe4714c831a.htm" />
<HelpTOCNode Title="PlaceSpriteInFrontOf Method " Url="html/8d47a519-d5f7-c7f6-4ccb-0d310cab2435.htm" />
<HelpTOCNode Title="RegisterKeyDownFunction Method " Url="html/af7fceb3-a35e-b016-3955-696b3a3c7a7e.htm" />
<HelpTOCNode Title="RegisterKeyUpFunction Method " Url="html/b3e934e2-1ddf-35e3-0995-3b555539f33f.htm" />
<HelpTOCNode Id="1e2855fa-2cc3-4573-9591-622123f1ec7b" Title="ReplaceOriginalImage Method " Url="html/2c9b874d-5097-98bf-908c-f6bac5d647d3.htm">
<HelpTOCNode Title="ReplaceOriginalImage Method " Url="html/49befa66-d9d0-400c-1fc2-ac57f17433f1.htm" />
<HelpTOCNode Title="ReplaceOriginalImage Method (Image)" Url="html/eac30137-8237-e01a-ee3d-e599d117c03e.htm" />
</HelpTOCNode>
<HelpTOCNode Title="ResetKeypressState Method " Url="html/48ff9be7-1395-25af-3585-3d32eba07309.htm" />
<HelpTOCNode Title="ReturnAdjustmentRatio Method " Url="html/41ac663a-2019-6a14-5ffd-16dfc7472578.htm" />
<HelpTOCNode Title="ReturnPictureBoxAdjustedHeight Method " Url="html/447d1a9a-0e17-9827-2a01-438434c1b879.htm" />
<HelpTOCNode Title="ReturnPictureBoxAdjustedPoint Method " Url="html/9469b7cf-55ee-5c2e-feb7-01c7e23a6350.htm" />
<HelpTOCNode Title="ReturnPictureBoxAdjustedWidth Method " Url="html/7c73b68e-f842-bfee-55d8-b36488fb35b7.htm" />
<HelpTOCNode Title="ReturnPointAdjustedForImage Method " Url="html/e58bfa3c-4722-7f3a-9610-0a0ce62bfe99.htm" />
<HelpTOCNode Title="SoundIsFinished Method " Url="html/df0fd1e8-eac8-4f10-7f09-baa6127f3752.htm" />
<HelpTOCNode Title="SoundPlay Method " Url="html/08442d70-3a79-fa24-4f3e-eddc5c102938.htm" />
<HelpTOCNode Title="SpriteBackwards Method " Url="html/d516c33b-29ef-9613-62fb-b6717264a32b.htm" />
<HelpTOCNode Title="SpriteForwards Method " Url="html/b5c75d58-f132-f3ff-217f-e69b252db748.htm" />
<HelpTOCNode Title="SpriteFromName Method " Url="html/e8491570-1fda-7d8e-48b8-c15f26c41d01.htm" />
<HelpTOCNode Title="SpritesAtImagePoint Method " Url="html/90511f90-497b-fc61-6984-15d76101a6f1.htm" />
<HelpTOCNode Title="SpritesAtPoint Method " Url="html/3c18bbb7-e10c-1b96-754d-7dfc878e7cf4.htm" />
<HelpTOCNode Title="SpritesBasedOff Method " Url="html/e05efb85-3736-fa59-2720-a460b898048a.htm" />
<HelpTOCNode Title="SpritesBasedOffAnything Method " Url="html/c7991a63-f63c-20d8-0605-fab6e9f13392.htm" />
<HelpTOCNode Title="SpritesInImageRectangle Method " Url="html/c2860c42-fc4c-78f8-7d32-195e74262434.htm" />
<HelpTOCNode Title="SpritesThatHaveBeenDrawn Method " Url="html/2c4eb5db-5c4c-6fcd-716c-532c0e2c4f35.htm" />
<HelpTOCNode Title="SpriteToBack Method " Url="html/5d32e0da-bbf2-10b5-ba20-fe5bdfec1963.htm" />
<HelpTOCNode Title="SpriteToFront Method " Url="html/80b0403d-da14-c176-9d01-080fc170a67d.htm" />
<HelpTOCNode Title="UnPause Method " Url="html/675951bb-e09a-e9ec-95d2-c0efaf187d6d.htm" />
</HelpTOCNode>
<HelpTOCNode Id="7a9543ce-637b-43d8-8121-a16ac5550daa" Title="SpriteController Events" Url="html/4141394a-0d7d-5cf8-6b01-0a4fb43159ab.htm">
<HelpTOCNode Title="DoTick Event" Url="html/ba843001-e657-41e8-7c66-c2473781ed40.htm" />
</HelpTOCNode>
<HelpTOCNode Id="779993bd-c1c8-4b58-8001-e856eab2acc5" Title="SpriteController Fields" Url="html/92b04460-74f1-c388-f3ac-ea510ffc4e06.htm">
<HelpTOCNode Title="OptimizeForLargeSpriteImages Field" Url="html/34a7b0e2-8fce-a07e-fff0-5460ba02a4cf.htm" />
<HelpTOCNode Title="RandomNumberGenerator Field" Url="html/b9f05ef6-f80c-5676-1eca-d73833dca177.htm" />
<HelpTOCNode Title="SpriteComparisonDelegate Field" Url="html/f640b978-f990-84a2-015a-40bf256fc37d.htm" />
</HelpTOCNode>
</HelpTOCNode>
<HelpTOCNode Id="75ebe991-ab26-416d-abd3-d4f5c2bbc574" Title="SpriteEventArgs Class" Url="html/f42e1d9a-273c-861f-b7db-6244c9266d2c.htm">
<HelpTOCNode Title="SpriteEventArgs Constructor " Url="html/fa691ac7-58fb-b5fc-0141-68300e3a7a89.htm" />
<HelpTOCNode Title="SpriteEventArgs Methods" Url="html/4716eb02-e702-b61a-126a-362af50ca6d5.htm" />
<HelpTOCNode Id="4e9ed223-2b1b-4878-876e-c9aff696dda2" Title="SpriteEventArgs Fields" Url="html/817b64cb-8c4b-af50-69ba-6762e8ae51c5.htm">
<HelpTOCNode Title="Cancel Field" Url="html/ad1a395a-bbd4-d507-aa4d-1419f9b7df08.htm" />
<HelpTOCNode Title="CollisionMethod Field" Url="html/18405dcf-237d-db66-cf64-0e08b0d16b41.htm" />
<HelpTOCNode Title="NewLocation Field" Url="html/e058b656-39e3-5a55-4437-ee869ecbf35e.htm" />
<HelpTOCNode Title="TargetSprite Field" Url="html/72a79555-fc4d-8b5b-1a9c-408fd55972e9.htm" />
</HelpTOCNode>
</HelpTOCNode>
<HelpTOCNode Title="SpriteKeyEventHandler Delegate" Url="html/38678a79-da77-9ef7-e3e1-78ff96f5bd7b.htm" />
<HelpTOCNode Title="SpritePauseType Enumeration" Url="html/efc2cb08-5c2b-c758-477e-d5739183a1ba.htm" />
<HelpTOCNode Id="4087e375-4ab6-4b67-a976-5a47357fc5c0" Title="SpritePayload Class" Url="html/4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm">
<HelpTOCNode Title="SpritePayload Constructor " Url="html/6acc0e43-8cb8-535c-6f39-8163bb21447a.htm" />
<HelpTOCNode Title="SpritePayload Methods" Url="html/5a5c3a2b-a675-c626-ced3-c958acc9f93e.htm" />
</HelpTOCNode>
</HelpTOCNode>
</HelpTOC>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"exposes":[2490369,3342337,3473409,3604481,4063233,4325377,4718593,4915201,5111809,7143425,7405569,9306113,10027009,10289153,10747905,11206657,11927553,13041665],"existing":[1376262,2752513,3080193,5832705,7798785,8650753,10092545,10747910,13041670],"easiest":[327681,3735553,4784129,7667714,10027009,10747906,13041667],"entirely":[11075585,11206657,13041665],"explorer":[6881281],"enumerations":[6881281],"exited":[1966081,11206657,13041665],"examples":[1835009,3604481,3932161,4063234,4325377,9240577,9568257,10551297,12582913,12910593],"ellipse":[9175041],"erased":[10027009,10682369,13041665],"events":[1179650,2490370,4063233,6881284,9175041,10944513,11206658,11927553,13041665],"enumeration":[6881281,9175041,10944513],"expect":[5701633,11206657,13041665],"equals":[3342337,3473409,3604481,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"equal":[3342337,3473409,3604481,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"exiting":[1966081,9240577,11206657,13041665],"emmediately":[6946817,10027009,13041665],"easy":[9240577],"ends":[4063233,6684673,9306113],"easier":[524289,10027009,13041665],"end":[458753,4063233,4325377,11206657,11862017,13041665],"eventargs":[1179650,6881283,9240577,9568257,11927555],"extra":[2097153,4718593,13041665],"entire":[4063233,4259841,4325377,11534337],"example":[1048577,1376264,2424833,2752513,3080193,5832705,7798785,8650753,9568257,9830401,10092545,10551297,10747914,10813441,13041674],"event":[131076,458754,720898,786434,851969,917507,1179650,1769475,1900547,1966082,2359297,2424833,2555906,3276803,4063236,4325380,4980738,5111812,5373954,5701634,6094849,6881281,7274497,7471106,8257538,8323074,9240580,9568257,10223619,10616835,10747909,11075587,11141122,11206666,11337729,11599874,11927556,11993089,12124164,12320769,13041679],"enum":[9175041,10944513],"effect":[6946819,10027011,10747905,11993089,13041668],"explode":[2555905,11206657,13041665],"ellipses":[9175041],"exists":[3211265,10747905,11862017,13041665],"erase":[589825,3407873,4063234,4325377,5439489,8126465,9306113,10027009,10747905,13041666],"eventhandler":[2031617,4063233,9240578,9568259]}

View File

@ -0,0 +1 @@
{"false":[786433,1769473,3211265,5767169,6815745,7208962,7340033,8781825,9240580,9437185,9633793,10027012,10747906,11010049,11468804,13041670],"frames":[1376268,2752515,3080195,5832708,5898241,7077892,7798787,8650755,10092547,10747916,13041677],"func":[8257538,8323074],"focus":[2949124,4063238,4325382,5767170,8519682,8781826],"following":[2490369,3342337,3473409,3604481,4063233,4325377,4718593,4915201,5111809,7143425,7405569,9306113,10027009,10289153,10747905,11206657,11927553,13041665],"finds":[262145,10747905,13041665],"forms":[2359297,4063233,5767169,6881282,9240577,9568257,10551297],"forever":[1966081,8126465,10747905,11206657,13041666],"frameindex":[3997698,5701633,10027009,11206657,13041666],"form":[2949124,4063240,4325382,5767170,8519682,8781826,9240577,9568259,10223617,10551298,10616833,11206658,13041666],"fails":[5111809,7274497,11927553],"flag":[2424833,10747905,13041665],"facing":[1441793,4718593,5570561,10027009,13041666],"fast":[4063233,4325377,9043969],"fires":[458753,917506,11075585,11206661,12124161,13041669],"frame":[393221,1114114,1245185,2162692,2424835,2752513,3080193,3997698,5701633,5832708,5898242,5963780,6225924,6422529,6619138,7077891,7798787,7864324,8650754,9240577,10027012,10747915,10944514,11206657,11468802,11993091,12058625,12451843,12976131,13041682],"frame_index":[2162690],"function":[262146,458753,589825,2490369,2686977,2883585,3342337,3604481,3932161,4063244,4325386,4915201,6553601,7929857,8257539,8323075,8388609,9240579,9502721,9568258,9830401,10027009,10420227,10747913,10878977,11206657,11730945,11927553,12582913,13041675],"faces":[4718593,5570561,13041665],"fully":[3473409,10289153],"free":[3342337,3604481,4063233,4325377,4915201,10747905,11927553,13041665],"flip":[4718594,5570561,9699329,13041666],"finishes":[10747905,11993089,13041665],"figure":[3997697,4063233,4325377,10027009,10878977,13041665],"follow":[1,786433],"firetime":[3604481],"faster":[1310721,1703937,1769473,4063233,4718593,7405569,8978433,10747905,12255233,13041666],"fields":[4063233,4718594,5111810,7143426,7405570,10289153,11927553,13041665],"finished":[65537,2424833,4063233,4325377,8454145,10027010,11010049,11468801,11993089,13041666],"finally":[1835009,4063233,4325377,12910593],"field":[851970,1703938,1835009,2097154,4063233,4325377,4456450,5570562,6094850,6750210,7274498,7733250,7995394,9699330,10354689,10747905,11337730,12255234,12582914,12910593,13041665],"first":[786433,1245185,1769473,5832705,6619137,9240577,10747906,12582914,13041666],"fit":[1441793,10027009,13041665],"flipping":[4718593,9699329,13041665],"final":[786433,917505,1769473,10747905,11206658,12124161,13041667],"finalize":[3342337,3604481,4063233,4325377,4915201,10747905,11927553,13041665],"float":[6946817],"foot":[5701633,11206657,13041665],"finish":[9240577],"functions":[2883585,3604481,4063235,4325379,6553602,6881281,9240577,10027009,12713985,13041665]}

View File

@ -0,0 +1 @@
{"generator":[4063233,7405569,7995393],"getsize":[6291458,10027009,13041665],"goes":[1441793,3866625,4063234,4325378,6356993,10027009,13041665],"going":[4718593,5111809,7274497,9699329,11927553,13041665],"generating":[1048577,1376258,10747906,10813441,13041666],"great":[4718594,5570561,9699329,13041666],"goofs":[1835010,4063234,4325378,12910594],"got":[6029313,10747905,13041665],"gone":[3407873,4063233,4325377,8126465,10747905,13041665],"gethashcode":[3342337,3473409,3604481,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"general":[10420225,10747905,13041665],"generic":[786433],"graphical":[6881282,13041665],"getframeanimationspeed":[10747905,12451842,13041665],"getspritevector":[10747905,12517378,13041665],"guy":[1376268,2752514,3080194,5832706,7798786,8650754,10092546,10747916,13041676],"getimage":[2162691,7864323,10747906,12976131,13041666],"glow":[720897,11206658,11599873,13041666],"getspriteradans":[5308418,10747905,13041665],"gobbling":[4718594,5570561,9699329,13041666],"glowing":[4980737,7471105,11206658,13041666],"gotten":[327681,3735553,7667714,10747906,13041666],"getspritepictureboxcenter":[10485762,10747905,13041665],"grabbing":[7077889],"given":[262145,655361,2162689,2883585,2949121,3211265,4063235,4325379,5767169,6815745,7864321,9109505,9437185,10420225,10747908,13041668],"garbage":[3342337,3604481,4063233,4325377,4915201,10747905,11927553,13041665],"game":[1703937,4063234,6881281,7405569],"getspritebaseimagecenter":[10747905,12845058,13041665],"grab":[2752513,3080193,5832707,5898241,7077891,7798785,8650753,10092545,13041665],"grabs":[1376262,2752513,3080193,5832705,7798785,8650753,10092545,10747910,13041670],"generate":[1114113,5898244,5963777,6422529,12058625,13041668],"getanimationspeed":[8978434,10747905,13041665],"gettype":[3342337,3473409,3604481,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"glitch":[2949122,4063235,4325379,5767169,8519681,8781825],"good":[589825,2949122,3080193,4063235,4325379,5767169,8519681,8781825,10027009,13041665],"gets":[917506,1769473,3342337,3473409,3604481,4063233,4325377,4718594,4915201,5570561,9699329,10289153,10420225,10747907,11206658,11927553,12320769,13041671],"getvisiblesize":[6291457,8585218,10027010,13041666],"growing":[1703937,4063233,7405569],"getspritedegrees":[9830402,10747905,13041665]}

View File

@ -0,0 +1 @@
{"health":[2097153,4718593,13041665],"height":[1114117,2621445,3538945,4063234,4325378,4653058,5832707,5898245,5963780,6881281,7077891,7798787,8650755,9175041,10027009,10289153,10747905,12058626,13041671],"happen":[4063233,4325377,5701633,9043969,11206657,13041665],"http":[6881282],"hasbeendrawn":[10027009,10682370,13041665],"head":[10420225,10747905,13041665],"house":[589825,10027009,13041665],"hierarchy":[3604481,4063233,11927553,13041665],"hard":[4063233,6881281],"haul":[1048577,1376258,10747906,10813441,13041666],"horizontally":[1048577],"heigh":[2621441],"hover":[10223617,10616833,11206658,13041666],"height_ratio":[6750210,7143425,10289153],"heart":[4063233,6881281],"hight":[2621441],"help":[4063233,6881281,9175041],"harder":[6029313,10747905,13041665],"hidden":[3276801,5636097,10747905,11206657,13041666],"hit":[1310722,1769473,2555905,3670019,4456449,4718593,7602177,10747906,11141121,11206658,13041669],"happens":[131073,1900545,1966081,2555905,3276801,10223617,10616833,11141121,11206664,13041672],"hold":[2097153,4718593,13041665],"hash":[3342337,3473409,3604481,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"howmanyanimations":[2424834],"hits":[2555905,11141121,11206658,13041666],"hidesprite":[5636097,10354690,10747906,13041666],"higher":[4718593,5046274,8978433,10027010,12255233,13041667],"having":[4063233,6684673,9306113]}

View File

@ -0,0 +1 @@
{"inheritance":[3604481,4063233,11927553,13041665],"imprecise":[10420225,10747905,13041665],"incredibly":[9240577],"indicates":[3473409,10289153],"index":[1245186,2162691,2424833,3997697,6225922,7864321,10027009,10747906,11993089,12451842,13041667],"instant":[3276801,11206657,13041665],"imagine":[1835009,4063233,4325377,12910593],"includes":[4063233,5242881,9306113],"information":[1179649,2097154,4718594,6881282,11927553,13041666],"images":[1114113,1703937,1835009,4063235,4325377,5439489,5898242,7405569,9306113,10027009,11403265,12058625,12910593,13041667],"involved":[5111810,6094850,11927554],"item":[720898,2621441,4063234,4325378,4980738,5505026,7340033,7471106,11206664,11599874,13041672],"immediately":[1900545,11206657,13041665],"inside":[6881281,9109505,9175041],"image_frame":[393217,10747905,13041665],"imagepointdestination":[10420226],"idea":[9633793],"imagelayout":[4063233,9240577,9568257,10551297],"invalidate":[1835010,4063238,4259844,4325382,8912900,11534341,12910594],"instance":[3342337,3473412,3604482,4063233,4325377,4521985,4915201,10289156,10747905,11927554,12779521,13041665],"ispaused":[7340034,10747905,13041665],"initializecomponent":[9240577,9568257,10551297],"image":[262145,327682,393221,786433,1114118,1376268,1441793,1703938,1835022,2031617,2162692,2228226,2293761,2621441,2752517,2818050,2883585,3014657,3080197,3211266,3276801,3538945,3735553,4128770,4063269,4259841,4325404,4653058,4718594,4784129,5439493,5570561,5832711,5898251,5963780,6291457,6422533,6553605,6684677,6750210,6881283,7012356,7077894,7143428,7405570,7733250,7798789,7864323,8650757,8912898,9109506,9306118,9437185,9699329,10027013,10092549,10158081,10289157,10420225,10551297,10747925,10878979,10944513,11206657,11534338,12058630,12320769,12845058,12910608,12976133,13041705],"initializes":[3604481,4521985,11927553,12779521],"int":[393218,1048577,1114114,1245186,1441793,1507329,2097154,2162690,2424835,2621442,3080193,3538945,3604482,3932162,3997697,4718594,5046273,5242881,5505026,5832708,5963779,6225923,6488065,6619138,7077892,7798787,8650754,8978434,9043969,9502721,10158081,10813442,11993090,12189697,12255233,12451843,13041666],"int32":[393218,1048578,1114116,1245186,1376269,1441793,1507329,2162692,2424835,2621442,3080194,3538945,3997697,5046273,5242881,5505026,5832712,5898249,5963782,6225923,6488065,6619138,7077896,7798790,7864322,8650756,8978434,9043969,9502721,10158081,10747919,10813444,11993090,12189697,12255233,12451843,13041688],"interval":[4063233,4325377,9043970],"intensive":[1048577,1376258,10747906,10813441,13041666],"integer":[1048577,2621441,5505026,6619137,10420225,10747905,10813441,13041665],"instantiate":[2490369,4063233,9240577],"iskeypressed":[2949123,4063234,4325378,5767171,8781827,9240580],"internal":[262145,10747905,13041665],"info":[6881281],"initial":[6881281,10027009,11403265,13041665],"important":[589825,10027009,13041665],"intersect":[4063233,4325377,9109505],"inherited":[3342342,3473412,3604486,4063238,4325382,4915206,10289156,10747910,11927558,13041670],"included":[5111809,6094849,11927553],"imagerectangle":[2818050,8912898],"initializecomponents":[4063233],"imagebox":[3211265,7208961],"instead":[131073,1179649,1703937,3276801,4063233,6029313,6881281,7208961,7405569,7929857,10420225,10747909,11206658,11665409,13041671],"initially":[9240577,10027009,11403265,13041665]}

View File

@ -0,0 +1 @@
{"just":[1835009,4063233,4325377,5373953,6946817,7208961,9830401,9895937,10027009,10747908,10944513,11206657,11993089,12582913,12910593,13041670],"jerky":[9240577],"journey":[1769473,10747905,12320769,13041665]}

View File

@ -0,0 +1 @@
{"keys":[2949122,4063235,4325379,5767171,8519684,8781826,9240581],"kill":[8126465,10747905,13041665],"know":[4063233,4325377,5898241,9633793,10747905,11665409,11796481,13041666],"keypress":[2359297,2686977,4063235,4325379,6881281,8257537,8323073],"key":[2686978,2949127,4063245,4325388,5767175,8519683,8781828],"keyeventargs":[2359298,4063234,4325378,8257537,8323073],"keyup":[4063233,4325377,8257537],"keydown":[4063233,4325377,8323073],"keyspressed":[4063233,4325377,8519682],"knows":[4063233,5242881,9306113]}

View File

@ -0,0 +1 @@
{"looks":[3604481,4718593,5570561,6619137,10747905,13041666],"losing":[4063233,4325377,11862017],"locationonpicturebox":[10878978],"library":[6881283,9240577],"lot":[1835009,4063233,4325377,10420225,10747905,12910593,13041665],"list":[786437,917505,1376257,1769475,1835009,2031617,2293764,2883587,2949121,4063239,4194308,4325383,5898241,6553603,7536641,7667713,7864321,8454145,8519684,9109508,9764868,10027009,10747906,11206658,11534337,11730948,11796481,12124161,13041669],"left":[655361,1376268,1441794,2752514,3080194,3932161,4718593,5111809,5832706,6881281,7798786,8650754,9175041,9240583,9699329,10027010,10092546,10747917,10944513,11337729,11927553,13041680],"let":[9895938,10747906,13041666],"long":[1048577,1376258,9240577,10747906,10813441,13041666],"locationonimage":[4128770,7012354],"likely":[4063234,4325378,8716289,9371649],"location":[262147,327683,2883586,3211267,3735553,3932161,4128769,4063239,4325383,4390913,4784130,5111809,6029313,6553606,6750211,6881281,7012353,7143430,7208964,7536641,7667714,7733251,8388609,9109506,9175041,10027011,10289158,10747909,10878979,11075585,11206657,11337729,11927553,12648449,12845057,13041673],"like":[1900545,3604482,3997697,4718595,5570562,9699329,10027010,10747905,11206657,11468801,11665409,13041671],"line":[786433,1769473,10747905,13041665],"lastdirection":[9240581],"lastmovement":[9240578],"looking":[7602177,8978433,9240577,12451841],"link":[1],"loses":[2949122,4063235,4325379,5767169,8519681,8781825],"lower":[4718593,5046274,8978433,10027010,12255233,13041667],"loops":[4063233,4325377,9961473],"locations":[2228225,4063235,4325379,10878978],"look":[4063233,4325377,4718594,5570561,9502721,9699329,9961473,10027009,11468801,13041667],"little":[1441793,10027009,10420225,10747905,13041666],"looked":[6553601],"load":[10027009,11403265,13041665],"lost":[2949122,4063235,4325379,5767169,8519681,8781825]}

View File

@ -0,0 +1 @@
{"mirrorhorizontal":[1048578],"memory":[1048577,1376258,1835009,2686977,4063234,4325378,4718594,5570561,9699329,10747906,10813441,12910593,13041668],"mirror":[1048578],"movementspeed":[1769474,3932161,4718594,9240579,10027009,10747906,12255235,12320770,12713985,13041669],"making":[3604481,4063233,6881281],"majority":[2490369,4063233,9240577],"mirrorhorizontally":[1048577,1376257,4718593,9699330,10747905,13041666],"mirrorvertically":[1048577,1376257,4718593,5570562,10747905,13041666],"makes":[1703937,4063233,7405569],"main":[4063234,6881282],"multiple":[1114113,3604481,5898242,12058625,13041666],"mouseleave":[4980738,11206657,13041665],"movingtopoint":[524290,10027009,13041665],"moveto":[524289,786435,917505,1310723,1769476,8060929,8454146,10027011,10420228,10747912,11206659,12124162,12320771,13041678],"millisecods":[2490369,4063233,9240577],"mouseenter":[720898,11206657,13041665],"moving":[786433,1310722,1769475,6946817,8060929,9240577,10027009,10420225,10747910,12517377,13041671],"mouseleavetransparent":[7471106,11206657,13041665],"mousedown":[2883585,4063234,4325378,6553601],"master":[4063233,4325377,9764865],"mousehovertransparent":[10223618,11206657,13041665],"maindrawingarea":[4063236,9240579,9568260,10551300],"method":[65537,196609,262145,327681,393217,655361,786433,1048577,1245185,1310721,1376257,1572865,1638401,1769473,1835009,2162689,2228225,2293761,2424833,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211268,3407873,3670018,3735553,3801089,3866625,3932161,4128769,4194305,4063233,4259841,4587521,4653057,5177345,5308417,5505025,5636097,5767169,5832705,6029313,6160385,6225921,6356993,6553601,6619137,6815745,7012353,7208964,7340033,7405569,7536641,7602177,7667713,7798785,7864321,7929857,8060929,8126465,8192001,8257537,8323073,8388609,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9371649,9437185,9502721,9764865,9830401,9895937,9961473,10092545,10354689,10420225,10485761,10813441,10878977,11010049,11272193,11534337,11665409,11730945,11796481,11862017,11993089,12320769,12386305,12451841,12517377,12582914,12648449,12845057,12910593,12976129],"menu":[720899,4980739,7471107,11206668,11599875,13041676],"mouse":[327682,720898,2883585,3735554,4063233,4325377,4390913,4980738,6029313,7208961,7471106,7667716,10027009,10223617,10616833,10747910,11206666,11599874,13041681],"mouseup":[2883585,4063234,4325378,6553601],"middle":[589826,10027010,13041666],"misses":[2686977,4063233,4325377],"methods":[3342338,3473410,3604481,3670017,4063233,4325378,4915202,10289153,10747907,11927553,13041666],"marking":[9175041],"monster":[5701633,11206657,13041665],"mouseentertransparent":[11206657,11599874,13041665],"make":[1572865,2097153,2424833,4063236,4325378,4653057,4718596,5046273,5570561,5636097,6160386,7405569,7536641,7995393,8847361,9240577,9633793,9699329,10027009,10747909,12255233,12386305,12648449,13041674],"myspritecontroller":[3932161,4063234,9240581,9568257,10551297],"manages":[1114113,4063233,6422529,6881281,12058625],"manually":[2490369,4063233,6881282,9240577,10289153],"mycontroller":[1835010,4063234,4325378,12910594],"multiply":[6750209,7143426,7733249,10289154],"mousehover":[10616834,11206657,13041665],"map":[6946817,10027009,13041665],"matches":[11862017],"milliseconds":[5832705,5898241,5963778,6225921,6619137,7077889,7798785,9240577,12451841,13041665],"math":[9830401,10747906,11665409,13041666],"memberwiseclone":[3342337,3604481,4063233,4325377,4915201,10747905,11927553,13041665],"mirrorvertical":[1048578],"movement":[1310721,1769473,4718593,6881281,7929858,9830401,9895937,10747909,10944515,12255233,13041670],"moves":[655361,720897,786433,1769473,4980738,6881281,7471106,10027009,10223617,10616833,10747906,11206664,11599873,12713985,13041676],"moved":[6881281],"member":[9175041,10944513],"mydir":[9240581],"members":[2490369,3342337,3473409,3604481,4063233,4325377,4718593,4915201,5111809,7143425,7405569,9175041,9306113,10027009,10289153,10747905,10944513,11206657,11927553,13041665]}

View File

@ -0,0 +1 @@
{"notify":[1835009,3014657,4063233,4325377],"nimber":[10027009,12189697,13041665],"newlocationonpicturebox":[6029314],"newpoint":[6815746,9437186],"numbers":[5046274,10027010,13041666],"namesprite":[4063233,4325377,8192002],"need":[1310721,1703937,1769474,1835011,2097153,3604481,3997697,4063239,4325380,4718596,5373953,5570561,6881283,7405569,8388610,9699329,10027010,10289153,10747908,11206657,11796481,12255233,12320769,12713985,12910595,13041675],"namespace":[65538,131074,196610,262146,327682,393218,458754,524290,589826,655362,720898,786434,851970,917506,1048578,1114114,1179650,1245186,1310722,1376257,1441794,1507330,1572866,1638402,1703938,1769473,1835009,1900546,1966082,2031617,2097154,2162690,2228226,2293762,2359298,2424834,2490369,2555906,2621442,2686978,2752514,2818050,2883586,2949121,3014658,3080194,3145730,3211266,3276802,3342337,3407874,3473409,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4128770,4063234,4194306,4259842,4325377,4390914,4456450,4521986,4587522,4653058,4784130,4718593,4849666,4915201,4980738,5046274,5111809,5177346,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898241,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881281,6946818,7012354,7077890,7143425,7208962,7274498,7340034,7405569,7471106,7536641,7602178,7667713,7733250,7798786,7864321,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388610,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043970,9109506,9175042,9240578,9306113,9371650,9437186,9502722,9568258,9633794,9699330,9764866,9830402,9895938,9961474,10027009,10092546,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682370,10747905,10813442,10878978,10944514,11010050,11075586,11141122,11206657,11272194,11337730,11403266,11468802,11534337,11599874,11665410,11730946,11796482,11862018,11927554,11993090,12058626,12124162,12189698,12255234,12320770,12386306,12451842,12517378,12582914,12648450,12713986,12779522,12845058,12910594,12976130,13041666],"new":[393217,1114113,1245185,1572865,1835011,2097153,2424833,3604482,3735553,3932161,4063240,4325382,4521985,4718593,5898244,5963777,6225921,6422529,6619137,6881281,9043969,9240577,9502721,9568257,10551297,10747907,11730945,11796481,11927553,11993089,12058625,12648449,12779521,12910596,13041672],"net":[6881281],"newtickmilliseconds":[9043970],"newvector":[7929858],"nontransparent":[9175041],"newsize":[4653058],"needed":[1835009,4063233,4325377,6881281,9175041,12910593],"newlocation":[5111810,11337731,11927554],"named":[524289,3801089,3932161,4063238,4325381,5242881,7536641,9306113,9502721,10027011,11403266,11730946,11862017,13041667],"newsprite":[3932167],"nearly":[6946817,10027009,13041665],"notice":[1441793,10027009,13041665],"null":[1835010,3604482,3932161,4063234,4325378,5111809,6094849,11862017,11927553,12648450,12910594],"newlocationonimage":[3735554],"newimage":[393218],"notoriously":[9240577],"newbackground":[1835012,4063236,4325380,12910596],"needs":[589825,4063233,7405569,7995393,9240577,10027010,10682369,13041666],"newspeed":[6225922,6619138],"number":[262145,1048577,1376264,1507329,1638403,1835009,2424835,2752513,3080194,4063237,4325380,4718594,5046275,5505025,5832706,5898241,5963777,7077891,7405569,7798785,7995393,8650753,8978434,9502721,9830401,10027012,10092545,10747918,10813441,10878978,11272195,11993090,12255234,12910593,13041685]}

View File

@ -0,0 +1 @@
{"oldsprite":[5898241,9633795,13041665],"outside":[4456449,4718593,13041665],"optional":[393218,1245185,2424833,3211265,4259841,4587521,5177345,7208961,7340033,8912897,9633793,9895937,9961473,11993089],"optimizeforlargespriteimages":[1703938,4063233,7405569],"ought":[5111809,7274497,11927553],"opacity":[6946821,10027012,13041668],"overlap":[9175042],"origspritename":[5898241,9633793,13041665],"overridden":[4063233,7405569,12582913],"overridding":[12582913],"oneimage":[1835010,4063234,4325378,12910594],"opposite":[524289,10027009,13041665],"occasionally":[2949122,4063235,4325379,5767169,8519681,8781825],"operations":[3342337,3604481,4063233,4325377,4915201,10747905,11927553,13041665],"override":[3604481],"object":[1179650,2359298,2621441,3342347,3473410,3604492,4063248,4325391,4915211,5505025,8257537,8323073,9240577,9568257,10289154,10747915,11927564,13041676],"originally":[1441793,10027009,13041665],"one":[524289,786433,917505,1114114,1835011,2424834,2883585,4063244,4325384,5963778,6553601,6881282,6946817,7012353,7077890,7405569,7995393,8454145,9961473,10027014,10420225,10747907,11206657,11468802,11862017,12582914,12713985,12910595,13041674],"operation":[524289,10027009,13041665],"order":[196610,3866625,4063237,4325381,6160385,6356993,8716289,9371649,12582914],"original":[5898242,9633795,13041666],"originalimage":[4063234,5439490,6684673,9306114],"overload":[327681,786433,1048577,1114113,1310721,1376257,1769473,1835009,2031617,2162689,2752513,2949121,3014657,3080193,3735553,3932161,4259841,5767169,5832705,5898241,5963777,6422529,7077889,7536641,7667713,7798785,7864321,8650753,8781825,8912897,9568257,9633793,10092545,10551297,10813441,11534337,12058625,12320769,12648449,12910593,12976129],"overlaps":[7602178,10747905,13041665]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"queue":[4259841,8912897],"qualified":[3473409,10289153],"quickly":[9240577],"queueupinvalidation":[4259842,8912898],"quite":[6946817,10027009,13041665]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"twice":[1835009,4063233,4325377,12910593],"tostring":[3342337,3473409,3604481,3932161,4063233,4325377,4915201,10289153,10747905,11927553,13041665],"takes":[1114113,2883585,4063238,4325382,5505025,5898243,5963777,6553601,6946817,7012353,10027011,10878978,11403266,12058625,13041670],"taken":[2686977,4063234,4325377,5439489,9306113],"types":[3604481,6881284,9175044],"tiny":[9830401,10747905,13041665],"try":[1703937,3342337,3604481,4063236,4325377,4915201,6881282,7405569,10747905,11927553,13041665],"terrible":[9633793],"timespan":[9240577],"tpayload":[3604482],"thumb":[10027009,11403265,13041665],"transparency":[9175041],"title":[983041],"tricky":[10027009,11468801,13041665],"targetsprite":[5111809,6094850,11927553],"traveling":[1966081,5308418,9830401,10747906,11206657,13041667],"timage":[12910594],"twoimage":[1835010,4063234,4325378,12910594],"transforms":[4063233,4325377,7012353],"tanksprite":[3604484],"top":[1376263,1769473,1835009,2031617,2490369,2752513,2949121,3080193,3342337,3473409,3604482,4063237,4325377,4718593,4915201,5046274,5111809,5636097,5832705,5898241,7143425,7405569,7536641,7667713,7798785,7864321,8650753,9175041,9306113,10027011,10092545,10289154,10747912,11206657,11534337,11927555,12582915,13041678],"timing":[10223617,10616833,11206658,13041666],"thought":[6881281,9175041],"two":[1835009,3670017,4063233,4325377,9175041,10747905,11141121,11206657,12582914,12910593,13041666],"toplay":[65538],"tell":[458753,786433,917505,1769475,1835011,3407873,4063236,4325380,5373953,8126465,8454145,10027011,10747908,11206661,11468802,12124162,12320770,12910595,13041676],"timertickmethod":[9568258],"turn":[786433,1769473,10747905,13041665],"tapping":[9240577],"trying":[1310722,1769473,2162690,5111809,9109505,10747905,11337729,11927553,13041665],"transparent":[6946817,7208961,7471105,10027009,10223617,10747905,11206659,11599873,13041669],"think":[2949122,4063235,4325379,5767169,8519681,8781825],"thing":[589825,2949122,4063236,4325380,5767169,8192001,8519681,8781825,10027009,13041665],"triggers":[1179649],"togoinfrontof":[6160386],"track":[327681,3735553,6029313,7667714,10747907,13041667],"tyounglightsys":[6881281],"triggered":[786434,1769474,2949122,4063237,4325381,5767169,8257537,8323073,8519681,8781825,10747906,13041666],"time":[589825,786433,917505,1769473,2097153,3407873,4063233,4259841,4325377,4718594,5701633,5832705,6946818,7798785,8912897,8978433,9240578,10027016,10682369,10747905,11206658,11403265,11468803,12255233,13041677],"target":[3670018,7602178],"tells":[524289,8454145,10027010,13041666],"true":[589825,786433,1703938,1769474,3211265,3407873,3932162,4063235,4259841,4325377,5111809,5767169,6815746,7208962,7274497,7340033,7405570,7602177,8454145,8781825,8912897,9240582,9437186,10027013,10747910,11010049,11468803,11927553,11993089,12320769,13041675],"togobehind":[196610],"tick":[4063234,4325378,9043971,9240577,9568257],"terms":[2621441,4063234,4325378,5505025],"tracks":[6881281,13041665],"totalmilliseconds":[9240577],"topic":[1],"timer":[2490369,4063233,9240579],"times":[1441793,2424833,10027011,10747905,11468802,13041668],"total":[12451841],"taking":[2424833,3145729,4063233,4325377,5505025,7012353,10747906,13041666],"tankpayload":[2097153,3604485,4718593,13041665],"tries":[9240577],"type":[65538,131073,196610,262146,327682,393219,458753,524289,589825,655361,720897,786433,851969,917505,1048579,1114116,1179650,1245186,1310721,1441793,1507329,1572865,1638402,1703937,1900545,1966081,2097153,2162691,2228225,2293761,2359298,2424835,2490369,2555905,2621442,2752514,2818050,2883586,3080194,3145729,3211267,3276801,3342338,3407873,3473411,3538945,3604482,3670018,3735553,3866625,3932162,3997697,4128770,4063235,4194305,4259841,4325379,4390913,4456449,4587521,4653057,4718593,4784129,4849665,4915202,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505026,5570561,5701633,5767170,5832710,5963781,6029313,6094849,6160386,6225923,6291457,6356993,6422530,6488065,6553602,6619138,6684673,6750209,6815746,6881281,6946817,7012354,7077895,7143425,7208963,7274497,7340035,7405569,7471105,7602178,7733249,7798788,7929857,7995393,8192002,8257537,8323073,8454145,8519681,8585217,8650755,8716289,8781825,8912898,8978434,9043969,9109506,9240577,9306113,9371649,9437186,9502722,9568258,9633794,9699329,9764865,9830401,9895937,9961474,10027009,10092545,10158081,10223617,10289155,10420225,10485761,10551297,10616833,10682369,10747907,10813442,10878978,10944513,11010050,11075585,11141121,11206657,11272194,11337729,11403265,11468801,11599873,11665409,11730946,11796481,11862018,11927554,11993090,12058627,12124161,12189697,12255233,12320769,12451843,12517377,12582913,12648450,12713985,12845057,12910593,12976129,13041667],"things":[327681,1835009,3735553,4063233,4325377,4718594,5570561,6029313,7667714,9240577,9699329,10420225,10747908,10944513,12910593,13041670],"told":[5373953,10027010,11206657,11468802,13041667]}

View File

@ -0,0 +1 @@
{"unhidesprite":[5636098,10354689,10747906,13041666],"unless":[327681,393217,3735553,7667714,8454145,10027010,10747908,11468801,11665409,13041670],"unpause":[4063234,4325378,4587524,5177348,10747906,10944515,13041666],"usually":[524289,2490369,2686977,4063236,4325379,4784129,6946817,9240577,9830401,10027012,10747905,11403265,11796481,11862017,13041669],"user":[3604481,6881281],"using":[327683,1048577,1376257,1441793,2162689,2424833,2818049,3735555,4063233,4325377,4653057,4718595,5308417,5570561,5636097,6029313,6225921,6553601,6881282,7012353,7340033,7667718,7864322,7929858,8454145,9240577,9699329,10027012,10747923,11665409,12189697,12255233,12713985,12976129,13041690],"useful":[262145,1966081,2555905,6881281,9175041,10747905,11206658,13041667],"uses":[393217,2883585,3080193,4063234,4325378,6553601,9240577,10747905,13041665],"unpaused":[10944514],"used":[262146,458753,851970,1179649,1835009,2228225,3014657,3145730,3211265,4063235,4325379,4390913,5111811,6553601,6881282,7012353,7274497,9175041,9568257,10027010,10747907,11206657,11403265,11927555,13041670],"uncleaer":[12582913]}

View File

@ -0,0 +1 @@
{"visible":[131073,3276801,3538945,4063234,4325377,5242881,6553601,8585217,9306113,10027011,10158081,11206658,13041669],"values":[1179649,2097153,4718593,6881281,9175041,13041665],"vertically":[1048577],"vanishes":[589825,3407873,4063233,4325377,10027009,13041665],"virtual":[2621441,4063233,4325377],"various":[2097154,4718594,6881281,9175041,13041666],"visiblewidth":[10027009,10158082,13041665],"vectors":[7929857,10747905,13041665],"visibleheight":[3538946,10027009,13041665],"value":[131073,262145,458753,524289,589825,720897,851969,917505,1048577,1441793,1507329,1638401,1703937,1900545,1966081,2097153,2162689,2228225,2293761,2555905,2621441,2818049,2883585,3145729,3211265,3276801,3538945,3932161,3997697,4128769,4194305,4390913,4456449,4784129,4849665,4980737,5046273,5242881,5308417,5373953,5439489,5505025,5570561,5701633,5767169,6094849,6291457,6488065,6553601,6684673,6750209,6815745,6946819,7012353,7208961,7274497,7340033,7471105,7602177,7733249,7995393,8454145,8519681,8585217,8781825,8978433,9109505,9175041,9240577,9437185,9502721,9699329,9764865,9830402,10027011,10158081,10223617,10485761,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468802,11599873,11730945,11862017,12124161,12189697,12255233,12451841,12517377,12582913,12648449,12713985,12845057,12976129,13041668],"vector":[4718593,6881281,7929861,10747907,12255233,12517380,13041669],"verify":[589825,10027009,13041665],"variable":[10747905,11993089,13041665],"version":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1900545,1966081,2097153,2162689,2228225,2293761,2359297,2424833,2555905,2621441,2686977,2752513,2818049,2883585,3014657,3080193,3145729,3211265,3276801,3407873,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4128769,4063234,4194305,4259841,4390913,4456449,4521985,4587521,4653057,4784129,4849665,4980737,5046273,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684674,6750209,6815745,6946817,7012353,7077889,7208961,7274497,7340033,7471105,7602177,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10813441,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665],"valuetype":[3473411,10289155],"void":[65537,196609,327681,393217,655361,786433,1048577,1179649,1245185,1310721,1572865,1835009,2359297,2424833,2686977,2752513,3014657,3080193,3407873,3670017,3735553,3801089,3866625,3932161,4063233,4259841,4325377,4587521,4653057,5177345,5636097,5832705,6029313,6160385,6225921,6356993,6619137,7798785,7929857,8060929,8126465,8192001,8257537,8323073,8388609,8650753,8716289,8847361,8912897,9043969,9240577,9371649,9568257,9895937,9961473,10092545,10354689,10420225,10813441,11665409,11796481,11993089,12320769,12386305,12910594]}

View File

@ -0,0 +1 @@
{"whattosend":[196610,6160386],"width":[1114117,4063235,4325379,4653058,5505030,5832707,5898245,5963780,6881281,7077891,7798787,8650755,9175041,10027009,10158081,10289153,10747905,12058626,13041671],"ways":[1835009,4063233,4325377,12910593],"www":[6881281],"working":[9175041],"waypoints":[8060929,10747905,13041665],"windowsbase":[6881281],"warning":[393217,2162689,6946817,7864322,10027009,10747907,12976129,13041668],"whe":[3407873,4063233,4325377],"want":[131073,196609,327682,393218,589825,720897,1048577,1245186,1376270,1835009,1966081,2031617,2424834,2555905,2752514,3080194,3276801,3604481,3735554,4063237,4325380,4587521,4980737,5046274,5373953,5701633,5832706,6029313,6160385,6356993,6881281,6946817,7471105,7667716,7798786,8257537,8323073,8650754,9175041,9240579,9568257,9633793,9830401,9895937,10027012,10092546,10420225,10551297,10747927,10813441,10878977,11206666,11599873,11665409,11862017,11993089,12582913,12910593,13041701],"windows":[2359297,5767169,6881282,7929857,9240577,9568257,10551297],"whichframe":[6225922,12451842],"walking":[1376268,2424833,2752514,3080194,4718593,5832706,7798786,8650754,9699329,10092546,10747917,13041678],"wide":[5505025],"works":[4718594,5570561,6881281,9175041,9699329,10420225,10747905,13041667],"wish":[393217,10747905,12451841,13041665],"width_ratio":[7143425,7733250,10289153],"whichanimation":[1245186,2424834,6225922,6619138,8978434,11993090,12451842],"write":[2162689,7864322,10747906,12976129,13041666],"window":[2686977,4063233,4325377,6029313,6881281,10747905,13041665],"way":[327681,1572865,1835009,3735553,4063233,4325377,5898241,6029313,7667714,9633793,10420225,10747909,12910593,13041670],"work":[2490369,3145729,3276801,4063233,9240577,10747905,11206657,13041666]}

View File

@ -0,0 +1 @@
{"zvalues":[12582913],"zvalue":[5046274,10027009,12582915,13041665]}

View File

@ -0,0 +1 @@
{"allow":[4063233,7405569,12582913],"access":[2097153,4718593,13041665],"animaton":[5701633,11206657,13041665],"assembly":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1900545,1966081,2097153,2162689,2228225,2293761,2359297,2424833,2555905,2621441,2686977,2752513,2818049,2883585,3014657,3080193,3145729,3211265,3276801,3407873,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4128769,4063233,4194305,4259841,4390913,4456449,4521985,4587521,4653057,4784129,4849665,4980737,5046273,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6946817,7012353,7077889,7208961,7274497,7340033,7471105,7602177,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10813441,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665],"area":[4063233,9568258,10551298],"adjustrectangle":[2818050,4063233,4325377],"accessible":[4063233,7405569,7995393],"animatejustafewtimes":[2424834,10747907,11993090,13041667],"actual":[2424833,3538945,4063233,4325377,7208961,10027010,10158081,10747905,11862017,11993089,13041667],"args":[2883585,4063233,4325377],"animating":[6946818,10027012,10747905,10944513,11468802,11993089,13041669],"adjust":[2818049,4128769,4063234,4325378,5111809,11337729,11927553],"allows":[1179650,3342337,3604481,4063233,4325377,4915201,6881282,10747905,11927553,13041665],"animateonce":[10027009,10747905,11468801,11993090,13041666],"attribute":[786433,1769473,10747905,13041665],"automatic":[10944513],"away":[4980737,7471105,11206658,13041666],"animate":[458753,1900545,9895937,10027011,10747905,11206658,11468803,13041670],"affects":[6225921,8585217,10027009,10747905,13041666],"automaticallymoves":[3932161,4718593,9240578,10027009,12255233,12713986,13041666],"addanimation":[1048579,1376265,2752515,3080195,4718594,5570561,5832707,7798787,8650755,9699329,10092547,10747912,10813443,13041674],"absoloute":[4063233,4325377,6553601],"armor":[2097154,3604482,4718594,13041666],"avoid":[4063233,6881281,9240577],"adjustment":[2228225,4063233,4325377,6881281,10289153],"animations":[1048577,1376264,1507329,2424833,2752513,3080193,4063233,5832705,5963777,6619137,7798785,8650753,10027009,10092545,10747913,10813441,13041674],"angleindegrees":[655362],"actually":[589825,1703937,1835010,4063235,4325378,7405569,10027009,10420226,10747906,12910594,13041667],"added":[6881281,9175041,11862017],"associating":[7077889],"aspects":[4587521,6881281,9895937,13041665],"angle":[1441793,10027009,11665409,13041665],"affect":[1835009,2162689,4063233,4325377,5111809,7864322,7929857,10747907,11337729,11927553,12910593,12976129,13041667],"articles":[6881281],"animationdone":[2424833,10027010,10747906,11468803,11993089,13041668],"animates":[5963777],"add":[1376268,2752514,3080194,3604481,4063236,4325380,5832706,6881283,7798786,8257537,8323073,8650754,9175041,10092546,10747916,10813441,11796483,13041676],"animation_index":[2162690],"angleinradians":[11665410],"animationindex":[10027009,12189698,13041665],"asking":[7208961,10747905,13041665],"according":[2818049,4063233,4325377],"animationframetoendon":[2424834,11993090],"animated":[6881282,13041665],"ask":[7340033,10747905,13041665],"adjustpoint":[4128770,4063233,4325377],"animation":[393222,458754,1048580,1114116,1245187,1376286,2162690,2424841,2752517,3080197,3997697,5701633,5832709,5898243,5963778,6225923,6422529,6619140,6881281,7077890,7798789,8650757,8978435,9240578,9895937,10027013,10092549,10747952,10813444,10944514,11206659,11468802,11993095,12058627,12189698,12451842,12976129,13041724],"appear":[12582913],"associated":[4390913,10027009,13041665],"addsprite":[3932161,4063233,4325377,11796482],"animationtocopy":[1048578,10813442],"animate_once":[10027009,11468801,13041665],"action":[10354689,10747905,13041665],"adjusts":[6619137,10747905,13041665],"appears":[196609,4063233,4325377],"allsprites":[4063233,4194306,4325377],"automatically":[1,655361,1769473,4456449,4718593,8388609,10027009,10420225,10747908,12320769,12713985,13041670],"adjusted":[2818049,4063233,4325377,7012353],"animationcount":[1507330,10027009,13041665],"arrived":[786433,1769473,10747905,13041665]}

View File

@ -0,0 +1 @@
{"button":[6881281],"box":[1966081,2228228,2555905,2621442,2883585,4063237,4325381,4390913,4456450,4718594,5505026,7012353,8388609,8585217,10027010,10747905,10878977,11206658,13041671],"booleans":[1048577,1376257,10747905,13041665],"best":[5636097,10027009,10747905,12189697,13041666],"browse":[6881282],"basic":[1179649,6881281,10027009,11403265,13041665],"border":[2555905,11206657,13041665],"board":[6815745,9437185,10747906,13041666],"baseimagelocation":[4784130,10027009,13041665],"based":[393217,2818049,2883586,3932161,4063244,4325388,5898241,6553605,8912897,9109505,9502721,9633793,10420225,10747905,11730947,12845057,13041666],"basically":[2621441,3604481,4063233,4325377],"bool":[524289,589825,1048578,1703937,1769473,3211265,4259841,4456449,5570561,5767169,6815745,7208961,7274497,7340033,7602177,8454145,8781825,8912897,9240580,9437185,9633793,9699329,10682369,10747905,11010049,11468801,12320769,12713985,13041665],"base":[4653057,4784129,6881281,10027009,10747905,13041666],"beware":[6225921,10747905,13041665],"begin":[1769473,7077889,9240577,10747905,12320769,13041665],"backgroundimagelayout":[4063233,9240577,9568257,10551297],"bitmap":[1835010,4063234,4325378,12910594],"bit":[1310721,1441793,1769473,9830401,10027010,10420225,10747907,11468801,13041669],"backgroundimage":[327681,1835009,3735553,4063238,4325378,5439490,6684674,7667714,9240577,9306115,9568257,10551297,10747906,10878977,12910593,13041666],"background":[327682,1835014,2031617,2883585,3014658,4063250,4325388,4653057,5439490,6553603,6684674,6881281,9109505,9240577,9306116,9437185,9568257,10289153,10420225,10551298,10747906,10878978,12845058,12910596,13041666],"boolean":[524291,589825,1048582,1376258,1703937,3211265,4063234,4259842,4325378,4456449,5570561,5767169,5898241,6815745,7208961,7274497,7340033,7602177,8454146,8781825,8912898,9437185,9633794,9699329,10027012,10682369,10747906,11010049,11468802,11534338,12713985,13041671],"better":[10420225,10747905,13041665]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Sprite.PutBaseImageLocation Method (Double, Double)</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.Sprite.PutBaseImageLocation(System.Double,System.Double)" /><meta name="Description" content="Put the Sprite at a specified location, using the dimentions of the BackgroundImage. Unless you are using coordinates you have gotten from a mouse-click, this is how you want to place a Sprite somewhere. It is the easiest way to track things." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc" /><meta name="guid" content="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm" title="Sprite Class" tocid="66013d9b-4126-7d65-05bb-94eb9d134be6">Sprite Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="abfab841-a96c-b22d-7cd8-fec3aba92510.htm" title="Sprite Methods" tocid="abfab841-a96c-b22d-7cd8-fec3aba92510">Sprite Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="adaddf64-5e6e-447b-5d81-c38398216201.htm" title="PutBaseImageLocation Method " tocid="adaddf64-5e6e-447b-5d81-c38398216201">PutBaseImageLocation Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df.htm" title="PutBaseImageLocation Method (Point)" tocid="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df">PutBaseImageLocation Method (Point)</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc.htm" title="PutBaseImageLocation Method (Double, Double)" tocid="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc">PutBaseImageLocation Method (Double, Double)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">Sprite<span id="LST4AAE8C7_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST4AAE8C7_0?cpp=::|nu=.");</script>PutBaseImageLocation Method (Double, Double)</td></tr></table><span class="introStyle"></span> <div class="summary">
Put the Sprite at a specified location, using the dimentions of the BackgroundImage.
Unless you are using coordinates you have gotten from a mouse-click, this is how you want
to place a Sprite somewhere. It is the easiest way to track things. But, if you are
doing something using mouse-click coordinates, you want to use PutPictureBoxLocation
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">void</span> <span class="identifier">PutBaseImageLocation</span>(
<span class="identifier">double</span> <span class="parameter">X</span>,
<span class="identifier">double</span> <span class="parameter">Y</span>
)</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">X</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/643eft0t" target="_blank">System<span id="LST4AAE8C7_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST4AAE8C7_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Double</a><br />The X location on the background image</dd><dt><span class="parameter">Y</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/643eft0t" target="_blank">System<span id="LST4AAE8C7_2"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST4AAE8C7_2?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Double</a><br />the Y location on the background image</dd></dl></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm">Sprite Class</a></div><div class="seeAlsoStyle"><a href="adaddf64-5e6e-447b-5d81-c38398216201.htm">PutBaseImageLocation Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteEventArgs.CollisionMethod Field</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="CollisionMethod field" /><meta name="System.Keywords" content="SpriteEventArgs.CollisionMethod field" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpriteEventArgs.CollisionMethod" /><meta name="Microsoft.Help.Id" content="F:SpriteLibrary.SpriteEventArgs.CollisionMethod" /><meta name="Description" content="The CollisionMethod used in the event. Currently, only rectangle collisions are used" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="18405dcf-237d-db66-cf64-0e08b0d16b41" /><meta name="guid" content="18405dcf-237d-db66-cf64-0e08b0d16b41" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="f42e1d9a-273c-861f-b7db-6244c9266d2c.htm" title="SpriteEventArgs Class" tocid="f42e1d9a-273c-861f-b7db-6244c9266d2c">SpriteEventArgs Class</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="817b64cb-8c4b-af50-69ba-6762e8ae51c5.htm" title="SpriteEventArgs Fields" tocid="817b64cb-8c4b-af50-69ba-6762e8ae51c5">SpriteEventArgs Fields</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="ad1a395a-bbd4-d507-aa4d-1419f9b7df08.htm" title="Cancel Field" tocid="ad1a395a-bbd4-d507-aa4d-1419f9b7df08">Cancel Field</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="18405dcf-237d-db66-cf64-0e08b0d16b41.htm" title="CollisionMethod Field" tocid="18405dcf-237d-db66-cf64-0e08b0d16b41">CollisionMethod Field</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="e058b656-39e3-5a55-4437-ee869ecbf35e.htm" title="NewLocation Field" tocid="e058b656-39e3-5a55-4437-ee869ecbf35e">NewLocation Field</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="72a79555-fc4d-8b5b-1a9c-408fd55972e9.htm" title="TargetSprite Field" tocid="72a79555-fc4d-8b5b-1a9c-408fd55972e9">TargetSprite Field</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteEventArgs<span id="LSTCA09D68D_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTCA09D68D_0?cpp=::|nu=.");</script>CollisionMethod Field</td></tr></table><span class="introStyle"></span> <div class="summary">
The CollisionMethod used in the event. Currently, only rectangle collisions are used
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="identifier">SpriteCollisionMethod</span> <span class="identifier">CollisionMethod</span></pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Field Value</h4>Type: <a href="b78d4878-d301-191f-9c53-4f41d3e937e6.htm">SpriteCollisionMethod</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="f42e1d9a-273c-861f-b7db-6244c9266d2c.htm">SpriteEventArgs Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Sprite.MoveTo Method (Sprite)</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.Sprite.MoveTo(SpriteLibrary.Sprite)" /><meta name="Description" content="Move to where the destination sprite currently is at. This is a dumb move. It does not take into consideration the movement direction of the destination sprite." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="27051af5-8ad4-0b54-231d-456499ae5b51" /><meta name="guid" content="27051af5-8ad4-0b54-231d-456499ae5b51" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm" title="Sprite Class" tocid="66013d9b-4126-7d65-05bb-94eb9d134be6">Sprite Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="abfab841-a96c-b22d-7cd8-fec3aba92510.htm" title="Sprite Methods" tocid="abfab841-a96c-b22d-7cd8-fec3aba92510">Sprite Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="1f2c365c-e65b-3894-2e47-41f07250bbc0.htm" title="MoveTo Method " tocid="1f2c365c-e65b-3894-2e47-41f07250bbc0">MoveTo Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="16df05cc-8770-7cbe-f754-ba9e386674ad.htm" title="MoveTo Method (List(Point))" tocid="16df05cc-8770-7cbe-f754-ba9e386674ad">MoveTo Method (List(Point))</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="eefee0d8-fb59-4546-386a-53f40c545c43.htm" title="MoveTo Method (Point)" tocid="eefee0d8-fb59-4546-386a-53f40c545c43">MoveTo Method (Point)</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="27051af5-8ad4-0b54-231d-456499ae5b51.htm" title="MoveTo Method (Sprite)" tocid="27051af5-8ad4-0b54-231d-456499ae5b51">MoveTo Method (Sprite)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">Sprite<span id="LST9E5F9EE2_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST9E5F9EE2_0?cpp=::|nu=.");</script>MoveTo Method (Sprite)</td></tr></table><span class="introStyle"></span> <div class="summary">
Move to where the destination sprite currently is at. This is a dumb move. It does not take into
consideration the movement direction of the destination sprite. So the moving sprite does need to be
moving a bit faster than the sprite you are trying to hit for it to do so.
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">void</span> <span class="identifier">MoveTo</span>(
<span class="identifier">Sprite</span> <span class="parameter">Destination</span>
)</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">Destination</span></dt><dd>Type: <a href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm">SpriteLibrary<span id="LST9E5F9EE2_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST9E5F9EE2_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Sprite</a><br />The sprite we are trying to hit</dd></dl></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm">Sprite Class</a></div><div class="seeAlsoStyle"><a href="1f2c365c-e65b-3894-2e47-41f07250bbc0.htm">MoveTo Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController Constructor </title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpriteController class, constructor" /><meta name="System.Keywords" content="SpriteController.SpriteController constructor" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpriteController.#ctor" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpriteController.SpriteController" /><meta name="Microsoft.Help.Id" content="Overload:SpriteLibrary.SpriteController.#ctor" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="323c4f03-703d-0898-c73e-40eb5784c05f" /><meta name="guid" content="323c4f03-703d-0898-c73e-40eb5784c05f" /><link type="text/css" rel="stylesheet" href="../styles/highlight.css" /><script type="text/javascript" src="../scripts/highlight.js"> </script><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="323c4f03-703d-0898-c73e-40eb5784c05f.htm" title="SpriteController Constructor " tocid="323c4f03-703d-0898-c73e-40eb5784c05f">SpriteController Constructor </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="dd581cb5-2630-cc79-5fcb-24bfcb817e03.htm" title="SpriteController Constructor (PictureBox)" tocid="dd581cb5-2630-cc79-5fcb-24bfcb817e03">SpriteController Constructor (PictureBox)</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="d20e5816-faf3-723d-5f2d-ebff462012f1.htm" title="SpriteController Constructor (PictureBox, EventHandler)" tocid="d20e5816-faf3-723d-5f2d-ebff462012f1">SpriteController Constructor (PictureBox, EventHandler)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController Constructor </td></tr></table><span class="introStyle"></span> <div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Overload List</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="overloadMembersList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /><img src="../icons/CodeExample.png" alt="Code example" title="Code example" /></td><td><a href="dd581cb5-2630-cc79-5fcb-24bfcb817e03.htm">SpriteController(PictureBox)</a></td><td><div class="summary">
Create a sprite controller, specifying the picturebox on which the sprites
will be displayed. You want to have the PictureBox already defined, and a background image
already set for the PictureBox.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /><img src="../icons/CodeExample.png" alt="Code example" title="Code example" /></td><td><a href="d20e5816-faf3-723d-5f2d-ebff462012f1.htm">SpriteController(PictureBox, EventHandler)</a></td><td><div class="summary">
Create a sprite controller, specifying the picturebox on which the sprites
will be displayed.
</div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

View File

@ -0,0 +1,10 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController.OptimizeForLargeSpriteImages Field</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="OptimizeForLargeSpriteImages field" /><meta name="System.Keywords" content="SpriteController.OptimizeForLargeSpriteImages field" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpriteController.OptimizeForLargeSpriteImages" /><meta name="Microsoft.Help.Id" content="F:SpriteLibrary.SpriteController.OptimizeForLargeSpriteImages" /><meta name="Description" content="If your sprite images need substantial growing or shrinking when displayed, you can try setting this to &quot;true&quot; to see if it makes it run any faster. What it does is to resize the image once, and keep a cached copy of that image at that size." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="34a7b0e2-8fce-a07e-fff0-5460ba02a4cf" /><meta name="guid" content="34a7b0e2-8fce-a07e-fff0-5460ba02a4cf" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="92b04460-74f1-c388-f3ac-ea510ffc4e06.htm" title="SpriteController Fields" tocid="92b04460-74f1-c388-f3ac-ea510ffc4e06">SpriteController Fields</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="34a7b0e2-8fce-a07e-fff0-5460ba02a4cf.htm" title="OptimizeForLargeSpriteImages Field" tocid="34a7b0e2-8fce-a07e-fff0-5460ba02a4cf">OptimizeForLargeSpriteImages Field</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="b9f05ef6-f80c-5676-1eca-d73833dca177.htm" title="RandomNumberGenerator Field" tocid="b9f05ef6-f80c-5676-1eca-d73833dca177">RandomNumberGenerator Field</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="f640b978-f990-84a2-015a-40bf256fc37d.htm" title="SpriteComparisonDelegate Field" tocid="f640b978-f990-84a2-015a-40bf256fc37d">SpriteComparisonDelegate Field</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController<span id="LSTDAF2776D_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTDAF2776D_0?cpp=::|nu=.");</script>OptimizeForLargeSpriteImages Field</td></tr></table><span class="introStyle"></span> <div class="summary">
If your sprite images need substantial growing or shrinking when displayed, you can try setting this to "true"
to see if it makes it run any faster. What it does is to resize the image once, and keep a cached copy of that
image at that size. If you use the same sprite, but with different sizes, setting this to "True" may actually slow
down the game instead of speeding it up.
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="identifier">bool</span> <span class="identifier">OptimizeForLargeSpriteImages</span></pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Field Value</h4>Type: <a href="http://msdn2.microsoft.com/en-us/library/a28wyd50" target="_blank">Boolean</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Sprite.GetImage Method (Int32, Int32)</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.Sprite.GetImage(System.Int32,System.Int32)" /><meta name="Description" content="return the frame for the given index. Warning: If you write to this image, it will affect all sprites using this frame." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="4067393e-d724-b01d-dc77-947440c6c444" /><meta name="guid" content="4067393e-d724-b01d-dc77-947440c6c444" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm" title="Sprite Class" tocid="66013d9b-4126-7d65-05bb-94eb9d134be6">Sprite Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="abfab841-a96c-b22d-7cd8-fec3aba92510.htm" title="Sprite Methods" tocid="abfab841-a96c-b22d-7cd8-fec3aba92510">Sprite Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="b29c2176-174b-e620-0e33-9a22730ad05f.htm" title="GetImage Method " tocid="b29c2176-174b-e620-0e33-9a22730ad05f">GetImage Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="fcc3a02a-e676-c16e-32a4-4fc2c5b530d4.htm" title="GetImage Method " tocid="fcc3a02a-e676-c16e-32a4-4fc2c5b530d4">GetImage Method </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="4067393e-d724-b01d-dc77-947440c6c444.htm" title="GetImage Method (Int32, Int32)" tocid="4067393e-d724-b01d-dc77-947440c6c444">GetImage Method (Int32, Int32)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">Sprite<span id="LST2166730A_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2166730A_0?cpp=::|nu=.");</script>GetImage Method (Int32, Int32)</td></tr></table><span class="introStyle"></span> <div class="summary">
return the frame for the given index. Warning: If you write to this image, it will
affect all sprites using this frame.
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="identifier">Image</span> <span class="identifier">GetImage</span>(
<span class="identifier">int</span> <span class="parameter">Animation_Index</span>,
<span class="identifier">int</span> <span class="parameter">Frame_Index</span>
)</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">Animation_Index</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">System<span id="LST2166730A_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2166730A_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Int32</a><br />The Animation index we are trying to find</dd><dt><span class="parameter">Frame_Index</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">System<span id="LST2166730A_2"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2166730A_2?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Int32</a><br />The Frame index we are trying to find</dd></dl><h4 class="subHeading">Return Value</h4>Type: <a href="http://msdn2.microsoft.com/en-us/library/k7e7b2kd" target="_blank">Image</a><br />An image that is the current sprite frame for the current animation</div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm">Sprite Class</a></div><div class="seeAlsoStyle"><a href="b29c2176-174b-e620-0e33-9a22730ad05f.htm">GetImage Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

View File

@ -0,0 +1,5 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController Events</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpriteController class, events" /><meta name="Microsoft.Help.Id" content="Events.T:SpriteLibrary.SpriteController" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="4141394a-0d7d-5cf8-6b01-0a4fb43159ab" /><meta name="guid" content="4141394a-0d7d-5cf8-6b01-0a4fb43159ab" /><link type="text/css" rel="stylesheet" href="../styles/highlight.css" /><script type="text/javascript" src="../scripts/highlight.js"> </script><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="4141394a-0d7d-5cf8-6b01-0a4fb43159ab.htm" title="SpriteController Events" tocid="4141394a-0d7d-5cf8-6b01-0a4fb43159ab">SpriteController Events</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="ba843001-e657-41e8-7c66-c2473781ed40.htm" title="DoTick Event" tocid="ba843001-e657-41e8-7c66-c2473781ed40">DoTick Event</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController Events</td></tr></table><span class="introStyle"></span> <p>The <a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController</a> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Events</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="eventList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubevent.gif" alt="Public event" title="Public event" /><img src="../icons/CodeExample.png" alt="Code example" title="Code example" /></td><td><a href="ba843001-e657-41e8-7c66-c2473781ed40.htm">DoTick</a></td><td><div class="summary">
The function called by the timer every 10 millisecods This is usually where you will do the majority of the work.
You can define this manually, or when you <a href="d20e5816-faf3-723d-5f2d-ebff462012f1.htm">instantiate the SpriteController</a></div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController.Invalidate Method (Boolean)</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.SpriteController.Invalidate(System.Boolean)" /><meta name="Description" content="Invalidate the entire image on which the sprites are drawn" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="451487c4-0cca-2c80-9b71-b116cbe00d6e" /><meta name="guid" content="451487c4-0cca-2c80-9b71-b116cbe00d6e" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="2788d4d5-88bf-1154-dd17-8d4b99a79118.htm" title="SpriteController Methods" tocid="2788d4d5-88bf-1154-dd17-8d4b99a79118">SpriteController Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="fd95464a-c61d-8ed2-a568-34b825efc047.htm" title="Invalidate Method " tocid="fd95464a-c61d-8ed2-a568-34b825efc047">Invalidate Method </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="451487c4-0cca-2c80-9b71-b116cbe00d6e.htm" title="Invalidate Method (Boolean)" tocid="451487c4-0cca-2c80-9b71-b116cbe00d6e">Invalidate Method (Boolean)</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="c57680f5-fd0e-a4a6-05a0-3a42de94edb8.htm" title="Invalidate Method (Rectangle, Boolean)" tocid="c57680f5-fd0e-a4a6-05a0-3a42de94edb8">Invalidate Method (Rectangle, Boolean)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController<span id="LSTD2BD803F_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTD2BD803F_0?cpp=::|nu=.");</script>Invalidate Method (Boolean)</td></tr></table><span class="introStyle"></span> <div class="summary">
Invalidate the entire image on which the sprites are drawn
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">void</span> <span class="identifier">Invalidate</span>(
<span class="identifier">bool</span> <span class="parameter">QueueUpInvalidation</span> = <span class="keyword">true</span>
)</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">QueueUpInvalidation</span> (Optional)</dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/a28wyd50" target="_blank">System<span id="LSTD2BD803F_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTD2BD803F_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Boolean</a><br />Whether to do it now, or to queue it up for another time.</dd></dl></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="fd95464a-c61d-8ed2-a568-34b825efc047.htm">Invalidate Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

View File

@ -0,0 +1,3 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteEventArgs Methods</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpriteEventArgs class, methods" /><meta name="Microsoft.Help.Id" content="Methods.T:SpriteLibrary.SpriteEventArgs" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="4716eb02-e702-b61a-126a-362af50ca6d5" /><meta name="guid" content="4716eb02-e702-b61a-126a-362af50ca6d5" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="f42e1d9a-273c-861f-b7db-6244c9266d2c.htm" title="SpriteEventArgs Class" tocid="f42e1d9a-273c-861f-b7db-6244c9266d2c">SpriteEventArgs Class</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="fa691ac7-58fb-b5fc-0141-68300e3a7a89.htm" title="SpriteEventArgs Constructor " tocid="fa691ac7-58fb-b5fc-0141-68300e3a7a89">SpriteEventArgs Constructor </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="4716eb02-e702-b61a-126a-362af50ca6d5.htm" title="SpriteEventArgs Methods" tocid="4716eb02-e702-b61a-126a-362af50ca6d5">SpriteEventArgs Methods</a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="817b64cb-8c4b-af50-69ba-6762e8ae51c5.htm" title="SpriteEventArgs Fields" tocid="817b64cb-8c4b-af50-69ba-6762e8ae51c5">SpriteEventArgs Fields</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteEventArgs Methods</td></tr></table><span class="introStyle"></span> <p>The <a href="f42e1d9a-273c-861f-b7db-6244c9266d2c.htm">SpriteEventArgs</a> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Methods</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="methodList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/bsc2ak47" target="_blank">Equals</a></td><td><div class="summary">Determines whether the specified object is equal to the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/4k87zsw7" target="_blank">Finalize</a></td><td><div class="summary">Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/zdee4b3y" target="_blank">GetHashCode</a></td><td><div class="summary">Serves as the default hash function. </div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td><div class="summary">Gets the <a href="http://msdn2.microsoft.com/en-us/library/42892f65" target="_blank">Type</a> of the current instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/57ctke0a" target="_blank">MemberwiseClone</a></td><td><div class="summary">Creates a shallow copy of the current <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/7bxwbwt2" target="_blank">ToString</a></td><td><div class="summary">Returns a string that represents the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="f42e1d9a-273c-861f-b7db-6244c9266d2c.htm">SpriteEventArgs Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController.ReplaceOriginalImage Method </title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.SpriteController.ReplaceOriginalImage" /><meta name="Description" content="Notify the sprite controller that you have changed the background image on the PictureBox. Whatever background is on the picturebox is now used to draw all the sprites on." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="49befa66-d9d0-400c-1fc2-ac57f17433f1" /><meta name="guid" content="49befa66-d9d0-400c-1fc2-ac57f17433f1" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="2788d4d5-88bf-1154-dd17-8d4b99a79118.htm" title="SpriteController Methods" tocid="2788d4d5-88bf-1154-dd17-8d4b99a79118">SpriteController Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="2c9b874d-5097-98bf-908c-f6bac5d647d3.htm" title="ReplaceOriginalImage Method " tocid="2c9b874d-5097-98bf-908c-f6bac5d647d3">ReplaceOriginalImage Method </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="49befa66-d9d0-400c-1fc2-ac57f17433f1.htm" title="ReplaceOriginalImage Method " tocid="49befa66-d9d0-400c-1fc2-ac57f17433f1">ReplaceOriginalImage Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="eac30137-8237-e01a-ee3d-e599d117c03e.htm" title="ReplaceOriginalImage Method (Image)" tocid="eac30137-8237-e01a-ee3d-e599d117c03e">ReplaceOriginalImage Method (Image)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController<span id="LSTF6BCBA9C_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LSTF6BCBA9C_0?cpp=::|nu=.");</script>ReplaceOriginalImage Method </td></tr></table><span class="introStyle"></span> <div class="summary">
Notify the sprite controller that you have changed the background image on the
PictureBox. Whatever background is on the picturebox is now used to draw all the sprites on.
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">void</span> <span class="identifier">ReplaceOriginalImage</span>()</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="2c9b874d-5097-98bf-908c-f6bac5d647d3.htm">ReplaceOriginalImage Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,26 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpritePayload Class</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpritePayload class" /><meta name="System.Keywords" content="SpriteLibrary.SpritePayload class" /><meta name="System.Keywords" content="SpritePayload class, about SpritePayload class" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpritePayload" /><meta name="Microsoft.Help.Id" content="T:SpriteLibrary.SpritePayload" /><meta name="Description" content="The SpritePayload is a stub of a class, for storing user-defined data and functions along with a sprite." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="4e310248-8e1a-76aa-edbc-a83f4ba9b425" /><meta name="guid" content="4e310248-8e1a-76aa-edbc-a83f4ba9b425" /><link type="text/css" rel="stylesheet" href="../styles/highlight.css" /><script type="text/javascript" src="../scripts/highlight.js"> </script><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm" title="SpritePayload Class" tocid="4e310248-8e1a-76aa-edbc-a83f4ba9b425">SpritePayload Class</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="6acc0e43-8cb8-535c-6f39-8163bb21447a.htm" title="SpritePayload Constructor " tocid="6acc0e43-8cb8-535c-6f39-8163bb21447a">SpritePayload Constructor </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="5a5c3a2b-a675-c626-ced3-c958acc9f93e.htm" title="SpritePayload Methods" tocid="5a5c3a2b-a675-c626-ced3-c958acc9f93e">SpritePayload Methods</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpritePayload Class</td></tr></table><span class="introStyle"></span> <div class="summary">
The SpritePayload is a stub of a class, for storing user-defined data and functions along with a sprite.
</div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Inheritance Hierarchy</span></div><div id="ID0RBSection" class="collapsibleSection"><a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">System<span id="LST2B6C5B09_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2B6C5B09_0?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Object</a><br />  <span class="selflink">SpriteLibrary<span id="LST2B6C5B09_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2B6C5B09_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>SpritePayload</span><br /></div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID2RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID1EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID1EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID1EACA');return false;" title="Copy">Copy</a></div></div><div id="ID1EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">class</span> <span class="identifier">SpritePayload</span></pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID1EACA");</script></div><p>The <span class="selflink">SpritePayload</span> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID3RB')" onkeypress="SectionExpandCollapse_CheckKey('ID3RB', event)" tabindex="0"><img id="ID3RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Constructors</span></div><div id="ID3RBSection" class="collapsibleSection"><table class="members" id="constructorList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="6acc0e43-8cb8-535c-6f39-8163bb21447a.htm">SpritePayload</a></td><td><div class="summary">Initializes a new instance of the <span class="selflink">SpritePayload</span> class</div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID4RB')" onkeypress="SectionExpandCollapse_CheckKey('ID4RB', event)" tabindex="0"><img id="ID4RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Methods</span></div><div id="ID4RBSection" class="collapsibleSection"><table class="members" id="methodList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/bsc2ak47" target="_blank">Equals</a></td><td><div class="summary">Determines whether the specified object is equal to the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/4k87zsw7" target="_blank">Finalize</a></td><td><div class="summary">Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/zdee4b3y" target="_blank">GetHashCode</a></td><td><div class="summary">Serves as the default hash function. </div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td><div class="summary">Gets the <a href="http://msdn2.microsoft.com/en-us/library/42892f65" target="_blank">Type</a> of the current instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/57ctke0a" target="_blank">MemberwiseClone</a></td><td><div class="summary">Creates a shallow copy of the current <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/7bxwbwt2" target="_blank">ToString</a></td><td><div class="summary">Returns a string that represents the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID5RB')" onkeypress="SectionExpandCollapse_CheckKey('ID5RB', event)" tabindex="0"><img id="ID5RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Examples</span></div><div id="ID5RBSection" class="collapsibleSection">
Basically, you want to "override" this class. You do this by making your
own class that looks something like:
<div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID1EAEABA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID1EAEABA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID1EAEABA');return false;" title="Copy">Copy</a></div></div><div id="ID1EAEABA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="highlight-keyword">public</span> <span class="highlight-keyword">class</span> TankPayload : SpritePayload
{
<span class="highlight-keyword">public</span> <span class="highlight-keyword">int</span> Armor = <span class="highlight-number">20</span>;
<span class="highlight-keyword">public</span> <span class="highlight-keyword">int</span> FireTime = <span class="highlight-number">100</span>;
}</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID1EAEABA");</script>
And then you add that to your sprite:
<div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID1EACABA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID1EACABA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID1EACABA');return false;" title="Copy">Copy</a></div></div><div id="ID1EACABA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve">TankSprite.Payload = <span class="highlight-keyword">new</span> TankPayload();</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID1EACABA");</script>
If there is no payload, then the payload
property is null. If you have multiple types of SpritePayloads, you may need to do something like:
<div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID1EAAABA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID1EAAABA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID1EAAABA');return false;" title="Copy">Copy</a></div></div><div id="ID1EAAABA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="highlight-keyword">if</span>(TankSprite.payload != <span class="highlight-keyword">null</span> and TankSprite.payload <span class="highlight-keyword">is</span> TankPayload)
{
TankPayload tPayload = (TankPayload)TankSprite.payload; tPayload.Armor--;
}</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID1EAAABA");</script></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID6RB')" onkeypress="SectionExpandCollapse_CheckKey('ID6RB', event)" tabindex="0"><img id="ID6RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID6RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteController.IsKeyPressed Method </title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="IsKeyPressed method" /><meta name="System.Keywords" content="SpriteController.IsKeyPressed method" /><meta name="Microsoft.Help.F1" content="SpriteLibrary.SpriteController.IsKeyPressed" /><meta name="Microsoft.Help.Id" content="Overload:SpriteLibrary.SpriteController.IsKeyPressed" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="50eae5e0-c59c-9d9c-d551-21dba8696ac9" /><meta name="guid" content="50eae5e0-c59c-9d9c-d551-21dba8696ac9" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm" title="SpriteController Class" tocid="07a473e4-4716-e5b9-c7d2-c4748265fc58">SpriteController Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="2788d4d5-88bf-1154-dd17-8d4b99a79118.htm" title="SpriteController Methods" tocid="2788d4d5-88bf-1154-dd17-8d4b99a79118">SpriteController Methods</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="50eae5e0-c59c-9d9c-d551-21dba8696ac9.htm" title="IsKeyPressed Method " tocid="50eae5e0-c59c-9d9c-d551-21dba8696ac9">IsKeyPressed Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="bf10cc41-d9e2-52c5-0415-1083f0f55489.htm" title="IsKeyPressed Method " tocid="bf10cc41-d9e2-52c5-0415-1083f0f55489">IsKeyPressed Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="7fc92c27-7895-2b2c-d4f1-ac682eec7af5.htm" title="IsKeyPressed Method (Keys)" tocid="7fc92c27-7895-2b2c-d4f1-ac682eec7af5">IsKeyPressed Method (Keys)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteController<span id="LST32D29FDA_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST32D29FDA_0?cpp=::|nu=.");</script>IsKeyPressed Method </td></tr></table><span class="introStyle"></span> <div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Overload List</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="overloadMembersList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="bf10cc41-d9e2-52c5-0415-1083f0f55489.htm">IsKeyPressed<span id="LST32D29FDA_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST32D29FDA_1?cs=()|vb=|cpp=()|nu=()|fs=()");</script></a></td><td><div class="summary">
Check to see if any keys are pressed. There is a small glitch with the
key-pressed system. If the form loses focus, and someone releases a key, the key-up is never
triggered. It is a good thing to ResetKeypressState() occasionally if you think your form may have
lost focus.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="7fc92c27-7895-2b2c-d4f1-ac682eec7af5.htm">IsKeyPressed(Keys)</a></td><td><div class="summary">
Check to see if the given key is pressed. There is a small glitch with the
key-pressed system. If the form loses focus, and someone releases a key, the key-up is never
triggered. It is a good thing to ResetKeypressState() occasionally if you think your form may have
lost focus.
</div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="07a473e4-4716-e5b9-c7d2-c4748265fc58.htm">SpriteController Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpriteAdjustmentRatio Methods</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpriteAdjustmentRatio structure, methods" /><meta name="Microsoft.Help.Id" content="Methods.T:SpriteLibrary.SpriteAdjustmentRatio" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="57a9f458-c6c8-d106-aad4-b2547736909a" /><meta name="guid" content="57a9f458-c6c8-d106-aad4-b2547736909a" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="eae9601e-6da0-b304-9836-5e4b1e743f94.htm" title="SpriteAdjustmentRatio Structure" tocid="eae9601e-6da0-b304-9836-5e4b1e743f94">SpriteAdjustmentRatio Structure</a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="57a9f458-c6c8-d106-aad4-b2547736909a.htm" title="SpriteAdjustmentRatio Methods" tocid="57a9f458-c6c8-d106-aad4-b2547736909a">SpriteAdjustmentRatio Methods</a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="9c6cb5e5-0054-eab6-66d9-e6e0c1e8c444.htm" title="SpriteAdjustmentRatio Fields" tocid="9c6cb5e5-0054-eab6-66d9-e6e0c1e8c444">SpriteAdjustmentRatio Fields</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpriteAdjustmentRatio Methods</td></tr></table><span class="introStyle"></span> <p>The <a href="eae9601e-6da0-b304-9836-5e4b1e743f94.htm">SpriteAdjustmentRatio</a> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Methods</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="methodList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/2dts52z7" target="_blank">Equals</a></td><td><div class="summary">Indicates whether this instance and a specified object are equal.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/aey3s293" target="_blank">ValueType</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/y3509fc2" target="_blank">GetHashCode</a></td><td><div class="summary">Returns the hash code for this instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/aey3s293" target="_blank">ValueType</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td><div class="summary">Gets the <a href="http://msdn2.microsoft.com/en-us/library/42892f65" target="_blank">Type</a> of the current instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/wb77sz3h" target="_blank">ToString</a></td><td><div class="summary">Returns the fully qualified type name of this instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/aey3s293" target="_blank">ValueType</a>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="eae9601e-6da0-b304-9836-5e4b1e743f94.htm">SpriteAdjustmentRatio Structure</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

View File

@ -0,0 +1,3 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SpritePayload Methods</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="SpritePayload class, methods" /><meta name="Microsoft.Help.Id" content="Methods.T:SpriteLibrary.SpritePayload" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="5a5c3a2b-a675-c626-ced3-c958acc9f93e" /><meta name="guid" content="5a5c3a2b-a675-c626-ced3-c958acc9f93e" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm" title="SpritePayload Class" tocid="4e310248-8e1a-76aa-edbc-a83f4ba9b425">SpritePayload Class</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="6acc0e43-8cb8-535c-6f39-8163bb21447a.htm" title="SpritePayload Constructor " tocid="6acc0e43-8cb8-535c-6f39-8163bb21447a">SpritePayload Constructor </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="5a5c3a2b-a675-c626-ced3-c958acc9f93e.htm" title="SpritePayload Methods" tocid="5a5c3a2b-a675-c626-ced3-c958acc9f93e">SpritePayload Methods</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">SpritePayload Methods</td></tr></table><span class="introStyle"></span> <p>The <a href="4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm">SpritePayload</a> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Methods</span></div><div id="ID0RBSection" class="collapsibleSection"><table class="members" id="methodList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/bsc2ak47" target="_blank">Equals</a></td><td><div class="summary">Determines whether the specified object is equal to the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/4k87zsw7" target="_blank">Finalize</a></td><td><div class="summary">Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/zdee4b3y" target="_blank">GetHashCode</a></td><td><div class="summary">Serves as the default hash function. </div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td><div class="summary">Gets the <a href="http://msdn2.microsoft.com/en-us/library/42892f65" target="_blank">Type</a> of the current instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/57ctke0a" target="_blank">MemberwiseClone</a></td><td><div class="summary">Creates a shallow copy of the current <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/7bxwbwt2" target="_blank">ToString</a></td><td><div class="summary">Returns a string that represents the current object.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="4e310248-8e1a-76aa-edbc-a83f4ba9b425.htm">SpritePayload Class</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

View File

@ -0,0 +1,12 @@
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Sprite.PutBaseImageLocation Method (Point)</title><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Id" content="M:SpriteLibrary.Sprite.PutBaseImageLocation(System.Drawing.Point)" /><meta name="Description" content="Put the Sprite at a specified location, using the dimentions of the BackgroundImage. Unless you are using coordinates you have gotten from a mouse-click, this is how you want to place a Sprite somewhere. It is the easiest way to track things." /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="SpriteLibrary" /><meta name="file" content="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df" /><meta name="guid" content="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">SpriteLibrary<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="roottoc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm" title="SpriteLibrary" tocid="6b7227c0-7a6a-6342-3b08-917c7de429cc">SpriteLibrary</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm" title="Sprite Class" tocid="66013d9b-4126-7d65-05bb-94eb9d134be6">Sprite Class</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="abfab841-a96c-b22d-7cd8-fec3aba92510.htm" title="Sprite Methods" tocid="abfab841-a96c-b22d-7cd8-fec3aba92510">Sprite Methods</a></div><div class="toclevel1" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="adaddf64-5e6e-447b-5d81-c38398216201.htm" title="PutBaseImageLocation Method " tocid="adaddf64-5e6e-447b-5d81-c38398216201">PutBaseImageLocation Method </a></div><div class="toclevel2 current" data-toclevel="2"><a data-tochassubtree="false" href="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df.htm" title="PutBaseImageLocation Method (Point)" tocid="5b2d8b05-360b-44bc-2e7b-f1d4753cb0df">PutBaseImageLocation Method (Point)</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc.htm" title="PutBaseImageLocation Method (Double, Double)" tocid="00fa147e-bf27-6b9f-3f44-77f8e6c1a9cc">PutBaseImageLocation Method (Double, Double)</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">Sprite<span id="LST2D224FE_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2D224FE_0?cpp=::|nu=.");</script>PutBaseImageLocation Method (Point)</td></tr></table><span class="introStyle"></span> <div class="summary">
Put the Sprite at a specified location, using the dimentions of the BackgroundImage.
Unless you are using coordinates you have gotten from a mouse-click, this is how you want
to place a Sprite somewhere. It is the easiest way to track things. But, if you are
doing something using mouse-click coordinates, you want to use PutPictureBoxLocation
</div><p> </p>
<strong>Namespace:</strong>
 <a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary</a><br />
<strong>Assembly:</strong>
 SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID1RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID0EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID0EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID0EACA');return false;" title="Copy">Copy</a></div></div><div id="ID0EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">void</span> <span class="identifier">PutBaseImageLocation</span>(
<span class="identifier">Point</span> <span class="parameter">NewLocationOnImage</span>
)</pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID0EACA");</script><h4 class="subHeading">Parameters</h4><dl><dt><span class="parameter">NewLocationOnImage</span></dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/bk9hwzbw" target="_blank">System.Drawing<span id="LST2D224FE_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST2D224FE_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Point</a><br />The new point on the Image</dd></dl></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID2RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="66013d9b-4126-7d65-05bb-94eb9d134be6.htm">Sprite Class</a></div><div class="seeAlsoStyle"><a href="adaddf64-5e6e-447b-5d81-c38398216201.htm">PutBaseImageLocation Overload</a></div><div class="seeAlsoStyle"><a href="6b7227c0-7a6a-6342-3b08-917c7de429cc.htm">SpriteLibrary Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More