This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r "Microsoft.Office.Interop.MSProject.dll" | |
#r "Microsoft.Office.Interop.Excel.dll" | |
open System | |
open Microsoft.Office.Interop.MSProject | |
open Microsoft.Office.Interop.Excel | |
[<AutoOpenAttribute>] | |
module ProjectInterop = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module HelloCanvas = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module FillRect = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module StrokeRect = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ClearRect = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module FillStyle = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module LineJoin = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module StrokeStyle = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module LinearGradient = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module RadialGradient = | |
open IntelliFactory.WebSharper | |
open IntelliFactory.WebSharper.Html | |
open IntelliFactory.WebSharper.Html5 | |
[<JavaScript>] | |
let main() = | |
let element = HTML5.Tags.Canvas [Text "Fallback content goes here."] | |
let canvas = As<CanvasElement> element.Dom |
OlderNewer