{{newin|[[0.9.2]]|092|type=function|text=It has been renamed from [[Canvas:getFSAA]]}}
Gets the number of multisample antialiasing (MSAA) samples used when drawing to the Canvas.

This may be different than the number used as an argument to [[love.graphics.newCanvas]] if the system running LÖVE doesn't support that number.
== Function ==
=== Synopsis ===
<source lang="lua">
samples = Canvas:getMSAA( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|samples|The number of multisample antialiasing samples used by the canvas when drawing to it.}}
== See Also ==
* [[parent::Canvas]]
* [[love.graphics.newCanvas]]
* [[love.graphics.getSystemLimit]]
[[Category:Functions]]
{{#set:Description=Gets the number of MSAA samples used when drawing to the Canvas.}}
== Other Languages ==
{{i18n|Canvas:getMSAA}}