IsSameSetting
Shape.IsSameSetting method
Restituisce se la forma è la stessa.
public virtual bool IsSameSetting(object obj)
Parametro | Tipo | Descrizione |
---|---|---|
obj | Object |
Esempi
[C#]
if (shape.IsSameSetting(shape))
Console.WriteLine("Two objects the same.");
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells