コード例 #1
0
ファイル: Fill.cs プロジェクト: lukoerfer/simple-pnml-dotnet
 public bool IsDefault()
 {
     return(Color.IsEmpty() &&
            GradientColor.IsEmpty() &&
            GradientRotation.IsDefault() &&
            Image.IsEmpty());
 }
コード例 #2
0
ファイル: Fill.cs プロジェクト: lukoerfer/simple-pnml-dotnet
 public bool ShouldSerializeGradientRotation() => !GradientRotation.IsDefault();