{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
samples = Canvas:getMSAA( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|samples|The number of multisample antialiasing samples used by the canvas when drawing to it.}}
== 関連 ==
* [[parent::Canvas (日本語)]]
* [[love.graphics.newCanvas (日本語)]]
* [[love.graphics.getSystemLimit (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the number of MSAA samples used when drawing to the Canvas.}}
== そのほかの言語 ==
{{i18n (日本語)|Canvas:getMSAA}}