GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ShapeActionsCommand クラス : Effects メソッド |
'Declaration
Public Shared Function Effects( _ ByVal drawingObjects() As Shape, _ Optional ByVal shadowType As Nullable(Of ShadowType), _ Optional ByVal reflectionType As Nullable(Of ReflectionType), _ Optional ByVal softEdgeType As Nullable(Of SoftEdgeType), _ Optional ByVal isText As Boolean _ ) As ShapeActionsCommand
public static ShapeActionsCommand Effects( Shape[] drawingObjects, Nullable<ShadowType> shadowType, Nullable<ReflectionType> reflectionType, Nullable<SoftEdgeType> softEdgeType, bool isText )