Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ArcShapeClient struct + func NewArcShapeClient(cc grpc.ClientConnInterface) *ArcShapeClient + func (c *ArcShapeClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *ArcShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *ArcShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error) + func (c *ArcShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error) + func (c *ArcShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ArcShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ArcShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error + func (c *ArcShapeClient) GetStartAngle(ctx context.Context, handle int64) (float32, error) + func (c *ArcShapeClient) GetSweepAngle(ctx context.Context, handle int64) (float32, error) + func (c *ArcShapeClient) HashCode(ctx context.Context, handle int64) (int32, error) + type OvalShapeClient struct + func NewOvalShapeClient(cc grpc.ClientConnInterface) *OvalShapeClient + func (c *OvalShapeClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *OvalShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *OvalShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error) + func (c *OvalShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error) + func (c *OvalShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *OvalShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error + type PathShapeClient struct + func NewPathShapeClient(cc grpc.ClientConnInterface) *PathShapeClient + func (c *PathShapeClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *PathShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *PathShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error) + func (c *PathShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *PathShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *PathShapeClient) HashCode(ctx context.Context, handle int64) (int32, error) + type RectShapeClient struct + func NewRectShapeClient(cc grpc.ClientConnInterface) *RectShapeClient + func (c *RectShapeClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *RectShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *RectShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error) + func (c *RectShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *RectShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *RectShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error + func (c *RectShapeClient) HashCode(ctx context.Context, handle int64) (int32, error) + type RoundRectShapeClient struct + func NewRoundRectShapeClient(cc grpc.ClientConnInterface) *RoundRectShapeClient + func (c *RoundRectShapeClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *RoundRectShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *RoundRectShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error) + func (c *RoundRectShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error) + func (c *RoundRectShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *RoundRectShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *RoundRectShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error + func (c *RoundRectShapeClient) HashCode(ctx context.Context, handle int64) (int32, error) + type ShapeClient struct + func NewShapeClient(cc grpc.ClientConnInterface) *ShapeClient + func (c *ShapeClient) Clone0(ctx context.Context) (int64, error) + func (c *ShapeClient) Clone0_1(ctx context.Context) (int64, error) + func (c *ShapeClient) Draw(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ShapeClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ShapeClient) GetHeight(ctx context.Context) (float32, error) + func (c *ShapeClient) GetOutline(ctx context.Context, arg0 int64) error + func (c *ShapeClient) GetWidth(ctx context.Context) (float32, error) + func (c *ShapeClient) HasAlpha(ctx context.Context) (bool, error) + func (c *ShapeClient) HashCode(ctx context.Context) (int32, error) + func (c *ShapeClient) Resize(ctx context.Context, arg0 float32, arg1 float32) error